Home
last modified time | relevance | path

Searched refs:UintToString (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dversion.cc41 if (it == numbers.begin() && UintToString(num) != *it) in ParseVersionNumbers()
159 version_str.append(UintToString(components_[i])); in GetString()
162 version_str.append(UintToString(components_[count - 1])); in GetString()
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dconfig_dir_policy_loader_unittest.cc225 harness_.WriteConfigFile(test_dict_bar, base::UintToString(i)); in TEST_F()
230 harness_.WriteConfigFile(test_dict_bar, base::UintToString(i)); in TEST_F()
/aosp_15_r20/external/libchrome/dbus/
H A Dmessage.cc36 *output += (header_name + ": " + base::UintToString(header_value) + "\n"); in AppendUint32Header()
97 output += indent + "byte " + base::UintToString(value) + "\n"; in ToStringInternal()
118 output += indent + "uint16_t " + base::UintToString(value) + "\n"; in ToStringInternal()
132 output += indent + "uint32_t " + base::UintToString(value) + "\n"; in ToStringInternal()
H A Dproperty_unittest.cc344 struct_entry_writer.AppendString(base::UintToString(i + 1)); in TEST()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dstring_number_conversions.h72 inline std::string UintToString(unsigned value) { in UintToString() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_number_conversions.h69 inline std::string UintToString(unsigned value) { in UintToString() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dstring_number_conversions.h72 inline std::string UintToString(unsigned value) { in UintToString() function
/aosp_15_r20/external/angle/src/tests/perf_tests/third_party/perf/
H A Dangle-mods.patch59 --+std::string UintToString(unsigned int value) {
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_utils.cc322 l->append(base::UintToString(p)); in Log()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_unittest.cc3076 "sync_event", UintToString(win::HandleToUint32(sync_event.Get()))); in TEST_F()