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

  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch.cc 101 PutLengthPrefixedSlice(&rep_, key);
102 PutLengthPrefixedSlice(&rep_, value);
108 PutLengthPrefixedSlice(&rep_, key);
version_edit.cc 44 PutLengthPrefixedSlice(dst, comparator_);
66 PutLengthPrefixedSlice(dst, compact_pointers_[i].second.Encode());
83 PutLengthPrefixedSlice(dst, f.smallest.Encode());
84 PutLengthPrefixedSlice(dst, f.largest.Encode());
  /external/chromium_org/third_party/leveldatabase/src/util/
coding_test.cc 174 PutLengthPrefixedSlice(&s, Slice(""));
175 PutLengthPrefixedSlice(&s, Slice("foo"));
176 PutLengthPrefixedSlice(&s, Slice("bar"));
177 PutLengthPrefixedSlice(&s, Slice(std::string(200, 'x')));
coding.h 26 extern void PutLengthPrefixedSlice(std::string* dst, const Slice& value);
coding.cc 98 void PutLengthPrefixedSlice(std::string* dst, const Slice& value) {

Completed in 666 milliseconds