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.cc542 TEST(IndexedDBLevelDBCodingTest, DecodeDouble) {
553 EXPECT_TRUE(DecodeDouble(&slice, &result));
558 EXPECT_FALSE(DecodeDouble(&slice, &result));
561 EXPECT_FALSE(DecodeDouble(&slice, &result));
566 EXPECT_TRUE(DecodeDouble(&slice, &result));
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)) {
H A Dindexed_db_leveldb_coding.h63 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 194 milliseconds