HomeSort by relevance Sort by last modified time
    Searched defs:MethodType (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/oo/
Resolve.h 30 typedef enum MethodType {
36 } MethodType;
52 * Can cause the method's class to be initialized if methodType is
58 MethodType methodType);
93 const char* dvmMethodTypeStr(MethodType methodType);
  /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 175 milliseconds