Home
last modified time | relevance | path

Searched refs:WriteIntoT (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util.cc355 return internal::WriteIntoT(str, length_with_null); in WriteInto()
359 return internal::WriteIntoT(str, length_with_null); in WriteInto()
H A Dstring_util_win.cc115 return internal::WriteIntoT(str, length_with_null); in WriteInto()
H A Dstring_util_impl_helpers.h456 inline typename string_type::value_type* WriteIntoT(string_type* str, in WriteIntoT() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_util.cc919 inline typename string_type::value_type* WriteIntoT(string_type* str, in WriteIntoT() function
928 return WriteIntoT(str, length_with_null); in WriteInto()
932 return WriteIntoT(str, length_with_null); in WriteInto()