Home
last modified time | relevance | path

Searched refs:RequestWithRowKeysCount (Results 1 – 2 of 2) sorted by relevance

/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Drow_reader_test.cc148 Matcher<const ReadRowsRequest&> RequestWithRowKeysCount(int n) { in RequestWithRowKeysCount() function
389 EXPECT_CALL(*client_, ReadRows(_, RequestWithRowKeysCount(2))) in TEST_F()
405 EXPECT_CALL(*client_, ReadRows(_, RequestWithRowKeysCount(1))) in TEST_F()
475 EXPECT_CALL(*client_, ReadRows(_, RequestWithRowKeysCount(2))) in TEST_F()
494 EXPECT_CALL(*client_, ReadRows(_, RequestWithRowKeysCount(1))) in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Drow_reader_test.cc144 Matcher<const ReadRowsRequest&> RequestWithRowKeysCount(int n) { in RequestWithRowKeysCount() function
389 EXPECT_CALL(*client_, ReadRows(_, RequestWithRowKeysCount(2))) in TEST_F()
405 EXPECT_CALL(*client_, ReadRows(_, RequestWithRowKeysCount(1))) in TEST_F()
476 EXPECT_CALL(*client_, ReadRows(_, RequestWithRowKeysCount(2))) in TEST_F()
495 EXPECT_CALL(*client_, ReadRows(_, RequestWithRowKeysCount(1))) in TEST_F()