Searched refs:MethodType (Results 1 - 11 of 11) 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/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.h900 typedef void (Class::*MethodType)(); typedef in class:google::protobuf::internal::MethodClosure0
902 MethodClosure0(Class* object, MethodType method, bool self_deleting)
914 MethodType method_;
944 typedef void (Class::*MethodType)(Arg1 arg1); typedef in class:google::protobuf::internal::MethodClosure1
946 MethodClosure1(Class* object, MethodType method, bool self_deleting,
960 MethodType method_;
992 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef in class:google::protobuf::internal::MethodClosure2
994 MethodClosure2(Class* object, MethodType method, bool self_deleting,
1008 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/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dmock_drt.py70 self.__delegate._driver_class = types.MethodType(self._driver_class, self.__delegate)
/external/clang/lib/Sema/
H A DSemaLambda.cpp358 QualType MethodType = MethodTypeInfo->getType(); local
365 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>();
369 MethodType = Context.getFunctionType(Result, FPT->getParamTypes(),
391 MethodType, MethodTypeInfo,
H A DSemaDeclObjC.cpp3046 tok::TokenKind MethodType,
3082 MethodType == tok::minus, isVariadic,
3166 if (MethodType == tok::minus) {
3043 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/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/include/clang/Sema/
H A DSema.h4624 TypeSourceInfo *MethodType,
6904 tok::TokenKind MethodType,

Completed in 312 milliseconds