Searched refs:PrintDouble (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | text_format.h | 108 virtual string PrintDouble(double val) const; |
D | text_format.cc | 1362 string TextFormat::FieldValuePrinter::PrintDouble(double val) const { in PrintDouble() function in google::protobuf::TextFormat::FieldValuePrinter |
/external/protobuf/python/google/protobuf/pyext/ | ||
D | message.cc | 1789 string PrintFloat(float value) const { return PrintDouble(value); } in CheckAndGetInteger() |