Home
last modified time | relevance | path

Searched refs:_offset (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/
Dformat.h46 void set_offset(uint64_t _offset) { offset_ = _offset; } in set_offset() argument
341 inline BlockHandle::BlockHandle(uint64_t _offset, uint64_t _size) in BlockHandle() argument
342 : offset_(_offset), size_(_size) {} in BlockHandle()
Dformat.cc68 Status BlockHandle::DecodeSizeFrom(uint64_t _offset, Slice* input) { in DecodeSizeFrom() argument
70 offset_ = _offset; in DecodeSizeFrom()
/rocksdb-6.9/utilities/
Denv_librados.cc100 int _offset; member in ROCKSDB_NAMESPACE::LibradosSequentialFile
103 _io_ctx(io_ctx), _fid(fid), _hint(hint), _offset(0) {} in LibradosSequentialFile()
128 int r = _io_ctx->read(_fid, buffer, n, _offset); in Read()
132 _offset += r; in Read()
160 _offset += n; in Skip()
/rocksdb-6.9/table/block_based/
Dblock.h446 explicit CachedPrevEntry(uint32_t _offset, const char* _key_ptr, in CachedPrevEntry()
448 : offset(_offset), in CachedPrevEntry()