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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 331 intern_type* __cfixed = static_cast<intern_type*> local
333 __cfixed[0] = static_cast<intern_type>(__int_bom);
334 char_traits<intern_type>::copy(__cfixed + 1, __from, __size);
335 __cfrom = reinterpret_cast<char*>(__cfixed);
341 intern_type* __cfixed = const_cast<intern_type*>(__from); local
342 __cfrom = reinterpret_cast<char*>(__cfixed);
435 extern_type* __cfixed = static_cast<extern_type*> local
437 __cfixed[0] = static_cast<extern_type>(__ext_bom);
438 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
439 __cfrom = reinterpret_cast<char*>(__cfixed);
445 extern_type* __cfixed = const_cast<extern_type*>(__from); local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 331 intern_type* __cfixed = static_cast<intern_type*> local
333 __cfixed[0] = static_cast<intern_type>(__int_bom);
334 char_traits<intern_type>::copy(__cfixed + 1, __from, __size);
335 __cfrom = reinterpret_cast<char*>(__cfixed);
341 intern_type* __cfixed = const_cast<intern_type*>(__from); local
342 __cfrom = reinterpret_cast<char*>(__cfixed);
435 extern_type* __cfixed = static_cast<extern_type*> local
437 __cfixed[0] = static_cast<extern_type>(__ext_bom);
438 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
439 __cfrom = reinterpret_cast<char*>(__cfixed);
445 extern_type* __cfixed = const_cast<extern_type*>(__from); local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 331 intern_type* __cfixed = static_cast<intern_type*> local
333 __cfixed[0] = static_cast<intern_type>(__int_bom);
334 char_traits<intern_type>::copy(__cfixed + 1, __from, __size);
335 __cfrom = reinterpret_cast<char*>(__cfixed);
341 intern_type* __cfixed = const_cast<intern_type*>(__from); local
342 __cfrom = reinterpret_cast<char*>(__cfixed);
435 extern_type* __cfixed = static_cast<extern_type*> local
437 __cfixed[0] = static_cast<extern_type>(__ext_bom);
438 char_traits<extern_type>::copy(__cfixed + 1, __from, __size);
439 __cfrom = reinterpret_cast<char*>(__cfixed);
445 extern_type* __cfixed = const_cast<extern_type*>(__from); local
    [all...]

Completed in 293 milliseconds