Searched refs:DecodeDouble (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding_unittest.cc552 TEST(IndexedDBLevelDBCodingTest, DecodeDouble) {
563 EXPECT_TRUE(DecodeDouble(&slice, &result));
568 EXPECT_FALSE(DecodeDouble(&slice, &result));
571 EXPECT_FALSE(DecodeDouble(&slice, &result));
576 EXPECT_TRUE(DecodeDouble(&slice, &result));
H A Dindexed_db_leveldb_coding.cc521 if (!DecodeDouble(slice, &d))
528 if (!DecodeDouble(slice, &d))
539 bool DecodeDouble(StringPiece* slice, double* value) { function in namespace:content
812 if (!DecodeDouble(slice_a, &d) || !DecodeDouble(slice_b, &e)) {
H A Dindexed_db_leveldb_coding.h55 CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeDouble(base::StringPiece* slice,
/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
H A Dwire_format_lite_inl.h146 *value = DecodeDouble(temp);
219 *value = DecodeDouble(temp);
/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
H A Dwire_format_lite_inl.h147 *value = DecodeDouble(temp);
220 *value = DecodeDouble(temp);

Completed in 78 milliseconds