Searched refs:WriteInto (Results 1 - 4 of 4) sorted by relevance
/third_party/gn/src/base/strings/ |
H A D | string_util.h | 356 char* WriteInto(std::string* str, size_t length_with_null); 357 char16_t* WriteInto(std::u16string* str, size_t length_with_null);
|
H A D | string_util.cc | 850 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 D | registry.cc | 421 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 D | exe_path.cc | 39 base::WriteInto(&executable_path, executable_length), &executable_length); in GetExePath()
|
Completed in 4 milliseconds