Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format.cc1569 std::string TextFormat::FieldValuePrinter::PrintFloat(float val) const { in PrintFloat() function in google::protobuf::TextFormat::FieldValuePrinter
1632 void TextFormat::FastFieldValuePrinter::PrintFloat( in PrintFloat() function in google::protobuf::TextFormat::FastFieldValuePrinter
1727 void PrintFloat(float val, in PrintFloat() function in google::protobuf::__anonbaa420810511::FieldValuePrinterWrapper
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1791 string PrintFloat(float value) const { return PrintDouble(value); } in PrintFloat() function in google::protobuf::python::cmessage::PythonFieldValuePrinter