Searched defs:StringKey (Results 1 – 4 of 4) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexWriter.java | 137 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() 141 … MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey, MethodKey> methodSection, in DexWriter() 142 … ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, in DexWriter() 145 AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, in DexWriter()
|
D | DebugWriter.java | 48 DebugWriter(@Nonnull StringSection<StringKey, ?> stringSection, in DebugWriter() 49 @Nonnull TypeSection<StringKey, TypeKey, ?> typeSection, in DebugWriter()
|
D | EncodedValueWriter.java | 53 @Nonnull StringSection<StringKey, ?> stringSection, in EncodedValueWriter() 57 …@Nonnull AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSecti… in EncodedValueWriter()
|
D | ClassSection.java | 96 …DebugItem(@Nonnull DebugWriter<StringKey, TypeKey> writer, DebugItem debugItem) throws IOException; in writeDebugItem()
|