/external/stlport/test/unit/ |
bind_test.cpp | 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); 85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4);
|
rm_cp_test.cpp | 88 replace_if(v1.begin(), v1.end(), odd, 42);
|
/ndk/tests/device/test-gnustl-full/unit/ |
bind_test.cpp | 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); 85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4);
|
rm_cp_test.cpp | 88 replace_if(v1.begin(), v1.end(), odd, 42);
|
/ndk/tests/device/test-stlport/unit/ |
bind_test.cpp | 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); 85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4);
|
rm_cp_test.cpp | 88 replace_if(v1.begin(), v1.end(), odd, 42);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
algorithmfwd.h | 103 replace_if 502 // replace_if 709 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
|
stl_algo.h | 4834 replace_if(_ForwardIterator __first, _ForwardIterator __last, function [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 103 replace_if 502 // replace_if 709 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
|
stl_algo.h | 4834 replace_if(_ForwardIterator __first, _ForwardIterator __last, function [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 103 replace_if 502 // replace_if 709 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
|
stl_algo.h | 4834 replace_if(_ForwardIterator __first, _ForwardIterator __last, function [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
algorithmfwd.h | 495 replace_if(_FIter, _FIter, _Predicate, const _Tp&); 499 replace_if(_FIter, _FIter, _Predicate, const _Tp&, 504 replace_if(_FIter, _FIter, _Predicate, const _Tp&,
|
algo.h | 1442 replace_if(ForwardIterator begin, ForwardIterator end, Predicate pred, function in namespace:std::__parallel 1487 replace_if(ForwardIterator begin, ForwardIterator end, function in namespace:std::__parallel 1499 replace_if(ForwardIterator begin, ForwardIterator end, function in namespace:std::__parallel [all...] |
settings.h | 210 /// Minimal input size for replace and replace_if.
|
/external/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 186 // replace_if, replace_copy, replace_copy_if 190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
|