Home
last modified time | relevance | path

Searched refs:AsyncReadRows (Results 1 – 24 of 24) sorted by relevance

/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/examples/
H A Ddata_async_snippets.cc107 void AsyncReadRows(google::cloud::bigtable::Table table, in AsyncReadRows() function
125 table.AsyncReadRows( in AsyncReadRows()
166 table.AsyncReadRows( in AsyncReadRowsWithLimit()
350 AsyncReadRows(table, cq, {}); in RunAll()
385 MakeCommandEntry("async-read-rows", {}, AsyncReadRows), in main()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/examples/
H A Ddata_async_snippets.cc107 void AsyncReadRows(google::cloud::bigtable::Table table, in AsyncReadRows() function
125 table.AsyncReadRows( in AsyncReadRows()
166 table.AsyncReadRows( in AsyncReadRowsWithLimit()
350 AsyncReadRows(table, cq, {}); in RunAll()
385 MakeCommandEntry("async-read-rows", {}, AsyncReadRows), in main()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/testing/
H A Dinprocess_data_client.cc84 InProcessDataClient::AsyncReadRows(::grpc::ClientContext* context, in AsyncReadRows() function in google::cloud::bigtable::testing::InProcessDataClient
87 return Stub()->AsyncReadRows(context, request, cq, tag); in AsyncReadRows()
H A Dmock_data_client.h76 MOCK_METHOD4(AsyncReadRows, std::unique_ptr<grpc::ClientAsyncReaderInterface<
H A Dinprocess_data_client.h92 AsyncReadRows(::grpc::ClientContext* context,
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/testing/
H A Dinprocess_data_client.cc84 InProcessDataClient::AsyncReadRows(::grpc::ClientContext* context, in AsyncReadRows() function in google::cloud::bigtable::testing::InProcessDataClient
87 return Stub()->AsyncReadRows(context, request, cq, tag); in AsyncReadRows()
H A Dmock_data_client.h76 MOCK_METHOD4(AsyncReadRows, std::unique_ptr<grpc::ClientAsyncReaderInterface<
H A Dinprocess_data_client.h92 AsyncReadRows(::grpc::ClientContext* context,
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Ddata_client.cc118 AsyncReadRows(grpc::ClientContext* context, in AsyncReadRows() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::internal::DefaultDataClient
121 return impl_.Stub()->AsyncReadRows(context, request, cq, tag); in AsyncReadRows()
291 AsyncReadRows(grpc::ClientContext* context, in AsyncReadRows() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::internal::DefaultLoggingDataClient
294 return impl_.Stub()->AsyncReadRows(context, request, cq, tag); in AsyncReadRows()
H A Dtable.h745 void AsyncReadRows(CompletionQueue& cq, RowFunctor on_row, in AsyncReadRows() function
795 void AsyncReadRows(CompletionQueue& cq, RowFunctor on_row, in AsyncReadRows() function
H A Ddata_client.h141 AsyncReadRows(grpc::ClientContext* context,
H A Dtable.cc441 AsyncReadRows( in AsyncReadRow()
H A Dasync_row_reader_test.cc104 table_.AsyncReadRows( in ReadRows()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/
H A Dcompletion_queue_test.cc46 MOCK_METHOD3(AsyncReadRows,
227 EXPECT_CALL(mock_client, AsyncReadRows(_, _, _)) in TEST()
248 return mock_client.AsyncReadRows(context, request, cq); in TEST()
309 return mock_client.AsyncReadRows(context, request, cq); in TEST()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Ddata_client.cc113 AsyncReadRows(grpc::ClientContext* context, in AsyncReadRows() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::internal::DefaultDataClient
116 return impl_.Stub()->AsyncReadRows(context, request, cq, tag); in AsyncReadRows()
H A Dtable.h683 void AsyncReadRows(CompletionQueue& cq, RowFunctor on_row, in AsyncReadRows() function
726 void AsyncReadRows(CompletionQueue& cq, RowFunctor on_row, in AsyncReadRows() function
H A Ddata_client.h141 AsyncReadRows(grpc::ClientContext* context,
H A Dtable.cc433 AsyncReadRows( in AsyncReadRow()
H A Dasync_row_reader_test.cc104 table_.AsyncReadRows( in ReadRows()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/
H A Dcompletion_queue_test.cc50 MOCK_METHOD3(AsyncReadRows,
276 EXPECT_CALL(mock_client, AsyncReadRows(_, _, _)) in TEST()
297 return mock_client.AsyncReadRows(context, request, cq); in TEST()
358 return mock_client.AsyncReadRows(context, request, cq); in TEST()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/tests/
H A Ddata_async_future_integration_test.cc273 table.AsyncReadRows( in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/tests/
H A Ddata_async_future_integration_test.cc273 table.AsyncReadRows( in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/
H A DCHANGELOG.md647 * Implemented Table::AsyncReadRows.
837 * More experimental asynchronous APIs, including AsyncReadRows. Note that we
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/
H A DCHANGELOG.md879 * Implemented Table::AsyncReadRows.
1069 * More experimental asynchronous APIs, including AsyncReadRows. Note that we