Searched refs:_Stl_expand_array (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | ios.cpp | 96 _Stl_expand_array(PODType* __array, size_t N, int index) { in _Stl_expand_array() function 153 pair<long*, size_t> tmp = _Stl_expand_array(_M_iwords, _M_num_iwords, index); in iword() 170 pair<void**, size_t> tmp = _Stl_expand_array(_M_pwords, _M_num_pwords, index); in pword() 185 … = _Stl_expand_array(_M_callbacks, _M_num_callbacks, (int)_M_callback_index /* fbp: index ??? */ ); in register_callback()
|