HomeSort by relevance Sort by last modified time
    Searched refs:__mismatch_switch (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algobase.h 69 __mismatch_switch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
76 __mismatch_switch(_RAIter1 __begin1, _RAIter1 __end1, function in namespace:__parallel
106 return __mismatch_switch(__begin1, __end1, __begin2, _EqualTo(),
121 return __mismatch_switch(__begin1, __end1, __begin2, __pred,
213 _SpotType __mm = __mismatch_switch(__begin1, __end1, __begin2,
224 _SpotType __mm = __mismatch_switch(__begin2, __end2, __begin1,
algorithmfwd.h 328 __mismatch_switch(_IIter1, _IIter1, _IIter2, _Predicate,
333 __mismatch_switch(_RAIter1, _RAIter1, _RAIter2, _Predicate,

Completed in 38 milliseconds