Searched refs:index_value (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtwo_level_iterator.h28 const Slice& index_value),
H A Dtable.cc156 const Slice& index_value) {
163 Slice input = index_value;
165 // We intentionally allow extra stuff in index_value so that we
154 BlockReader(void* arg, const ReadOptions& options, const Slice& index_value) argument
/external/chromium_org/tools/gn/
H A Dparse_tree.cc125 Value index_value = index_->Execute(scope, err); local
128 if (!index_value.VerifyTypeIs(Value::INTEGER, err))
139 int64 index_int = index_value.int_value();

Completed in 466 milliseconds