Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dtest_dex_file_builder.h68 ProtoKey proto_key = CreateProtoKey(signature); in AddMethod()
75 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod()
274 ProtoKey proto_key = CreateProtoKey(signature); in GetMethodIdx()
304 struct ProtoKey { struct
310 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
327 const ProtoKey* proto;
341 ProtoKey CreateProtoKey(const std::string& signature) { in CreateProtoKey()
348 ProtoKey key = { in CreateProtoKey()
395 std::map<ProtoKey, IdxAndDataOffset, ProtoKeyComparator> protos_;