Searched defs:MethodType (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
H A DBastion.py34 from types import MethodType namespace
121 if type(attribute) == MethodType:
H A Dsocket.py50 from types import MethodType namespace
234 m = MethodType(p,None,_socketobject)
H A Dtypes.py54 UnboundMethodType = type(_C._m) # Same as MethodType
57 MethodType = type(_x._m) variable
/external/python/cpython2/Lib/test/
H A Dtest_pyclbr.py7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType namespace
75 if not isinstance(obj, MethodType):
/external/protobuf/src/google/protobuf/stubs/
H A Dcallback.h141 typedef void (Class::*MethodType)(); typedef in class:google::protobuf::internal::MethodClosure0
143 MethodClosure0(Class* object, MethodType method, bool self_deleting)
155 MethodType method_;
185 typedef void (Class::*MethodType)(Arg1 arg1); typedef in class:google::protobuf::internal::MethodClosure1
187 MethodClosure1(Class* object, MethodType method, bool self_deleting,
201 MethodType method_;
233 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef in class:google::protobuf::internal::MethodClosure2
235 MethodClosure2(Class* object, MethodType method, bool self_deleting,
249 MethodType method_;
353 typedef R (T::*MethodType)(P typedef in class:google::protobuf::internal::MethodResultCallback_5_2
[all...]
/external/clang/lib/Sema/
H A DSemaLambda.cpp360 QualType MethodType = MethodTypeInfo->getType(); local
367 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>();
371 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(),
393 MethodType, MethodTypeInfo,
H A DSemaDeclObjC.cpp4281 tok::TokenKind MethodType,
4319 MethodType == tok::minus, isVariadic,
4403 if (MethodType == tok::minus) {
4278 ActOnMethodDeclaration( Scope *S, SourceLocation MethodLoc, SourceLocation EndLoc, tok::TokenKind MethodType, ObjCDeclSpec &ReturnQT, ParsedType ReturnType, ArrayRef<SourceLocation> SelectorLocs, Selector Sel, ObjCArgInfo *ArgInfo, DeclaratorChunk::ParamInfo *CParamInfo, unsigned CNumArgs, AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, bool isVariadic, bool MethodDefinition) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1689 TypeIndex MethodType = getMemberFunctionType(SP, Ty); local
1697 OneMethodRecord(MethodType, translateMethodKindFlags(SP, Introduced),
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 385 milliseconds