/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_algo.h | 251 /// This is an overload used by find_if_not() for the Input Iterator case. 262 /// This is an overload used by find_if_not() for the RAI case. 320 /// Like find_if_not(), but uses and updates a count of the 730 { return __last == std::find_if_not(__first, __last, __pred); } 779 find_if_not(_InputIterator __first, _InputIterator __last, function 805 __first = std::find_if_not(__first, __last, __pred); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_algo.h | 251 /// This is an overload used by find_if_not() for the Input Iterator case. 262 /// This is an overload used by find_if_not() for the RAI case. 320 /// Like find_if_not(), but uses and updates a count of the 730 { return __last == std::find_if_not(__first, __last, __pred); } 779 find_if_not(_InputIterator __first, _InputIterator __last, function 805 __first = std::find_if_not(__first, __last, __pred); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_algo.h | 251 /// This is an overload used by find_if_not() for the Input Iterator case. 262 /// This is an overload used by find_if_not() for the RAI case. 320 /// Like find_if_not(), but uses and updates a count of the 730 { return __last == std::find_if_not(__first, __last, __pred); } 779 find_if_not(_InputIterator __first, _InputIterator __last, function 805 __first = std::find_if_not(__first, __last, __pred); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_algo.h | 176 /// Like find_if_not(), but uses and updates a count of the 543 { return __last == std::find_if_not(__first, __last, __pred); } 592 find_if_not(_InputIterator __first, _InputIterator __last, function 619 __first = std::find_if_not(__first, __last, __pred); [all...] |