HomeSort by relevance Sort by last modified time
    Searched refs:_Stl_copy_array (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
ios.cpp 115 static PODType* _Stl_copy_array(const PODType* __array, size_t N) {
241 pair<event_callback, int>* tmp = _Stl_copy_array(x._M_callbacks, x._M_callback_index);
254 long* tmp = _Stl_copy_array(x._M_iwords, x._M_num_iwords);
267 void** tmp = _Stl_copy_array(x._M_pwords, x._M_num_pwords);
  /ndk/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 185 milliseconds