Searched defs:PrintFloat (Results 1 - 2 of 2) sorted by relevance

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

Completed in 102 milliseconds