HomeSort by relevance Sort by last modified time
    Searched defs:EncodeDouble (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 221 static uint64 EncodeDouble(double value);
608 inline uint64 WireFormatLite::EncodeDouble(double value) {
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 213 static uint64 EncodeDouble(double value);
562 inline uint64 WireFormatLite::EncodeDouble(double value) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 285 void EncodeDouble(double value, std::string* into) {
326 EncodeDouble(value.date(), into);
333 EncodeDouble(value.number(), into);
    [all...]

Completed in 29 milliseconds