HomeSort by relevance Sort by last modified time
    Searched full:__begin (Results 151 - 175 of 256) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 54 _M_transfer_after(_Fwd_list_node_base* __begin)
56 _Fwd_list_node_base* __end = __begin;
59 return _M_transfer_after(__begin, __end);
63 _M_transfer_after(_Fwd_list_node_base* __begin,
66 _Fwd_list_node_base* __keep = __begin->_M_next;
69 __begin->_M_next = __end->_M_next;
73 __begin->_M_next = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiway_merge.h 87 * @param __begin Begin iterator of sequence.
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
157 * @param __begin Begin iterator of sequence.
160 _UnguardedIterator(_RAIter __begin,
162 : _M_current(__begin), __comp(__comp)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiway_merge.h 87 * @param __begin Begin iterator of sequence.
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
157 * @param __begin Begin iterator of sequence.
160 _UnguardedIterator(_RAIter __begin,
162 : _M_current(__begin), __comp(__comp)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h 87 * @param __begin Begin iterator of sequence.
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
157 * @param __begin Begin iterator of sequence.
160 _UnguardedIterator(_RAIter __begin,
162 : _M_current(__begin), __comp(__comp)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_scanner.tcc 57 _Scanner(typename _Scanner::_IterT __begin,
61 _M_current(__begin), _M_end(__end),
forward_list.h 60 _M_transfer_after(_Fwd_list_node_base* __begin,
63 _Fwd_list_node_base* __keep = __begin->_M_next;
66 __begin->_M_next = __end->_M_next;
70 __begin->_M_next = 0;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
functions.h 195 const _PointerType __begin = std::__addressof(*__seq->_M_base().begin()); local
199 return __l(__other, __begin) || __l(__end, __other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiway_merge.h 87 * @param __begin Begin iterator of sequence.
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
157 * @param __begin Begin iterator of sequence.
160 _UnguardedIterator(_RAIter __begin,
162 : _M_current(__begin), __comp(__comp)
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 56 _M_transfer_after(_Fwd_list_node_base* __begin,
59 _Fwd_list_node_base* __keep = __begin->_M_next;
62 __begin->_M_next = __end->_M_next;
66 __begin->_M_next = 0;
    [all...]
regex_compiler.h 108 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags,
110 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 56 _M_transfer_after(_Fwd_list_node_base* __begin,
59 _Fwd_list_node_base* __keep = __begin->_M_next;
62 __begin->_M_next = __end->_M_next;
66 __begin->_M_next = 0;
    [all...]
regex_compiler.h 108 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags,
110 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 56 _M_transfer_after(_Fwd_list_node_base* __begin,
59 _Fwd_list_node_base* __keep = __begin->_M_next;
62 __begin->_M_next = __end->_M_next;
66 __begin->_M_next = 0;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 56 _M_transfer_after(_Fwd_list_node_base* __begin,
59 _Fwd_list_node_base* __keep = __begin->_M_next;
62 __begin->_M_next = __end->_M_next;
66 __begin->_M_next = 0;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.h 56 _M_transfer_after(_Fwd_list_node_base* __begin,
59 _Fwd_list_node_base* __keep = __begin->_M_next;
62 __begin->_M_next = __end->_M_next;
66 __begin->_M_next = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_compiler.h 103 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags,
105 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
string 109 basic_string(_InputIterator __begin, _InputIterator __end,
111 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__begin,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
string 108 basic_string(_InputIterator __begin, _InputIterator __end,
110 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__begin,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
string 108 basic_string(_InputIterator __begin, _InputIterator __end,
110 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__begin,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
string 108 basic_string(_InputIterator __begin, _InputIterator __end,
110 : _Base(__gnu_debug::__check_valid_range(__begin, __end), __end, __a)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
string 108 basic_string(_InputIterator __begin, _InputIterator __end,
110 : _Base(__gnu_debug::__check_valid_range(__begin, __end), __end, __a)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
string 108 basic_string(_InputIterator __begin, _InputIterator __end,
110 : _Base(__gnu_debug::__check_valid_range(__begin, __end), __end, __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
string 108 basic_string(_InputIterator __begin, _InputIterator __end,
110 : _Base(__gnu_debug::__check_valid_range(__begin, __end), __end, __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_compiler.h 103 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags,
105 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),

Completed in 289 milliseconds

1 2 3 4 5 67 8 91011