Home
last modified time | relevance | path

Searched refs:DecodeFloat (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h231 static float DecodeFloat(uint32 value);
802 inline float WireFormatLite::DecodeFloat(uint32 value) { in DecodeFloat() function
973 *value = DecodeFloat(temp);
1037 *value = DecodeFloat(temp);
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc1298 WireFormatLite::DecodeFloat(0x7FA12345)); in RunSuiteImpl()
1305 WireFormatLite::DecodeFloat(0xFFB54321)); in RunSuiteImpl()