OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MethodType
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/oo/
Resolve.h
30
enum
MethodType
{
53
* Can cause the method's class to be initialized if
methodType
is
59
MethodType
methodType
);
96
const char* dvmMethodTypeStr(
MethodType
methodType
);
/external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.h
117
typedef void (T::*
MethodType
)(const CppArgumentList&, CppVariant*);
118
MemberCallback(T* object,
MethodType
method)
129
MethodType
m_method;
135
typedef void (T::*
MethodType
)(CppVariant*);
136
MemberGetterCallback(T* object,
MethodType
method)
144
MethodType
m_method;
/external/protobuf/src/google/protobuf/stubs/
common.h
840
typedef void (Class::*
MethodType
)();
842
MethodClosure0(Class* object,
MethodType
method, bool self_deleting)
853
MethodType
method_;
882
typedef void (Class::*
MethodType
)(Arg1 arg1);
884
MethodClosure1(Class* object,
MethodType
method, bool self_deleting,
897
MethodType
method_;
928
typedef void (Class::*
MethodType
)(Arg1 arg1, Arg2 arg2);
930
MethodClosure2(Class* object,
MethodType
method, bool self_deleting,
943
MethodType
method_;
[
all
...]
Completed in 185 milliseconds