Home
last modified time | relevance | path

Searched defs:ProtoSection (Results 1 – 2 of 2) 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()
88 @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection) { in InstructionWriter()