algobase.h | 49 // NB: equal and lexicographical_compare require mismatch. 54 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel 56 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); } 61 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel 63 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); } 71 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); } 73 // Parallel mismatch for random access iterators 89 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); 95 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel 109 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel 121 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel 130 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel 176 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2) function in namespace:__parallel 190 mismatch(_InputIterator1 __begin1, _InputIterator1 __end1, function in namespace:__parallel [all...] |