Searched defs:MethodId (Results 1 – 4 of 4) sorted by relevance
89 struct MethodId { struct95 DISALLOW_COPY_AND_ASSIGN(MethodId); argument
150 TEST_F(DexFileVerifierTest, MethodId) { in TEST_F() argument
60 typedef uint64_t MethodId; /* any kind of method, including constructors */ typedef
57 class MethodId; variable699 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId() function