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

/ndk/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
H A D_string.h69 * this makes it possible for c_str to be a fast operation.
949 const _CharT* c_str() const { return this->_M_Start(); } function in class:basic_string
1163 __get_c_string(const string& __str) { return __str.c_str(); }
/ndk/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
/ndk/tests/device/test-gnustl-full/unit/
H A Dstring_test.cpp56 CPPUNIT_TEST(c_str);
115 void c_str();
248 CPPUNIT_MESSAGE(ostr.str().c_str());
304 const char* as = a.c_str();
305 const char* bs = b.c_str();
307 CPPUNIT_ASSERT( a.c_str() == bs );
308 CPPUNIT_ASSERT( b.c_str() == as );
327 char const* c_str = "Hello, World!"; local
328 string str(c_str);
329 CPPUNIT_ASSERT( str == c_str );
410 void StringTest::c_str() function in class:StringTest
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dstring_test.cpp56 CPPUNIT_TEST(c_str);
115 void c_str();
248 CPPUNIT_MESSAGE(ostr.str().c_str());
304 const char* as = a.c_str();
305 const char* bs = b.c_str();
307 CPPUNIT_ASSERT( a.c_str() == bs );
308 CPPUNIT_ASSERT( b.c_str() == as );
327 char const* c_str = "Hello, World!"; local
328 string str(c_str);
329 CPPUNIT_ASSERT( str == c_str );
410 void StringTest::c_str() function in class:StringTest
[all...]

Completed in 319 milliseconds