Home
last modified time | relevance | path

Searched defs:Int64ToString (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_number_conversions.h51 inline std::string Int64ToString(int64_t value) { in Int64ToString() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc647 std::string Int64ToString(const std::string& macro_prefix, int64 number) { in Int64ToString() function