Searched refs:PrintDouble (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dtext_format.h105 virtual string PrintDouble(double val) const;
H A Dtext_format.cc1271 string TextFormat::FieldValuePrinter::PrintDouble(double val) const { function in class:google::protobuf::TextFormat::FieldValuePrinter
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1258 string PrintFloat(float value) const { return PrintDouble(value); }
1259 string PrintDouble(double value) const { function in class:google::protobuf::python::cmessage::PythonFieldValuePrinter

Completed in 316 milliseconds