Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java139 StringSection<StringKey, StringRef> stringSection, in DexWriter()
140 TypeSection<StringKey, TypeKey, TypeRef> typeSection, in DexWriter()
141 ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> protoSection, in DexWriter()
142 FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey> fieldSection, in DexWriter()
143MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey, MethodKey> methodSection, in DexWriter()
144ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, in DexWriter()
147 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.java56 @Nonnull StringSection<StringKey, ?> stringSection, in EncodedValueWriter()
60@Nonnull AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSecti… in EncodedValueWriter()
DClassSection.java96 …DebugItem(@Nonnull DebugWriter<StringKey, TypeKey> writer, DebugItem debugItem) throws IOException; in writeDebugItem()
/external/jcommander/src/main/java/com/beust/jcommander/
DStringKey.java5 public class StringKey implements IKey { class
9 public StringKey(String name) { in StringKey() method in StringKey
/external/dagger2/core/src/main/java/dagger/mapkeys/
DStringKey.java28 public @interface StringKey { annotation