OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:restart_index_
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/table/
block.cc
85
uint32_t
restart_index_
; // Index of restart block in which current_ falls
member in class:leveldb::Block::Iter
106
restart_index_
= index;
124
restart_index_
(num_restarts_) {
149
while (GetRestartPoint(
restart_index_
) >= original) {
150
if (
restart_index_
== 0) {
153
restart_index_
= num_restarts_;
156
restart_index_
--;
159
SeekToRestartPoint(
restart_index_
);
220
restart_index_
= num_restarts_;
233
restart_index_
= num_restarts_
[
all
...]
Completed in 1389 milliseconds