Home
last modified time | relevance | path

Searched defs:StringKey (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java137 StringSection<StringKey, StringRef> stringSection, in DexWriter()
138 TypeSection<StringKey, TypeKey, TypeRef> typeSection, in DexWriter()
139 ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> protoSection, in DexWriter()
140 FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey> fieldSection, in DexWriter()
141MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey, MethodKey> methodSection, in DexWriter()
142ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, in DexWriter()
145 AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, in DexWriter()
DDebugWriter.java48 DebugWriter(@Nonnull StringSection<StringKey, ?> stringSection, in DebugWriter()
49 @Nonnull TypeSection<StringKey, TypeKey, ?> typeSection, in DebugWriter()
DEncodedValueWriter.java53 @Nonnull StringSection<StringKey, ?> stringSection, in EncodedValueWriter()
57@Nonnull AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSecti… in EncodedValueWriter()
DClassSection.java96 …DebugItem(@Nonnull DebugWriter<StringKey, TypeKey> writer, DebugItem debugItem) throws IOException; in writeDebugItem()