Home
last modified time | relevance | path

Searched refs:ProtoKey (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Dtest_dex_file_builder.h69 ProtoKey proto_key = CreateProtoKey(signature); in AddMethod()
76 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod()
272 ProtoKey proto_key = CreateProtoKey(signature); in GetMethodIdx()
302 struct ProtoKey { struct
308 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
325 const ProtoKey* proto;
339 ProtoKey CreateProtoKey(const std::string& signature) { in CreateProtoKey()
346 ProtoKey key = { in CreateProtoKey()
393 std::map<ProtoKey, IdxAndDataOffset, ProtoKeyComparator> protos_;