HomeSort by relevance Sort by last modified time
    Searched refs:PutFixed64 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.cc 20 PutFixed64(result, PackSequenceAndType(key.sequence, key.type));
80 PutFixed64(&tmp, PackSequenceAndType(kMaxSequenceNumber,kValueTypeForSeek));
95 PutFixed64(&tmp, PackSequenceAndType(kMaxSequenceNumber,kValueTypeForSeek));
  /external/chromium_org/third_party/leveldatabase/src/util/
coding_test.cc 31 PutFixed64(&s, v - 1);
32 PutFixed64(&s, v + 0);
33 PutFixed64(&s, v + 1);
65 PutFixed64(&dst, 0x0807060504030201ull);
coding.h 23 extern void PutFixed64(std::string* dst, uint64_t value);
coding.cc 41 void PutFixed64(std::string* dst, uint64_t value) {

Completed in 193 milliseconds