Searched refs:PrintInt64 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | text_format.h | 129 virtual void PrintInt64(int64 val, BaseTextGenerator* generator) const; |
D | text_format.cc | 1563 std::string TextFormat::FieldValuePrinter::PrintInt64(int64 val) const { in PrintInt64() function in google::protobuf::TextFormat::FieldValuePrinter |