Home
last modified time | relevance | path

Searched defs:ProtoSection (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DProtoSection.java37 public interface ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> extends IndexSection<Proto… interface
DInstructionWriter.java77 @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection, in makeInstructionWriter()
92 @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection, in InstructionWriter()
DEncodedValueWriter.java63 ProtoSection<?, ?, ProtoRefKey, ?> protoSection, in EncodedValueWriter() argument