Searched refs:DecodeFrom (Results 1 – 12 of 12) sorted by relevance
23 Status BlockHandle::DecodeFrom(Slice* input) { in DecodeFrom() function in leveldb::BlockHandle44 Status Footer::DecodeFrom(Slice* input) { in DecodeFrom() function in leveldb::Footer54 Status result = metaindex_handle_.DecodeFrom(input); in DecodeFrom()56 result = index_handle_.DecodeFrom(input); in DecodeFrom()
54 s = footer.DecodeFrom(&footer_input); in Open()116 if (!filter_handle.DecodeFrom(&v).ok()) { in ReadFilter()164 Status s = handle.DecodeFrom(&input); in BlockReader()227 handle.DecodeFrom(&handle_value).ok() && in InternalGet()256 Status s = handle.DecodeFrom(&input); in ApproximateOffsetOf()
35 Status DecodeFrom(Slice* input);64 Status DecodeFrom(Slice* input);
36 meta->smallest.DecodeFrom(iter->key()); in BuildTable()39 meta->largest.DecodeFrom(key); in BuildTable()
14 Status s = parsed.DecodeFrom(encoded); in TestEncodeDecode()
91 dst->DecodeFrom(str); in GetInternalKey()109 Status VersionEdit::DecodeFrom(const Slice& src) { in DecodeFrom() function in leveldb::VersionEdit
80 Status DecodeFrom(const Slice& src);
299 t.meta.smallest.DecodeFrom(key); in ScanTable()301 t.meta.largest.DecodeFrom(key); in ScanTable()
153 void DecodeFrom(const Slice& s) { rep_.assign(s.data(), s.size()); } in DecodeFrom() function
112 Status s = edit.DecodeFrom(record); in VersionEditPrinter()
954 s = edit.DecodeFrom(record); in Recover()1079 key.DecodeFrom(compact_pointer_[level]); in WriteSnapshot()
960 compact->current_output()->smallest.DecodeFrom(key); in DoCompactionWork()962 compact->current_output()->largest.DecodeFrom(key); in DoCompactionWork()