Home
last modified time | relevance | path

Searched defs:Closure (Results 1 – 20 of 20) sorted by relevance

/external/pigweed/pw_function/public/pw_function/
Dfunction.h70 using Closure = Function<void()>; variable
/external/libchrome/base/
Dcallback_forward.h23 using Closure = Callback<void()>; variable
/external/tensorflow/tensorflow/core/util/
Dwork_sharder.h90 typedef std::function<void()> Closure; typedef
/external/clang/test/Misc/
Ddiagnostic-crash.cpp9 class Closure { class
/external/cronet/net/base/
Dtest_completion_callback_unittest.cc126 TEST_F(TestCompletionCallbackTest, Closure) { in TEST_F() argument
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h114 typedef std::function<void()> Closure; typedef
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_pollset.cc162 class Closure : public grpc_closure { class
Dbm_chttp2_transport.cc156 class Closure : public grpc_closure { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp300 class Closure { class
316 Closure(unsigned ID, std::initializer_list<RegDomain> LegalDstDomainList) : ID(ID) { in Closure() function in __anonbca32ab20111::Closure
/external/protobuf/src/google/protobuf/compiler/cpp/
Dtest_bad_identifiers.proto183 rpc Closure(DummyMessage) returns (DummyMessage); rpc
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto183 rpc Closure(DummyMessage) returns (DummyMessage); rpc
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator.py189 class Closure(object): class
/external/lua/src/
Dlobject.h636 typedef union Closure { union
639 } Closure; typedef
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h75 Closure() {} in Closure() function
/external/protobuf/src/google/protobuf/stubs/
Dcallback.h75 Closure() {} in Closure() function
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/
Dfunction_tests.cc14 using Closure = void(); typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp773 auto Closure = InstrProfRecordClosure; in getSize() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1384 std::vector<unsigned> &Closure) -> bool { in buildPhis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1461 std::vector<unsigned> &Closure) -> bool { in buildPhis()
/external/clang/lib/Sema/
DSemaExprCXX.cpp927 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) { in adjustCVQualifiersForCXXThisWithinLambda()
944 CXXRecordDecl *Closure = cast<CXXRecordDecl>(CurDC->getParent()); in adjustCVQualifiersForCXXThisWithinLambda() local