Home
last modified time | relevance | path

Searched defs:WriteInto (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util.cc354 char* WriteInto(std::string* str, size_t length_with_null) { in WriteInto() function
358 char16_t* WriteInto(std::u16string* str, size_t length_with_null) { in WriteInto() function
H A Dstring_util_win.cc114 wchar_t* WriteInto(std::wstring* str, size_t length_with_null) { in WriteInto() function
H A Dstring_util_unittest.cc1580 TEST_F(WriteIntoTest, WriteInto) { in TEST_F() argument
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_util.cc927 char* WriteInto(std::string* str, size_t length_with_null) { in WriteInto() function
931 char16* WriteInto(string16* str, size_t length_with_null) { in WriteInto() function
H A Dstring_util_unittest.cc1359 TEST_F(WriteIntoTest, WriteInto) { in TEST_F() argument
/aosp_15_r20/system/libbase/
H A Dutf8_test.cpp299 static void* WriteInto(T* t, size_t size) { in WriteInto() function