Searched refs:PrintFloat (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | text_format.h | 131 virtual void PrintFloat(float val, BaseTextGenerator* generator) const; |
D | text_format.cc | 1569 std::string TextFormat::FieldValuePrinter::PrintFloat(float val) const { in PrintFloat() function in google::protobuf::TextFormat::FieldValuePrinter |
/external/protobuf/python/google/protobuf/pyext/ | ||
D | message.cc | 1791 string PrintFloat(float value) const { return PrintDouble(value); } in PrintFloat() function in google::protobuf::python::cmessage::PythonFieldValuePrinter |