Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalue_conversions.cc51 std::string string_value = base::Int64ToString(time.ToInternalValue()); in CreateTimeDeltaValue()
/external/libchrome/base/strings/
Dstring_number_conversions.h75 inline std::string Int64ToString(int64_t value) { in Int64ToString() function
/external/libchrome/base/json/
Djson_writer.cc89 json_string_->append(Int64ToString(static_cast<int64_t>(value))); in BuildJSONString()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc603 std::string Int64ToString(const std::string& macro_prefix, int64 number) { in Int64ToString() function
619 return Int64ToString("GG", field->default_value_int64()); in DefaultValue()
634 return Int64ToString("PROTOBUF", field->default_value_int64()); in DefaultValue()
Dcpp_helpers.h208 std::string Int64ToString(const Options& options, int64 number);
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc43 vec->push_back(Int64ToString(test_value)); in BusyWork()
/external/libchrome/dbus/
Dmessage.cc139 output += (indent + "int64_t " + base::Int64ToString(value) + "\n"); in ToStringInternal()