Searched defs:PrintFloat (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 1359 string TextFormat::FieldValuePrinter::PrintFloat(float val) const { in PrintFloat() 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() function in google::protobuf::python::cmessage::PythonFieldValuePrinter |