Home
last modified time | relevance | path

Searched refs:Int64ToString (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dvalue_conversions.cc51 std::string string_value = base::Int64ToString(time.ToInternalValue()); in CreateTimeDeltaValue()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dstring_number_conversions.h78 inline std::string Int64ToString(int64_t value) { in Int64ToString() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_number_conversions.h75 inline std::string Int64ToString(int64_t value) { in Int64ToString() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dstring_number_conversions.h78 inline std::string Int64ToString(int64_t value) { in Int64ToString() function
/aosp_15_r20/external/libchrome/base/json/
H A Djson_writer.cc89 json_string_->append(Int64ToString(static_cast<int64_t>(value))); in BuildJSONString()
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_metrics_unittest.cc43 vec->push_back(Int64ToString(test_value)); in BusyWork()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.cc722 static std::string Int64ToString(int64_t number) { in Int64ToString() function
746 return Int64ToString(field->default_value_int64()); in DefaultValue()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.cc730 static std::string Int64ToString(int64_t number) { in Int64ToString() function
754 return Int64ToString(field->default_value_int64()); in DefaultValue()
/aosp_15_r20/external/libchrome/dbus/
H A Dmessage.cc139 output += (indent + "int64_t " + base::Int64ToString(value) + "\n"); in ToStringInternal()