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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h221 static uint64 EncodeDouble(double value);
608 inline uint64 WireFormatLite::EncodeDouble(double value) { function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h213 static uint64 EncodeDouble(double value);
562 inline uint64 WireFormatLite::EncodeDouble(double value) { function in class:google::protobuf::internal::WireFormatLite
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc307 void EncodeDouble(double value, std::string* into) { function in namespace:content
338 EncodeDouble(value.date(), into);
343 EncodeDouble(value.number(), into);

Completed in 131 milliseconds