HomeSort by relevance Sort by last modified time
    Searched full:__end (Results 176 - 200 of 300) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.tcc 78 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
82 if (__beg == __end && __a == _Alloc())
88 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
97 while (__beg != __end)
124 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
128 if (__beg == __end && __a == _Alloc())
132 if (__gnu_cxx::__is_null_pointer(__beg) && __beg != __end)
136 __end));
140 { _S_copy_chars(__r->_M_refdata(), __beg, __end); }
228 basic_string(_InputIterator __beg, _InputIterator __end, const _Alloc& __a
    [all...]
regex_automaton.h 275 _StateSeq(_RegexT& __nfa, _StateIdT __s, _StateIdT __end)
276 : _M_nfa(__nfa), _M_start(__s), _M_end(__end)
forward_list.h 61 _Fwd_list_node_base* __end) noexcept
64 if (__end)
66 __begin->_M_next = __end->_M_next;
67 __end->_M_next = _M_next;
72 return __end;
    [all...]
  /external/clang/test/CodeGenCXX/
for-range-temporaries.cpp 84 for (auto __begin = begin(__range), __end = end(__range);
85 __begin != __end; ++__begin) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 159 _FIterator __end)
160 : _M_begin(__begin), _M_end(__end) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 159 _FIterator __end)
160 : _M_begin(__begin), _M_end(__end) { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
find_selectors.h 159 _FIterator __end)
160 : _M_begin(__begin), _M_end(__end) { }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 159 _FIterator __end)
160 : _M_begin(__begin), _M_end(__end) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 57 _Fwd_list_node_base* __end)
60 if (__end)
62 __begin->_M_next = __end->_M_next;
63 __end->_M_next = _M_next;
68 return __end;
1277 auto __end = end(); local
1307 auto __end = end(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 57 _Fwd_list_node_base* __end)
60 if (__end)
62 __begin->_M_next = __end->_M_next;
63 __end->_M_next = _M_next;
68 return __end;
1277 auto __end = end(); local
1307 auto __end = end(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 57 _Fwd_list_node_base* __end)
60 if (__end)
62 __begin->_M_next = __end->_M_next;
63 __end->_M_next = _M_next;
68 return __end;
1277 auto __end = end(); local
1307 auto __end = end(); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 571 iterator __end = end(); local
572 for (; __src != __end; ++__dst, ++__src) {
590 iterator __end = end(); local
591 for (; __dst != __last && __src != __end; ++__dst, ++__src) {
598 _STLP_STD::_Destroy_Moved_Range(__last, __end);
602 for (; __src != __end; ++__dst, ++__src) {
606 _STLP_STD::_Destroy_Moved_Range(__dst, __end);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_vector.h 571 iterator __end = end(); local
572 for (; __src != __end; ++__dst, ++__src) {
590 iterator __end = end(); local
591 for (; __dst != __last && __src != __end; ++__dst, ++__src) {
598 _STLP_STD::_Destroy_Moved_Range(__last, __end);
602 for (; __src != __end; ++__dst, ++__src) {
606 _STLP_STD::_Destroy_Moved_Range(__dst, __end);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
formatter.h 138 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state
242 _M_variant._M_iterator._M_state = __end;
278 _M_variant._M_iterator._M_state = __end;
forward_list 365 _Base_iterator __end = _Base::end();
366 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
369 for (; __victim != __end; ++__victim)
393 _Base_iterator __end = _Base::end();
394 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
397 for (; __victim != __end; ++__victim)
unordered_map 437 _Base_iterator __end = _Base::end();
438 this->_M_invalidate_if([__end](_Base_const_iterator __it)
439 { return __it != __end; });
863 _Base_iterator __end = _Base::end();
864 this->_M_invalidate_if([__end](_Base_const_iterator __it)
865 { return __it != __end; });
unordered_set 435 _Base_iterator __end = _Base::end();
437 [__end](_Base_const_iterator __it)
438 { return __it != __end; });
848 _Base_iterator __end = _Base::end();
849 this->_M_invalidate_if([__end](_Base_const_iterator __it)
850 { return __it != __end; });
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
formatter.h 138 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state
242 _M_variant._M_iterator._M_state = __end;
278 _M_variant._M_iterator._M_state = __end;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
formatter.h 138 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state
242 _M_variant._M_iterator._M_state = __end;
278 _M_variant._M_iterator._M_state = __end;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
formatter.h 140 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state
244 _M_variant._M_iterator._M_state = __end;
280 _M_variant._M_iterator._M_state = __end;
  /external/libcxx/include/
iomanip 629 const _CharT *__end = __s;
630 while ( *__end ) ++__end;
631 return __quoted_output_proxy<_CharT, const _CharT *> ( __s, __end, __delim, __escape );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iomanip 629 const _CharT *__end = __s;
630 while ( *__end ) ++__end;
631 return __quoted_output_proxy<_CharT, const _CharT *> ( __s, __end, __delim, __escape );
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
iomanip 629 const _CharT *__end = __s;
630 while ( *__end ) ++__end;
631 return __quoted_output_proxy<_CharT, const _CharT *> ( __s, __end, __delim, __escape );
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tlsexe32.r 67 .* NOTYPE +GLOBAL +DEFAULT +12 __end
105 .* NOTYPE +GLOBAL +DEFAULT +12 __end
tlsso32.r 83 .* NOTYPE +GLOBAL +DEFAULT +11 __end
124 .* NOTYPE +GLOBAL +DEFAULT +11 __end

Completed in 857 milliseconds

1 2 3 4 5 6 78 91011>>