OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:metaindex_handle
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/table/
table.cc
34
BlockHandle
metaindex_handle
; // Handle to metaindex_block: saved from footer
member in struct:leveldb::Table::Rep
73
rep->
metaindex_handle
= footer.
metaindex_handle
();
92
// TODO(sanjay): Skip this if footer.
metaindex_handle
() size indicates
96
if (!ReadBlock(rep_->file, opt, footer.
metaindex_handle
(), &contents).ok()) {
263
result = rep_->
metaindex_handle
.offset();
269
result = rep_->
metaindex_handle
.offset();
format.h
52
const BlockHandle&
metaindex_handle
() const { return metaindex_handle_; }
function in class:leveldb::Footer
/external/chromium_org/third_party/leveldatabase/src/doc/
table_format.txt
46
metaindex_handle
: char[p]; // Block handle for metaindex
Completed in 592 milliseconds