Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h234 static double DecodeDouble(uint64 value);
821 inline double WireFormatLite::DecodeDouble(uint64 value) { in DecodeDouble() function
979 *value = DecodeDouble(temp);
1044 *value = DecodeDouble(temp);
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc2187 WireFormatLite::DecodeDouble(int64{0x7FFA123456789ABC})); in RunJsonTestsForNonRepeatedTypes()
2192 WireFormatLite::DecodeDouble(uint64{0xFFFBCBA987654321})); in RunJsonTestsForNonRepeatedTypes()