Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dwork_sharder.h88 typedef std::function<void()> Closure; typedef
/external/libchrome/base/
Dcallback_forward.h23 using Closure = Callback<void()>; variable
/external/clang/test/Misc/
Ddiagnostic-crash.cpp9 class Closure { class
/external/v8/tools/clang/base_bind_rewriters/tests/
Dcallback.h45 using Closure = Callback<void()>; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h100 typedef std::function<void()> Closure; typedef
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go2592 type Closure struct { struct
2593 Types []AST
2594 Num int
2597 func (cl *Closure) print(ps *printState) {
2608 func (cl *Closure) Traverse(fn func(AST) bool) {
2616 func (cl *Closure) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2641 func (cl *Closure) GoString() string {
2645 func (cl *Closure) goString(indent int, field string) string {
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto155 rpc Closure(DummyMessage) returns (DummyMessage); rpc
/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-7.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp305 class Closure { class
321 Closure(unsigned ID, std::initializer_list<RegDomain> LegalDstDomainList) : ID(ID) { in Closure() function in __anon485ecb6c0111::Closure
/external/lua/src/
Dlobject.h460 typedef union Closure { union
463 } Closure; typedef
/external/protobuf/src/google/protobuf/stubs/
Dcallback.h72 Closure() {} in Closure() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp654 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-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1480 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