OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Stl_copy_array
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
ios.cpp
117
static PODType*
_Stl_copy_array
(const PODType* __array, size_t N) {
243
pair<event_callback, int>* tmp =
_Stl_copy_array
(x._M_callbacks, x._M_callback_index);
256
long* tmp =
_Stl_copy_array
(x._M_iwords, x._M_num_iwords);
269
void** tmp =
_Stl_copy_array
(x._M_pwords, x._M_num_pwords);
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
ios.cpp
117
static PODType*
_Stl_copy_array
(const PODType* __array, size_t N) {
243
pair<event_callback, int>* tmp =
_Stl_copy_array
(x._M_callbacks, x._M_callback_index);
256
long* tmp =
_Stl_copy_array
(x._M_iwords, x._M_num_iwords);
269
void** tmp =
_Stl_copy_array
(x._M_pwords, x._M_num_pwords);
Completed in 84 milliseconds