Searched defs:IsOutOfBound (Results 1 – 4 of 4) sorted by relevance
83 bool IsOutOfBound() override { in IsOutOfBound() function
98 bool IsOutOfBound() override { return is_out_of_bound_; } in IsOutOfBound() function
117 virtual bool IsOutOfBound() { return false; } in IsOutOfBound() function
285 bool IsOutOfBound() override { return iter_->IsOutOfBound(); } in IsOutOfBound() function in ROCKSDB_NAMESPACE::KeyConvertingIterator