/external/stlport/test/unit/ |
iota.h | 6 //iota definition used in unit test 10 iota(__first, __last, __val);
|
iota_test.cpp | 35 iota(numbers, numbers + 10, 42);
|
/ndk/tests/device/test-gnustl-full/unit/ |
iota.h | 6 //iota definition used in unit test 10 iota(__first, __last, __val);
|
iota_test.cpp | 35 iota(numbers, numbers + 10, 42);
|
/ndk/tests/device/test-stlport/unit/ |
iota.h | 6 //iota definition used in unit test 10 iota(__first, __last, __val);
|
iota_test.cpp | 35 iota(numbers, numbers + 10, 42);
|
/external/stlport/stlport/stl/ |
_numeric.h | 170 // iota is not part of the C++ standard. It is an extension. 174 void iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __val) { function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_numeric.h | 170 // iota is not part of the C++ standard. It is an extension. 174 void iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __val) { function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_numeric.h | 80 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_numeric.h | 83 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_numeric.h | 83 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 80 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_numeric.h | 170 // iota is not part of the C++ standard. It is an extension. 174 void iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __val) { function
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 80 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_numeric.h | 170 // iota is not part of the C++ standard. It is an extension. 174 void iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __val) { function
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 80 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_numeric.h | 170 // iota is not part of the C++ standard. It is an extension. 174 void iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __val) { function
|