| /external/grpc-grpc/src/core/lib/event_engine/cf_engine/ |
| D | cf_engine.cc | 38 struct CFEventEngine::Closure final : public EventEngine::Closure { struct in grpc_event_engine::experimental::CFEventEngine 39 absl::AnyInvocable<void()> cb; 40 Timer timer; 41 CFEventEngine* engine; 42 EventEngine::TaskHandle handle; 44 void Run() override { in Run()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/cf_engine/ |
| D | cf_engine.cc | 35 struct CFEventEngine::Closure final : public EventEngine::Closure { struct in grpc_event_engine::experimental::CFEventEngine 36 absl::AnyInvocable<void()> cb; 37 Timer timer; 38 CFEventEngine* engine; 39 EventEngine::TaskHandle handle; 41 void Run() override { in Run()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
| D | closure.h | 157 struct Closure : public grpc_closure { struct 158 explicit Closure(F f) : f(std::move(f)) {} function 159 F f; 160 static void Run(void* arg, grpc_error_handle error) {
|
| /external/grpc-grpc/src/core/lib/iomgr/ |
| D | closure.h | 157 struct Closure : public grpc_closure { struct 158 explicit Closure(F f) : f(std::move(f)) {} argument 159 F f; 160 static void Run(void* arg, grpc_error_handle error) {
|
| /external/grpc-grpc/test/core/event_engine/util/ |
| D | aborting_event_engine.h | 55 void Run(Closure* /* closure */) override { abort(); } in Run() argument 57 TaskHandle RunAfter(Duration /* when */, Closure* /* closure */) override { in RunAfter() argument
|
| /external/tensorflow/tensorflow/core/util/ |
| D | work_sharder.h | 90 typedef std::function<void()> Closure; typedef
|
| /external/libchrome/base/ |
| D | callback_forward.h | 23 using Closure = Callback<void()>; variable
|
| /external/pigweed/pw_function/public/pw_function/ |
| D | function.h | 78 using Closure = Function<void()>; variable
|
| /external/grpc-grpc/test/core/event_engine/ |
| D | default_engine_methods_test.cc | 72 void Run(Closure* /* closure */) override{}; in Run() argument 74 TaskHandle RunAfter(Duration /* when */, Closure* /* closure */) override { in RunAfter() argument
|
| /external/grpc-grpc/test/core/event_engine/test_suite/posix/ |
| D | oracle_event_engine_posix.h | 178 void Run(Closure* /*closure*/) override { grpc_core::Crash("unimplemented"); } in Run() argument 183 Closure* /*closure*/) override { in RunAfter() argument
|
| /external/clang/test/Misc/ |
| D | diagnostic-crash.cpp | 9 class Closure { class
|
| /external/cronet/net/base/ |
| D | test_completion_callback_unittest.cc | 126 TEST_F(TestCompletionCallbackTest, Closure) { in TEST_F() argument
|
| /external/icu/libicu/cts_headers/ |
| D | messageformat2_evaluation.h | 114 …Closure(const Expression& expression, const Environment& environment) : expr(expression), env(envi… in Closure() function
|
| /external/icu/icu4c/source/i18n/ |
| D | messageformat2_evaluation.h | 114 …Closure(const Expression& expression, const Environment& environment) : expr(expression), env(envi… in Closure() function
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | executor.h | 114 typedef std::function<void()> Closure; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86DomainReassignment.cpp | 300 class Closure { class 316 Closure(unsigned ID, std::initializer_list<RegDomain> LegalDstDomainList) : ID(ID) { in Closure() function in __anon870131c10111::Closure
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86DomainReassignment.cpp | 299 class Closure { class 315 Closure(unsigned ID, std::initializer_list<RegDomain> LegalDstDomainList) : ID(ID) { in Closure() function in __anon999b15c70111::Closure
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| D | test_bad_identifiers.proto | 183 rpc Closure(DummyMessage) returns (DummyMessage); rpc
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_test_bad_identifiers.proto | 183 rpc Closure(DummyMessage) returns (DummyMessage); rpc
|
| /external/tensorflow/tensorflow/python/distribute/coordinator/ |
| D | cluster_coordinator.py | 189 class Closure(object): class
|
| /external/lua/src/ |
| D | lobject.h | 636 typedef union Closure { union 639 } Closure; typedef
|
| /external/angle/src/libANGLE/ |
| D | Context.h | 47 class Closure; variable
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | callback.h | 75 Closure() {} in Closure() function
|
| /external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
| D | callback.h | 75 Closure() {} in Closure() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| D | InstrProf.cpp | 773 auto Closure = InstrProfRecordClosure; in getSize() local
|