Home
last modified time | relevance | path

Searched refs:ObjT (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ppapi/proxy/
Ddispatch_reply_message.h22 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/
Ddispatch_host_message.h22 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/
Dtuple.h536 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/
DTransforms.cpp57 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in canApplyWeak() local
58 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in canApplyWeak()
/external/clang/lib/Sema/
DSemaType.cpp920 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()
DSemaObjCProperty.cpp999 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local
1001 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
DSemaExprObjC.cpp3844 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local
3846 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl()) in CheckObjCARCUnavailableWeakConversion()
/external/clang/tools/libclang/
DCIndex.cpp553 if (const ObjCObjectType *ObjT = A->getInterface()->getAs<ObjCObjectType>()) in VisitChildren() local
555 ObjT->getInterface(), in VisitChildren()