Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h223 static double DecodeDouble(uint64 value);
631 inline double WireFormatLite::DecodeDouble(uint64 value) { in DecodeDouble() function
Dwire_format_lite_inl.h153 *value = DecodeDouble(temp);
226 *value = DecodeDouble(temp);
/external/protobuf/conformance/
Dconformance_test.cc1072 WireFormatLite::DecodeDouble(0x7FFA123456789ABCLL)); in RunSuite()
1077 WireFormatLite::DecodeDouble(0xFFFBCBA987654321LL)); in RunSuite()