Home
last modified time | relevance | path

Searched refs:WriteInto (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/base/strings/
H A Dstring_util.h356 char* WriteInto(std::string* str, size_t length_with_null);
357 char16_t* WriteInto(std::u16string* str, size_t length_with_null);
H A Dstring_util.cc850 char* WriteInto(std::string* str, size_t length_with_null) { in WriteInto() function
854 char16_t* WriteInto(std::u16string* str, size_t length_with_null) { in WriteInto() function
/third_party/gn/src/base/win/
H A Dregistry.cc421 ToWCharT(WriteInto(&key_name, kMaxKeyNameLength)), in RegDelRecurse()
513 key_, index_, ToWCharT(WriteInto(&name_, name_size)), &name_size, NULL, in Read()
529 key_, index_, ToWCharT(WriteInto(&name_, name_size)), &name_size, in Read()
/third_party/gn/src/util/
H A Dexe_path.cc39 base::WriteInto(&executable_path, executable_length), &executable_length); in GetExePath()

Completed in 4 milliseconds