Searched refs:fill_n (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | fill_test.cpp | 49 fill_n(v.begin(), v.size(), 42); in filln1()
|
/ndk/tests/device/test-stlport/unit/ |
D | fill_test.cpp | 49 fill_n(v.begin(), v.size(), 42); in filln1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.h | 511 inline void fill_n(_OutputIter __first, _Size __n, const _Tp& __val) { in fill_n() function
|
D | _bvector.h | 775 fill_n(__i, __n, __x);
|
D | _valarray.h | 145 fill_n(this->_M_first, this->_M_size, __x);
|