Searched defs:__position (Results 1 - 25 of 437) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dcheckers.h58 unsigned long long __position = 1; local
66 __position++;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dcheckers.h58 unsigned long long __position = 1; local
66 __position++;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Dcheckers.h58 unsigned long long __position = 1; local
66 __position++;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
H A Dcheckers.h58 unsigned long long __position = 1; local
66 __position++;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dcheckers.h58 unsigned long long __position = 1; local
66 __position++;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dcheckers.h58 unsigned long long __position = 1; local
66 __position++;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dcheckers.h58 unsigned long long __position = 1; local
66 __position++;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dcheckers.h58 unsigned long long __position = 1; local
66 __position++;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, argument
50 if (__position != __last) {
52 __last->_M_prev->_M_next = __position;
54 __position->_M_prev->_M_next = __first;
57 _Node_base* __tmp = __position->_M_prev;
58 __position->_M_prev = __last->_M_prev;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, argument
50 if (__position != __last) {
52 __last->_M_prev->_M_next = __position;
54 __position->_M_prev->_M_next = __first;
57 _Node_base* __tmp = __position->_M_prev;
58 __position->_M_prev = __last->_M_prev;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, argument
50 if (__position != __last) {
52 __last->_M_prev->_M_next = __position;
54 __position->_M_prev->_M_next = __first;
57 _Node_base* __tmp = __position->_M_prev;
58 __position->_M_prev = __last->_M_prev;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, argument
50 if (__position != __last) {
52 __last->_M_prev->_M_next = __position;
54 __position->_M_prev->_M_next = __first;
57 _Node_base* __tmp = __position->_M_prev;
58 __position->_M_prev = __last->_M_prev;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, argument
50 if (__position != __last) {
52 __last->_M_prev->_M_next = __position;
54 __position->_M_prev->_M_next = __first;
57 _Node_base* __tmp = __position->_M_prev;
58 __position->_M_prev = __last->_M_prev;
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, argument
50 if (__position != __last) {
52 __last->_M_prev->_M_next = __position;
54 __position->_M_prev->_M_next = __first;
57 _Node_base* __tmp = __position->_M_prev;
58 __position->_M_prev = __last->_M_prev;
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, argument
50 if (__position != __last) {
52 __last->_M_prev->_M_next = __position;
54 __position->_M_prev->_M_next = __first;
57 _Node_base* __tmp = __position->_M_prev;
58 __position->_M_prev = __last->_M_prev;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c48 _List_global<_Dummy>::_Transfer(_List_node_base* __position, argument
50 if (__position != __last) {
52 __last->_M_prev->_M_next = __position;
54 __position->_M_prev->_M_next = __first;
57 _Node_base* __tmp = __position->_M_prev;
58 __position->_M_prev = __last->_M_prev;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_map.h621 * @param __position An iterator that serves as a hint as to where the
644 insert(const_iterator __position, const value_type& __x) argument
646 insert(iterator __position, const value_type& __x)
648 { return _M_t._M_insert_unique_(__position, __x); }
655 insert(const_iterator __position, _Pair&& __x) argument
656 { return _M_t._M_insert_unique_(__position,
678 * @param __position An iterator pointing to the element to be erased.
690 erase(const_iterator __position) argument
691 { return _M_t.erase(__position); }
696 erase(iterator __position) argument
710 erase(iterator __position) argument
[all...]
H A Dstl_multimap.h515 * @param __position An iterator that serves as a hint as to where the
535 insert(const_iterator __position, const value_type& __x) argument
537 insert(iterator __position, const value_type& __x)
539 { return _M_t._M_insert_equal_(__position, __x); }
546 insert(const_iterator __position, _Pair&& __x) argument
547 { return _M_t._M_insert_equal_(__position,
583 * @param __position An iterator pointing to the element to be erased.
595 erase(const_iterator __position) argument
596 { return _M_t.erase(__position); }
601 erase(iterator __position) argument
615 erase(iterator __position) argument
[all...]
H A Dstl_multiset.h465 * @param __position An iterator that serves as a hint as to where the
484 insert(const_iterator __position, const value_type& __x) argument
485 { return _M_t._M_insert_equal_(__position, __x); }
489 insert(const_iterator __position, value_type&& __x) argument
490 { return _M_t._M_insert_equal_(__position, std::move(__x)); }
524 * @param __position An iterator pointing to the element to be erased.
537 erase(const_iterator __position) argument
538 { return _M_t.erase(__position); }
542 * @param __position An iterator pointing to the element to be erased.
551 erase(iterator __position) argument
[all...]
H A Dstl_set.h479 * @param __position An iterator that serves as a hint as to where the
497 insert(const_iterator __position, const value_type& __x) argument
498 { return _M_t._M_insert_unique_(__position, __x); }
502 insert(const_iterator __position, value_type&& __x) argument
503 { return _M_t._M_insert_unique_(__position, std::move(__x)); }
538 * @param __position An iterator pointing to the element to be erased.
540 * @a __position prior to the element being erased. If no such
551 erase(const_iterator __position) argument
552 { return _M_t.erase(__position); }
565 erase(iterator __position) argument
[all...]
H A Dunordered_map.h435 * @param __position An iterator pointing to the element to be erased.
437 * @a __position prior to the element being erased. If no such
447 erase(const_iterator __position) argument
448 { return _M_h.erase(__position); }
1099 * @param __position An iterator pointing to the element to be erased.
1101 * @a __position prior to the element being erased. If no such
1111 erase(const_iterator __position) argument
1112 { return _M_h.erase(__position); }
H A Dunordered_set.h409 * @param __position An iterator pointing to the element to be erased.
411 * @a __position prior to the element being erased. If no such
421 erase(const_iterator __position) argument
422 { return _M_h.erase(__position); }
992 * @param __position An iterator pointing to the element to be erased.
994 * @a __position prior to the element being erased. If no such
1005 erase(const_iterator __position) argument
1006 { return _M_h.erase(__position); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
H A Dmap.h256 insert(const_iterator __position, const value_type& __x) argument
258 insert(iterator __position, const value_type& __x)
261 __glibcxx_check_insert(__position);
262 return iterator(_Base::insert(__position.base(), __x), this);
270 insert(const_iterator __position, _Pair&& __x) argument
272 __glibcxx_check_insert(__position);
273 return iterator(_Base::insert(__position.base(),
289 erase(const_iterator __position) argument
291 __glibcxx_check_erase(__position);
292 this->_M_invalidate_if(_Equal(__position
297 erase(iterator __position) argument
301 erase(iterator __position) argument
[all...]
H A Dmultimap.h237 insert(const_iterator __position, const value_type& __x) argument
239 insert(iterator __position, const value_type& __x)
242 __glibcxx_check_insert(__position);
243 return iterator(_Base::insert(__position.base(), __x), this);
251 insert(const_iterator __position, _Pair&& __x) argument
253 __glibcxx_check_insert(__position);
254 return iterator(_Base::insert(__position.base(),
270 erase(const_iterator __position) argument
272 __glibcxx_check_erase(__position);
273 this->_M_invalidate_if(_Equal(__position
278 erase(iterator __position) argument
282 erase(iterator __position) argument
[all...]
H A Dmultiset.h226 insert(const_iterator __position, const value_type& __x) argument
228 __glibcxx_check_insert(__position);
229 return iterator(_Base::insert(__position.base(), __x), this);
234 insert(const_iterator __position, value_type&& __x) argument
236 __glibcxx_check_insert(__position);
237 return iterator(_Base::insert(__position.base(), std::move(__x)),
259 erase(const_iterator __position) argument
261 __glibcxx_check_erase(__position);
262 this->_M_invalidate_if(_Equal(__position.base()));
263 return iterator(_Base::erase(__position
267 erase(iterator __position) argument
[all...]

Completed in 1972 milliseconds

1234567891011>>