HomeSort by relevance Sort by last modified time
    Searched defs:lexicographical_compare (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
161 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
164 { return _GLIBCXX_STD_A::lexicographical_compare(__begin1, __end1,
170 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
173 { return _GLIBCXX_STD_A::lexicographical_compare(
184 { return _GLIBCXX_STD_A::lexicographical_compare(
187 // Parallel lexicographical_compare for random access iterators
234 return _GLIBCXX_STD_A::lexicographical_compare(
241 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
261 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1 function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
161 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
164 { return _GLIBCXX_STD_A::lexicographical_compare(__begin1, __end1,
170 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
173 { return _GLIBCXX_STD_A::lexicographical_compare(
184 { return _GLIBCXX_STD_A::lexicographical_compare(
187 // Parallel lexicographical_compare for random access iterators
234 return _GLIBCXX_STD_A::lexicographical_compare(
241 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
261 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1 function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
161 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
164 { return _GLIBCXX_STD_A::lexicographical_compare(__begin1, __end1,
170 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
173 { return _GLIBCXX_STD_A::lexicographical_compare(
184 { return _GLIBCXX_STD_A::lexicographical_compare(
187 // Parallel lexicographical_compare for random access iterators
234 return _GLIBCXX_STD_A::lexicographical_compare(
241 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
261 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1 function in namespace:__parallel
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
315 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
318 { return _GLIBCXX_STD_A::lexicographical_compare(__begin1, __end1,
324 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
327 { return _GLIBCXX_STD_A::lexicographical_compare(
338 { return _GLIBCXX_STD_A::lexicographical_compare(
341 // Parallel lexicographical_compare for random access iterators
388 return _GLIBCXX_STD_A::lexicographical_compare(
395 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
415 lexicographical_compare(_IIter1 __begin1, _IIter1 __end1 function in namespace:__parallel
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 39 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, function
56 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, function
_algobase.h 574 // lexicographical_compare and lexicographical_compare_3way.
578 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1,
582 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1,
587 lexicographical_compare(const unsigned char* __first1, function
602 inline bool lexicographical_compare(const char* __first1, const char* __last1, function
607 return lexicographical_compare((const unsigned char*) __first1,
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 39 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, function
56 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, function
_algobase.h 574 // lexicographical_compare and lexicographical_compare_3way.
578 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1,
582 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1,
587 lexicographical_compare(const unsigned char* __first1, function
602 inline bool lexicographical_compare(const char* __first1, const char* __last1, function
607 return lexicographical_compare((const unsigned char*) __first1,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algobase.h 1084 lexicographical_compare(_II1 __first1, _II1 __last1, function
1120 lexicographical_compare(_II1 __first1, _II1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algobase.h 1084 lexicographical_compare(_II1 __first1, _II1 __last1, function
1120 lexicographical_compare(_II1 __first1, _II1 __last1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algobase.h 1084 lexicographical_compare(_II1 __first1, _II1 __last1, function
1120 lexicographical_compare(_II1 __first1, _II1 __last1, function
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algobase.h 1204 lexicographical_compare(_II1 __first1, _II1 __last1, function
1240 lexicographical_compare(_II1 __first1, _II1 __last1, function
    [all...]

Completed in 292 milliseconds