| 711 | const dex::TypeIndex* signature_type_idxs, |
| 712 | uint32_t signature_length) const; |
| 713 | const ProtoId* FindProtoId(dex::TypeIndex return_type_idx, |
| 714 | const std::vector<dex::TypeIndex>& signature_type_idxs) const { |
| 715 | return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size()); |
| 716 | } |
| 717 | |
| 718 | // Given a signature place the type ids into the given vector, returns true on success |
| 719 | bool CreateTypeList(const StringPiece& signature, |