Home
last modified time | relevance | path

Searched refs:CellsRowOffset (Results 1 – 8 of 8) sorted by relevance

/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dfilters_test.cc101 TEST(FiltersTest, CellsRowOffset) { in TEST() argument
102 auto proto = Filter::CellsRowOffset(42).as_proto(); in TEST()
209 F::CellsRowOffset(2)); in TEST()
224 F::CellsRowOffset(2), F::Latest(1)); in TEST()
260 F::CellsRowOffset(2), F::Latest(1)}; in TEST()
302 F::CellsRowOffset(2), F::Latest(1)); in TEST()
338 F::CellsRowOffset(2), F::Latest(1)}; in TEST()
387 F::CellsRowOffset(2), F::Latest(1)); in TEST()
H A Dfilters.h311 static Filter CellsRowOffset(std::int32_t n) { in CellsRowOffset() function
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dfilters_test.cc97 TEST(FiltersTest, CellsRowOffset) { in TEST() argument
98 auto proto = bigtable::Filter::CellsRowOffset(42).as_proto(); in TEST()
210 F::CellsRowOffset(2)); in TEST()
225 F::CellsRowOffset(2), F::Latest(1)); in TEST()
261 F::CellsRowOffset(2), F::Latest(1)}; in TEST()
303 F::CellsRowOffset(2), F::Latest(1)); in TEST()
339 F::CellsRowOffset(2), F::Latest(1)}; in TEST()
388 F::CellsRowOffset(2), F::Latest(1)); in TEST()
H A Dfilters.h308 static Filter CellsRowOffset(std::int32_t n) { in CellsRowOffset() function
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/tests/
H A Dfilters_integration_test.cc332 TEST_F(FilterIntegrationTest, CellsRowOffset) { in TEST_F() argument
339 auto result = ReadRows(table, Filter::CellsRowOffset(2)); in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/tests/
H A Dfilters_integration_test.cc331 TEST_F(FilterIntegrationTest, CellsRowOffset) { in TEST_F() argument
338 auto result = ReadRows(table, bigtable::Filter::CellsRowOffset(2)); in TEST_F()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/examples/
H A Ddata_filter_snippets.cc139 cbt::Filter filter = cbt::Filter::CellsRowOffset(2); in FilterLimitCellsPerRowOfset()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/examples/
H A Ddata_filter_snippets.cc139 cbt::Filter filter = cbt::Filter::CellsRowOffset(2); in FilterLimitCellsPerRowOfset()