Searched defs:c_str (Results 1 - 25 of 71) sorted by relevance

123

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h50 const _CharT* c_str() const { return _CStr; } function in struct:__cstr_wrapper
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } function in class:__bstr_sum
368 * a call to the c_str method on the __bstr_sum class.
H A D_rope.c1310 const _CharT* rope<_CharT,_Alloc>::c_str() const { function in class:_Alloc
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } function in class:basic_string
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h50 const _CharT* c_str() const { return _CStr; } function in struct:__cstr_wrapper
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } function in class:__bstr_sum
368 * a call to the c_str method on the __bstr_sum class.
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } function in class:basic_string
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h50 const _CharT* c_str() const { return _CStr; } function in struct:__cstr_wrapper
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } function in class:__bstr_sum
368 * a call to the c_str method on the __bstr_sum class.
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } function in class:basic_string
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h50 const _CharT* c_str() const { return _CStr; } function in struct:__cstr_wrapper
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } function in class:__bstr_sum
368 * a call to the c_str method on the __bstr_sum class.
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } function in class:basic_string
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string_sum.h50 const _CharT* c_str() const { return _CStr; } function in struct:__cstr_wrapper
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } function in class:__bstr_sum
368 * a call to the c_str method on the __bstr_sum class.
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } function in class:basic_string
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h50 const _CharT* c_str() const { return _CStr; } function in struct:__cstr_wrapper
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } function in class:__bstr_sum
368 * a call to the c_str method on the __bstr_sum class.
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } function in class:basic_string
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string_sum.h50 const _CharT* c_str() const { return _CStr; } function in struct:__cstr_wrapper
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } function in class:__bstr_sum
368 * a call to the c_str method on the __bstr_sum class.
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } function in class:basic_string
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h50 const _CharT* c_str() const { return _CStr; } function in struct:__cstr_wrapper
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } function in class:__bstr_sum
368 * a call to the c_str method on the __bstr_sum class.
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } function in class:basic_string
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
H A Dropeimpl.h1609 c_str() const function in class:rope
H A Dvstring.h1502 c_str() const function in class:__versa_string
2542 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2547 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2552 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
2557 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2562 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2568 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2572 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2576 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2644 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dropeimpl.h1608 c_str() const function in class:rope
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dropeimpl.h1608 c_str() const function in class:rope
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dropeimpl.h1608 c_str() const function in class:rope
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dbasic_string.h1615 c_str() const function in class:basic_string
2569 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2574 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2579 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
2584 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2589 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2595 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2599 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2603 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2630 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dropeimpl.h1607 c_str() const function in class:rope
H A Dvstring.h1472 c_str() const function in class:__versa_string
2465 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2470 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2475 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
2480 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2485 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2491 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2495 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2499 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2525 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
[all...]

Completed in 587 milliseconds

123