Home
last modified time | relevance | path

Searched defs:AsyncApply (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/
H A Dgapi_async_test.cpp269 struct AsyncApply : crtp_cast<crtp_final_t> { struct
272 auto async(Args&&... args) -> in async()
281 auto async(cv::gapi::wip::GAsyncContext& ctx, Args&&... args) -> in async()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dmutation_batcher.cc41 std::pair<future<void>, future<Status>> MutationBatcher::AsyncApply( in AsyncApply() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::MutationBatcher
H A Dtable_test.cc153 TEST_F(ValidContextMdAsyncTest, AsyncApply) { in TEST_F() argument
H A Dtable.cc110 future<Status> Table::AsyncApply(SingleRowMutation mut, CompletionQueue& cq) { in AsyncApply() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::Table
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dmutation_batcher.cc41 std::pair<future<void>, future<Status>> MutationBatcher::AsyncApply( in AsyncApply() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::MutationBatcher
H A Dtable_test.cc155 TEST_F(ValidContextMdAsyncTest, AsyncApply) { in TEST_F() argument
H A Dtable.cc113 future<Status> Table::AsyncApply(SingleRowMutation mut, CompletionQueue& cq) { in AsyncApply() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::Table
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/examples/
H A Ddata_async_snippets.cc24 void AsyncApply(google::cloud::bigtable::Table table, in AsyncApply() function
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/examples/
H A Ddata_async_snippets.cc24 void AsyncApply(google::cloud::bigtable::Table table, in AsyncApply() function