Searched defs:fill (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios.h | 81 char_type fill() const { return _M_fill; } in fill() function 82 char_type fill(char_type __fill) { in fill() function
|
D | _algobase.h | 449 inline void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { in fill() function 457 inline void fill(unsigned char* __first, unsigned char* __last, in fill() function 463 inline void fill(signed char* __first, signed char* __last, in fill() function 469 inline void fill(char* __first, char* __last, const char& __val) { in fill() function
|
/ndk/sources/android/support/src/musl-locale/ |
D | strfmon.c | 11 int fill, nogrp, negpar, nosym, left, intl; in vstrfmon_l() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | array.hpp | 186 void fill (const T& value) in fill() function in boost::array 321 void fill (const T& ) {} in fill() function in boost::array
|