Home
last modified time | relevance | path

Searched refs:MethodType (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dcallback.h141 typedef void (Class::*MethodType)(); typedef
143 MethodClosure0(Class* object, MethodType method, bool self_deleting) in MethodClosure0()
155 MethodType method_;
185 typedef void (Class::*MethodType)(Arg1 arg1); typedef
187 MethodClosure1(Class* object, MethodType method, bool self_deleting, in MethodClosure1()
201 MethodType method_;
233 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef
235 MethodClosure2(Class* object, MethodType method, bool self_deleting, in MethodClosure2()
249 MethodType method_;
353 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, A1, A2); typedef
[all …]
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java27 import java.lang.invoke.MethodType;
350 args.add(MethodType.fromMethodDescriptorString(desc, targetLoader)); in visitInvokeDynamicInsn()
415 return MethodType.fromMethodDescriptorString(type.getDescriptor(), targetLoader); in toJvmMetatype()
433 MethodType signature = MethodType.fromMethodDescriptorString(asmHandle.getDesc(), in toMethodHandle()
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py461 if n[0:2] == 'p_' and type(v) in (types.FunctionType, types.MethodType): continue
735 if isinstance(f,types.MethodType):
2083 elif isinstance(ef, types.MethodType):
2100 … if (type(ldict[f]) in (types.FunctionType, types.MethodType) and ldict[f].__name__[:2] == 'p_'
2143 … if (type(f) in (types.FunctionType,types.MethodType) and ldict[f].__name__[:2] != 'p_')]
Dlex.py438 if type(handle) in (types.FunctionType, types.MethodType):
663 ismethod = isinstance(f, types.MethodType)
/external/clang/lib/Sema/
DSemaLambda.cpp360 QualType MethodType = MethodTypeInfo->getType(); in startLambdaDefinition() local
367 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition()
371 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(), in startLambdaDefinition()
393 MethodType, MethodTypeInfo, in startLambdaDefinition()
DSemaDeclObjC.cpp4281 tok::TokenKind MethodType, in ActOnMethodDeclaration() argument
4319 MethodType == tok::minus, isVariadic, in ActOnMethodDeclaration()
4403 if (MethodType == tok::minus) { in ActOnMethodDeclaration()
/external/libmojo/third_party/ply/
Dlex.py494 if type(handle) in (types.FunctionType, types.MethodType):
735 if isinstance(f, types.MethodType):
804 if isinstance(f, types.MethodType):
Dyacc.py2873 elif isinstance(self.error_func, types.MethodType):
2963 if isinstance(item,(types.FunctionType,types.MethodType)):
2984 if isinstance(func, types.MethodType):
3014 if n[0:2] == 'p_' and isinstance(v, (types.FunctionType, types.MethodType)): continue
3019 (isinstance(v,types.MethodType) and func_code(v).co_argcount == 2)):
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
Dmox.py236 _USE_MOCK_OBJECT = [types.FunctionType, types.ModuleType, types.MethodType]
808 if type(self._class_to_mock) in (types.FunctionType, types.MethodType):
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1689 TypeIndex MethodType = getMemberFunctionType(SP, Ty); in lowerRecordFieldList() local
1697 OneMethodRecord(MethodType, translateMethodKindFlags(SP, Introduced), in lowerRecordFieldList()
/external/clang/include/clang/Sema/
DSema.h5107 TypeSourceInfo *MethodType,
7546 tok::TokenKind MethodType,
/external/mockito/lib/
Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...