Home
last modified time | relevance | path

Searched defs:length_with_null (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/strings/
Dstring_util.cc355 char* WriteInto(std::string* str, size_t length_with_null) { in WriteInto()
359 char16_t* WriteInto(std::u16string* str, size_t length_with_null) { in WriteInto()
Dstring_util_win.cc110 wchar_t* WriteInto(std::wstring* str, size_t length_with_null) { in WriteInto()
Dstring_util_impl_helpers.h456 size_t length_with_null) { in WriteIntoT()
/external/libchrome/base/strings/
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()