/external/chromium_org/ppapi/proxy/ |
D | dispatch_reply_message.h | 22 template <class ObjT, class Method> 23 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() 29 template <class ObjT, class Method, class A> 30 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() 36 template<class ObjT, class Method, class A, class B> 37 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() 43 template<class ObjT, class Method, class A, class B, class C> 44 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() 50 template<class ObjT, class Method, class A, class B, class C, class D> 51 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() [all …]
|
/external/chromium_org/ppapi/host/ |
D | dispatch_host_message.h | 22 template <class ObjT, class Method> 23 inline int32_t DispatchResourceCall(ObjT* obj, Method method, in DispatchResourceCall() 29 template <class ObjT, class Method, class A> 30 inline int32_t DispatchResourceCall(ObjT* obj, Method method, in DispatchResourceCall() 36 template<class ObjT, class Method, class A, class B> 37 inline int32_t DispatchResourceCall(ObjT* obj, Method method, in DispatchResourceCall() 43 template<class ObjT, class Method, class A, class B, class C> 44 inline int32_t DispatchResourceCall(ObjT* obj, Method method, in DispatchResourceCall() 50 template<class ObjT, class Method, class A, class B, class C, class D> 51 inline int32_t DispatchResourceCall(ObjT* obj, Method method, in DispatchResourceCall() [all …]
|
/external/chromium_org/base/ |
D | tuple.h | 536 template <class ObjT, class Method> 537 inline void DispatchToMethod(ObjT* obj, Method method, const Tuple0& arg) { 541 template <class ObjT, class Method, class A> 542 inline void DispatchToMethod(ObjT* obj, Method method, const A& arg) { 546 template <class ObjT, class Method, class A> 547 inline void DispatchToMethod(ObjT* obj, Method method, const Tuple1<A>& arg) { 551 template<class ObjT, class Method, class A, class B> 552 inline void DispatchToMethod(ObjT* obj, 559 template<class ObjT, class Method, class A, class B, class C> 560 inline void DispatchToMethod(ObjT* obj, Method method, [all …]
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 57 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in canApplyWeak() local 58 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in canApplyWeak()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 920 if (const ObjCObjectType *ObjT = Result->getAs<ObjCObjectType>()) { in ConvertDeclSpecToType() local 923 if (ObjT->getNumProtocols()) in ConvertDeclSpecToType() 924 Result = ObjT->getBaseType(); in ConvertDeclSpecToType() 4153 if (const ObjCObjectPointerType *ObjT = in handleObjCOwnershipTypeAttr() local 4155 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) { in handleObjCOwnershipTypeAttr() 4158 S.Diag(ObjT->getInterfaceDecl()->getLocation(), in handleObjCOwnershipTypeAttr()
|
D | SemaObjCProperty.cpp | 999 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local 1001 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
|
D | SemaExprObjC.cpp | 3844 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local 3846 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl()) in CheckObjCARCUnavailableWeakConversion()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 553 if (const ObjCObjectType *ObjT = A->getInterface()->getAs<ObjCObjectType>()) in VisitChildren() local 555 ObjT->getInterface(), in VisitChildren()
|