Searched refs:WriteInto (Results 1 – 4 of 4) sorted by relevance
/third_party/gn/src/util/ |
D | exe_path.cc | 39 base::WriteInto(&executable_path, executable_length), &executable_length); in GetExePath()
|
/third_party/gn/src/base/strings/ |
D | string_util.h | 366 char* WriteInto(std::string* str, size_t length_with_null); 367 char16_t* WriteInto(std::u16string* str, size_t length_with_null);
|
D | string_util.cc | 857 char* WriteInto(std::string* str, size_t length_with_null) { in WriteInto() function 861 char16_t* WriteInto(std::u16string* str, size_t length_with_null) { in WriteInto() function
|
/third_party/gn/src/base/win/ |
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()
|