Searched defs:ProtoKey (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Dtest_dex_file_builder.h65 ProtoKey proto_key = CreateProtoKey(signature);
72 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_.
244 ProtoKey proto_key = CreateProtoKey(signature);
274 struct ProtoKey { struct in class:art::TestDexFileBuilder
280 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const {
297 const ProtoKey* proto;
311 ProtoKey CreateProtoKey(const std::string& signature) {
318 ProtoKey key = {
365 std::map<ProtoKey, IdxAndDataOffse
[all...]

Completed in 27 milliseconds