HomeSort by relevance Sort by last modified time
    Searched defs:Int64ToString (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/strings/
string_number_conversions.cc 346 std::string Int64ToString(int64_t value) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 351 string Int64ToString(int64 number) {
369 return Int64ToString(field->default_value_int64());

Completed in 238 milliseconds