Home
last modified time | relevance | path

Searched defs:length_with_null (Results 1 – 4 of 4) 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()
358 char16_t* WriteInto(std::u16string* str, size_t length_with_null) { in WriteInto()
H A Dstring_util_win.cc114 wchar_t* WriteInto(std::wstring* str, size_t length_with_null) { in WriteInto()
H A Dstring_util_impl_helpers.h457 size_t length_with_null) { in WriteIntoT()
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_util.cc920 size_t length_with_null) { in WriteIntoT()
927 char* WriteInto(std::string* str, size_t length_with_null) { in WriteInto()
931 char16* WriteInto(string16* str, size_t length_with_null) { in WriteInto()