Home
last modified time | relevance | path

Searched refs:AsyncReadModifyWriteRow (Results 1 – 20 of 20) sorted by relevance

/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dtable_test.cc190 TEST_F(ValidContextMdAsyncTest, AsyncReadModifyWriteRow) { in TEST_F() argument
195 EXPECT_CALL(*client_, AsyncReadModifyWriteRow(_, _, _)) in TEST_F()
212 FinishTest(table_->AsyncReadModifyWriteRow( in TEST_F()
H A Ddata_client.cc104 AsyncReadModifyWriteRow( in AsyncReadModifyWriteRow() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::internal::DefaultDataClient
108 return impl_.Stub()->AsyncReadModifyWriteRow(context, request, cq); in AsyncReadModifyWriteRow()
272 AsyncReadModifyWriteRow( in AsyncReadModifyWriteRow() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::internal::DefaultLoggingDataClient
276 return impl_.Stub()->AsyncReadModifyWriteRow(context, request, cq); in AsyncReadModifyWriteRow()
H A Ddata_client.h131 AsyncReadModifyWriteRow(
H A Dtable.h700 future<StatusOr<Row>> AsyncReadModifyWriteRow( in AsyncReadModifyWriteRow() function
H A Dtable.cc380 return client->AsyncReadModifyWriteRow(context, request, cq); in AsyncReadModifyWriteRowImpl()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dtable_test.cc189 TEST_F(ValidContextMdAsyncTest, AsyncReadModifyWriteRow) { in TEST_F() argument
194 EXPECT_CALL(*client_, AsyncReadModifyWriteRow(_, _, _)) in TEST_F()
211 FinishTest(table_->AsyncReadModifyWriteRow( in TEST_F()
H A Ddata_client.cc99 AsyncReadModifyWriteRow( in AsyncReadModifyWriteRow() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::internal::DefaultDataClient
103 return impl_.Stub()->AsyncReadModifyWriteRow(context, request, cq); in AsyncReadModifyWriteRow()
H A Ddata_client.h131 AsyncReadModifyWriteRow(
H A Dtable.h643 future<StatusOr<Row>> AsyncReadModifyWriteRow( in AsyncReadModifyWriteRow() function
H A Dtable.cc372 return client->AsyncReadModifyWriteRow(context, request, cq); in AsyncReadModifyWriteRowImpl()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/testing/
H A Dinprocess_data_client.cc68 InProcessDataClient::AsyncReadModifyWriteRow( in AsyncReadModifyWriteRow() function in google::cloud::bigtable::testing::InProcessDataClient
72 auto result = Stub()->AsyncReadModifyWriteRow(context, request, cq); in AsyncReadModifyWriteRow()
H A Dmock_data_client.h64 AsyncReadModifyWriteRow,
H A Dinprocess_data_client.h82 AsyncReadModifyWriteRow(
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/testing/
H A Dinprocess_data_client.cc68 InProcessDataClient::AsyncReadModifyWriteRow( in AsyncReadModifyWriteRow() function in google::cloud::bigtable::testing::InProcessDataClient
72 auto result = Stub()->AsyncReadModifyWriteRow(context, request, cq); in AsyncReadModifyWriteRow()
H A Dmock_data_client.h64 AsyncReadModifyWriteRow,
H A Dinprocess_data_client.h82 AsyncReadModifyWriteRow(
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/tests/
H A Ddata_async_future_integration_test.cc223 auto fut = table.AsyncReadModifyWriteRow( 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.cc223 auto fut = table.AsyncReadModifyWriteRow( in TEST_F()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/examples/
H A Ddata_async_snippets.cc275 future<StatusOr<cbt::Row>> row_future = table.AsyncReadModifyWriteRow( in AsyncReadModifyWrite()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/examples/
H A Ddata_async_snippets.cc275 future<StatusOr<cbt::Row>> row_future = table.AsyncReadModifyWriteRow( in AsyncReadModifyWrite()