Home
last modified time | relevance | path

Searched refs:PrintFloat (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.h107 virtual string PrintFloat(float val) const;
Dtext_format.cc1391 string TextFormat::FieldValuePrinter::PrintFloat(float val) const { in PrintFloat() function in google::protobuf::TextFormat::FieldValuePrinter
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1786 string PrintFloat(float value) const { return PrintDouble(value); } in CheckAndGetInteger() function in google::protobuf::python::cmessage::PythonFieldValuePrinter