HomeSort by relevance Sort by last modified time
    Searched defs:_M_end (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_cursor.h 78 _M_end() const
regex_compiler.h 110 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
150 _IteratorT _M_end;
163 if (_M_current == _M_end)
271 while (_M_current != _M_end
317 if (_M_current == _M_end)
371 if (_M_current == _M_end)
430 if (_M_current == _M_end)
439 if (_M_current == _M_end)
479 if (_M_current == _M_end)
482 _M_current != _M_end && *_M_current != _M_ctype.widen(':')
    [all...]
stl_tree.h 512 _M_end()
516 _M_end() const
659 _M_root() = _M_copy(__x._M_begin(), _M_end());
861 _M_leftmost() = _M_end();
863 _M_rightmost() = _M_end();
879 { return _M_lower_bound(_M_begin(), _M_end(), __k); }
883 { return _M_lower_bound(_M_begin(), _M_end(), __k); }
887 { return _M_upper_bound(_M_begin(), _M_end(), __k); }
891 { return _M_upper_bound(_M_begin(), _M_end(), __k); }
972 _M_root()->_M_parent = _M_end();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 156 _FIterator _M_end;
160 : _M_begin(__begin), _M_end(__end) { }
172 __pos_in_candidates != _M_end; ++__pos_in_candidates)
191 _M_begin, _M_end, __pred,
multiway_mergesort.h 54 _DifferenceType _M_end;
161 __sd->_M_pieces[__iam][__seq]._M_end
165 __sd->_M_pieces[__iam][__seq]._M_end =
176 __sd->_M_pieces[__iam - 1][__seq]._M_end;
231 __sd->_M_pieces[__iam][__s]._M_end =
241 __sd->_M_pieces[__iam][__s]._M_end = (__sd->_M_starts[__s + 1]
354 __length_am += (__sd->_M_pieces[__iam][__s]._M_end
370 + __sd->_M_pieces[__iam][__s]._M_end);
multiway_merge.h 80 _RAIter _M_end;
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
123 if (__bi1._M_current == __bi1._M_end) // __bi1 is sup
124 return __bi2._M_current == __bi2._M_end; // __bi2 is not sup
125 if (__bi2._M_current == __bi2._M_end) // __bi2 is sup
138 if (__bi2._M_current == __bi2._M_end) // __bi1 is sup
139 return __bi1._M_current != __bi1._M_end; // __bi2 is not sup
140 if (__bi1._M_current == __bi1._M_end) // __bi2 is sup
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_cursor.h 78 _M_end() const
regex_compiler.h 110 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
150 _IteratorT _M_end;
163 if (_M_current == _M_end)
271 while (_M_current != _M_end
317 if (_M_current == _M_end)
371 if (_M_current == _M_end)
430 if (_M_current == _M_end)
439 if (_M_current == _M_end)
479 if (_M_current == _M_end)
482 _M_current != _M_end && *_M_current != _M_ctype.widen(':')
    [all...]
stl_tree.h 512 _M_end()
516 _M_end() const
659 _M_root() = _M_copy(__x._M_begin(), _M_end());
861 _M_leftmost() = _M_end();
863 _M_rightmost() = _M_end();
879 { return _M_lower_bound(_M_begin(), _M_end(), __k); }
883 { return _M_lower_bound(_M_begin(), _M_end(), __k); }
887 { return _M_upper_bound(_M_begin(), _M_end(), __k); }
891 { return _M_upper_bound(_M_begin(), _M_end(), __k); }
972 _M_root()->_M_parent = _M_end();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 156 _FIterator _M_end;
160 : _M_begin(__begin), _M_end(__end) { }
172 __pos_in_candidates != _M_end; ++__pos_in_candidates)
191 _M_begin, _M_end, __pred,
multiway_mergesort.h 54 _DifferenceType _M_end;
161 __sd->_M_pieces[__iam][__seq]._M_end
165 __sd->_M_pieces[__iam][__seq]._M_end =
176 __sd->_M_pieces[__iam - 1][__seq]._M_end;
231 __sd->_M_pieces[__iam][__s]._M_end =
241 __sd->_M_pieces[__iam][__s]._M_end = (__sd->_M_starts[__s + 1]
354 __length_am += (__sd->_M_pieces[__iam][__s]._M_end
370 + __sd->_M_pieces[__iam][__s]._M_end);
multiway_merge.h 80 _RAIter _M_end;
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
123 if (__bi1._M_current == __bi1._M_end) // __bi1 is sup
124 return __bi2._M_current == __bi2._M_end; // __bi2 is not sup
125 if (__bi2._M_current == __bi2._M_end) // __bi2 is sup
138 if (__bi2._M_current == __bi2._M_end) // __bi1 is sup
139 return __bi1._M_current != __bi1._M_end; // __bi2 is not sup
140 if (__bi1._M_current == __bi1._M_end) // __bi2 is sup
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_cursor.h 78 _M_end() const
regex_compiler.h 110 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags),
150 _IteratorT _M_end;
163 if (_M_current == _M_end)
271 while (_M_current != _M_end
317 if (_M_current == _M_end)
371 if (_M_current == _M_end)
430 if (_M_current == _M_end)
439 if (_M_current == _M_end)
479 if (_M_current == _M_end)
482 _M_current != _M_end && *_M_current != _M_ctype.widen(':')
    [all...]
stl_tree.h 512 _M_end()
516 _M_end() const
659 _M_root() = _M_copy(__x._M_begin(), _M_end());
861 _M_leftmost() = _M_end();
863 _M_rightmost() = _M_end();
879 { return _M_lower_bound(_M_begin(), _M_end(), __k); }
883 { return _M_lower_bound(_M_begin(), _M_end(), __k); }
887 { return _M_upper_bound(_M_begin(), _M_end(), __k); }
891 { return _M_upper_bound(_M_begin(), _M_end(), __k); }
972 _M_root()->_M_parent = _M_end();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
find_selectors.h 156 _FIterator _M_end;
160 : _M_begin(__begin), _M_end(__end) { }
172 __pos_in_candidates != _M_end; ++__pos_in_candidates)
191 _M_begin, _M_end, __pred,
multiway_mergesort.h 54 _DifferenceType _M_end;
161 __sd->_M_pieces[__iam][__seq]._M_end
165 __sd->_M_pieces[__iam][__seq]._M_end =
176 __sd->_M_pieces[__iam - 1][__seq]._M_end;
231 __sd->_M_pieces[__iam][__s]._M_end =
241 __sd->_M_pieces[__iam][__s]._M_end = (__sd->_M_starts[__s + 1]
354 __length_am += (__sd->_M_pieces[__iam][__s]._M_end
370 + __sd->_M_pieces[__iam][__s]._M_end);
multiway_merge.h 80 _RAIter _M_end;
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
123 if (__bi1._M_current == __bi1._M_end) // __bi1 is sup
124 return __bi2._M_current == __bi2._M_end; // __bi2 is not sup
125 if (__bi2._M_current == __bi2._M_end) // __bi2 is sup
138 if (__bi2._M_current == __bi2._M_end) // __bi1 is sup
139 return __bi1._M_current != __bi1._M_end; // __bi2 is not sup
140 if (__bi1._M_current == __bi1._M_end) // __bi2 is sup
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 156 _FIterator _M_end;
160 : _M_begin(__begin), _M_end(__end) { }
172 __pos_in_candidates != _M_end; ++__pos_in_candidates)
191 _M_begin, _M_end, __pred,
multiway_mergesort.h 54 _DifferenceType _M_end;
161 __sd->_M_pieces[__iam][__seq]._M_end
165 __sd->_M_pieces[__iam][__seq]._M_end =
176 __sd->_M_pieces[__iam - 1][__seq]._M_end;
231 __sd->_M_pieces[__iam][__s]._M_end =
241 __sd->_M_pieces[__iam][__s]._M_end = (__sd->_M_starts[__s + 1]
354 __length_am += (__sd->_M_pieces[__iam][__s]._M_end
370 + __sd->_M_pieces[__iam][__s]._M_end);
multiway_merge.h 80 _RAIter _M_end;
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
123 if (__bi1._M_current == __bi1._M_end) // __bi1 is sup
124 return __bi2._M_current == __bi2._M_end; // __bi2 is not sup
125 if (__bi2._M_current == __bi2._M_end) // __bi2 is sup
138 if (__bi2._M_current == __bi2._M_end) // __bi1 is sup
139 return __bi1._M_current != __bi1._M_end; // __bi2 is not sup
140 if (__bi1._M_current == __bi1._M_end) // __bi2 is sup
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.h 70 _M_end(__end),
132 return _M_current == _M_end
146 const _BiIter _M_end;
regex_automaton.h 272 : _M_nfa(__nfa), _M_start(__s), _M_end(__s)
276 : _M_nfa(__nfa), _M_start(__s), _M_end(__end)
283 _M_nfa[_M_end]._M_next = __id;
284 _M_end = __id;
291 _M_nfa[_M_end]._M_next = __s._M_start;
292 _M_end = __s._M_end;
302 _StateIdT _M_end;
regex_scanner.h 252 _IterT _M_end;
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 258 char* _M_end; // pointer to end of free memory
549 __add_atomic_t __bytes_left = __block->_M_end - __buf_start;
572 __newblock->_M_end = __block->_M_end;
616 __newblock->_M_end = __REINTERPRET_CAST(char*, __p) + __i;
646 __freeblock->_M_end = __result + __bytes_to_get;
    [all...]

Completed in 726 milliseconds

1 2