Home
last modified time | relevance | path

Searched defs:c_str (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h78 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc74 const char* c_str() const _NOEXCEPT {return str_;} in c_str() function in __anon7eaf723c0111::__libcpp_nmstr
/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp327 char const* c_str = "Hello, World!"; in erase() local
410 void StringTest::c_str() in c_str() function in StringTest
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp327 char const* c_str = "Hello, World!"; in erase() local
410 void StringTest::c_str() in c_str() function in StringTest
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_sum.h50 const _CharT* c_str() const { return _CStr; } in c_str() function
185 const _CharT* c_str() const { return _M_get_storage().c_str(); } in c_str() function
D_rope.c1310 const _CharT* rope<_CharT,_Alloc>::c_str() const { in c_str() function
D_string.h949 const _CharT* c_str() const { return this->_M_Start(); } in c_str() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string.h686 const _CharT* c_str() const { return _M_non_dbg_impl.c_str(); } in c_str() function