Lines Matching refs:get_context
539 GetContext& get_context, Options& options) { in TestBoundary() argument
596 ASSERT_OK(table_reader->Get(ro, seek_ikey.Encode().ToString(), &get_context, in TestBoundary()
632 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local
636 TestBoundary(ik1, v1, ik2, v2, seek_ikey, get_context, options); in TEST()
637 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST()
657 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local
661 TestBoundary(ik1, v1, ik2, v2, seek_ikey, get_context, options); in TEST()
662 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST()
682 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local
686 TestBoundary(ik1, v1, ik2, v2, seek_ikey, get_context, options); in TEST()
687 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST()
707 GetContext get_context(options.comparator, nullptr, nullptr, nullptr, in TEST() local
711 TestBoundary(ik1, v1, ik2, v2, seek_ikey, get_context, options); in TEST()
712 ASSERT_EQ(get_context.State(), GetContext::kNotFound); in TEST()