OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Stl_expand_array
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
ios.cpp
96
_Stl_expand_array
(PODType* __array, size_t N, int index) {
153
pair<long*, size_t> tmp =
_Stl_expand_array
(_M_iwords, _M_num_iwords, index);
170
pair<void**, size_t> tmp =
_Stl_expand_array
(_M_pwords, _M_num_pwords, index);
185
=
_Stl_expand_array
(_M_callbacks, _M_num_callbacks, (int)_M_callback_index /* fbp: index ??? */ );
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
ios.cpp
96
_Stl_expand_array
(PODType* __array, size_t N, int index) {
153
pair<long*, size_t> tmp =
_Stl_expand_array
(_M_iwords, _M_num_iwords, index);
170
pair<void**, size_t> tmp =
_Stl_expand_array
(_M_pwords, _M_num_pwords, index);
185
=
_Stl_expand_array
(_M_callbacks, _M_num_callbacks, (int)_M_callback_index /* fbp: index ??? */ );
Completed in 85 milliseconds