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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 170 static size_type _S_empty_rep_storage[];
176 // _S_empty_rep_storage is never modified and the punning should
178 void* __p = reinterpret_cast<void*>(&_S_empty_rep_storage);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 170 static size_type _S_empty_rep_storage[];
176 // _S_empty_rep_storage is never modified and the punning should
178 void* __p = reinterpret_cast<void*>(&_S_empty_rep_storage);
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 170 static size_type _S_empty_rep_storage[];
176 // _S_empty_rep_storage is never modified and the punning should
178 void* __p = reinterpret_cast<void*>(&_S_empty_rep_storage);
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 170 static size_type _S_empty_rep_storage[];
176 // _S_empty_rep_storage is never modified and the punning should
178 void* __p = reinterpret_cast<void*>(&_S_empty_rep_storage);
    [all...]

Completed in 553 milliseconds