Searched refs:MethodType (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dauthentication_method.h24 enum MethodType { enum in class:remoting::protocol::AuthenticationMethod
54 MethodType type() const { return type_; }
73 AuthenticationMethod(MethodType type, HashFunction hash_function);
75 MethodType type_;
H A Dauthentication_method.cc85 AuthenticationMethod::AuthenticationMethod(MethodType type,
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DCppBoundClass.h117 typedef void (T::*MethodType)(const CppArgumentList&, CppVariant*); typedef in class:WebTestRunner::CppBoundClass::MemberCallback
118 MemberCallback(T* object, MethodType method)
130 MethodType m_method;
136 typedef void (T::*MethodType)(CppVariant*); typedef in class:WebTestRunner::CppBoundClass::MemberGetterCallback
137 MemberGetterCallback(T* object, MethodType method)
146 MethodType m_method;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dcallback.h55 typedef R (T::*MethodType)(A1, A2, A3, A4) const;
57 ConstMethodCallback4(const T* instance, MethodType method)
68 MethodType const method_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h901 typedef void (Class::*MethodType)(); typedef in class:google::protobuf::internal::MethodClosure0
903 MethodClosure0(Class* object, MethodType method, bool self_deleting)
915 MethodType method_;
945 typedef void (Class::*MethodType)(Arg1 arg1); typedef in class:google::protobuf::internal::MethodClosure1
947 MethodClosure1(Class* object, MethodType method, bool self_deleting,
961 MethodType method_;
993 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef in class:google::protobuf::internal::MethodClosure2
995 MethodClosure2(Class* object, MethodType method, bool self_deleting,
1009 MethodType method_;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h840 typedef void (Class::*MethodType)(); typedef in class:google::protobuf::internal::MethodClosure0
842 MethodClosure0(Class* object, MethodType method, bool self_deleting)
853 MethodType method_;
882 typedef void (Class::*MethodType)(Arg1 arg1); typedef in class:google::protobuf::internal::MethodClosure1
884 MethodClosure1(Class* object, MethodType method, bool self_deleting,
897 MethodType method_;
928 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef in class:google::protobuf::internal::MethodClosure2
930 MethodClosure2(Class* object, MethodType method, bool self_deleting,
943 MethodType method_;
/external/chromium_org/third_party/jinja2/
H A Dsandbox.py18 from jinja2.utils import FunctionType, MethodType, TracebackType, CodeType, \
130 elif isinstance(obj, MethodType):
19 FrameType, GeneratorType namespace
H A Dnodes.py18 from jinja2.utils import Markup, MethodType, FunctionType namespace
22 _context_function_types = (FunctionType, MethodType)
H A Dutils.py103 MethodType = type(_C.method) variable
/external/chromium_org/third_party/ply/
H A Dlex.py494 if type(handle) in (types.FunctionType, types.MethodType):
735 if isinstance(f, types.MethodType):
804 if isinstance(f, types.MethodType):
H A 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/clang/lib/Sema/
H A DSemaLambda.cpp125 TypeSourceInfo *MethodType,
145 MethodType->getType(), MethodType,
123 startLambdaDefinition(CXXRecordDecl *Class, SourceRange IntroducerRange, TypeSourceInfo *MethodType, SourceLocation EndLoc, ArrayRef<ParmVarDecl *> Params) argument
H A DSemaDeclObjC.cpp3065 tok::TokenKind MethodType,
3104 MethodType == tok::minus, isVariadic,
3189 if (MethodType == tok::minus) {
3062 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/clang/include/clang/Sema/
H A DSema.h4397 TypeSourceInfo *MethodType,
6591 tok::TokenKind MethodType,

Completed in 316 milliseconds