Searched defs:ProtoSection (Results 1 – 3 of 3) sorted by relevance
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
| D | ProtoSection.java | 37 public interface ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> extends IndexSection<Proto… interface
|
| D | InstructionWriter.java | 77 @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection, in makeInstructionWriter() 92 @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection, in InstructionWriter()
|
| D | EncodedValueWriter.java | 63 ProtoSection<?, ?, ProtoRefKey, ?> protoSection, in EncodedValueWriter() argument
|