Searched defs:DecodeDouble (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h222 static double DecodeDouble(uint64 value);
614 inline double WireFormatLite::DecodeDouble(uint64 value) { function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h214 static double DecodeDouble(uint64 value);
568 inline double WireFormatLite::DecodeDouble(uint64 value) { function in class:google::protobuf::internal::WireFormatLite
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc543 if (!DecodeDouble(slice, &d))
550 if (!DecodeDouble(slice, &d))
561 bool DecodeDouble(StringPiece* slice, double* value) { function in namespace:content
855 if (!DecodeDouble(slice_a, &d) || !DecodeDouble(slice_b, &e)) {

Completed in 160 milliseconds