Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc383 return NewErrorIterator( in NewIterator()
387 return NewErrorIterator(Status::NotSupported( in NewIterator()
395 return NewErrorIterator(Status::NotSupported( in NewIterator()
399 return NewErrorIterator( in NewIterator()
Ddb_impl.cc2524 return NewErrorIterator( in NewIterator()
2529 return NewErrorIterator(Status::NotSupported( in NewIterator()
2537 return NewErrorIterator(Status::InvalidArgument( in NewIterator()
/rocksdb-6.9/include/rocksdb/
Diterator.h126 extern Iterator* NewErrorIterator(const Status& status);
/rocksdb-6.9/table/
Diterator.cc162 Iterator* NewErrorIterator(const Status& status) { in NewErrorIterator() function