Searched defs:Closure (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Misc/
H A Ddiagnostic-crash.cpp9 class Closure { class
38 Closure* cb = NewCallback(this, &xxxxxxxxxxxxxxxxx::Bar, s, status); // expected-error{{cannot initialize}}
/external/protobuf/src/google/protobuf/stubs/
H A Dcallback.h14 // a Closure to call when the procedure completes. See the Service interface
17 // To automatically construct a Closure which calls a particular function or
27 // Closure* callback = NewCallback(&FooDone, response);
44 // Closure* callback = NewCallback(this, &Handler::FooDone, response);
70 class LIBPROTOBUF_EXPORT Closure { class in namespace:google::protobuf
72 Closure() {} function in class:google::protobuf::Closure
73 virtual ~Closure();
78 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Closure);
119 class LIBPROTOBUF_EXPORT FunctionClosure0 : public Closure {
139 class MethodClosure0 : public Closure {
[all...]
H A Dcommon.cc302 Closure::~Closure() {}
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h434 struct Closure { struct
456 Closure *NewCallback(void (*f)()) {
457 Closure *res = new Closure;
466 Closure *NewCallback(void (*f)(P1), P1 p1) {
468 Closure *res = new Closure;
477 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) {
479 Closure *res = new Closure;
[all...]
/external/skia/third_party/lua/src/
H A Dlobject.h475 union Closure *cache; /* last created closure with this prototype */
530 typedef union Closure { union
533 } Closure; typedef in typeref:union:Closure
/external/syslinux/com32/lua/src/
H A Dlobject.h475 union Closure *cache; /* last created closure with this prototype */
530 typedef union Closure { union
533 } Closure; typedef in typeref:union:Closure
/external/v8/src/inspector/
H A Ddebugger_script_externs.js220 Closure: 3,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp927 [](CXXRecordDecl *Closure, bool &IsByCopy, bool &IsConst) {
930 for (auto &&C : Closure->captures()) {
934 if (Closure->getLambdaCallOperator()->isConst())
944 CXXRecordDecl *Closure = cast<CXXRecordDecl>(CurDC->getParent()); local
945 while (Closure &&
946 IsThisCaptured(Closure, IsByCopyCapture, IsConstCapture)) {
953 Closure = isLambdaCallOperator(Closure->getParent())
954 ? cast<CXXRecordDecl>(Closure->getParent()->getParent())
/external/v8/src/debug/
H A Dmirrors.js255 Closure: 3,
2332 this.scopeType() == ScopeType.Closure ||
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4838 typedef C Closure; typedef in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::FuncInfo
5587 /* Closure parameter and return type. */
5588 attr_.SetClosureType(UniquePtrForType<typename F::FuncInfo::Closure>());
5597 typename F::FuncInfo::Closure>::value
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h4142 typedef C Closure; typedef in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::FuncInfo
4891 /* Closure parameter and return type. */
4892 attr_.SetClosureType(UniquePtrForType<typename F::FuncInfo::Closure>());
4901 typename F::FuncInfo::Closure>::value
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 737 milliseconds