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.java129 StringSection<StringKey, StringRef> stringSection, in DexWriter()
130 TypeSection<StringKey, TypeKey, TypeRef> typeSection, in DexWriter()
131 ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> protoSection, in DexWriter()
132 FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey> fieldSection, in DexWriter()
133MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey, MethodKey> methodSection, in DexWriter()
134ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, in DexWriter()
137 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()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
DStringKey.java8 public class StringKey implements Key { class
11 public StringKey(String key) { in StringKey() method in StringKey
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dnpruntime.cpp51 class StringKey { class
53 explicit StringKey(const char* str) : m_string(str), m_length(strlen(str)) { } in StringKey() function in npruntime::StringKey
54 StringKey() : m_string(0), m_length(0) { } in StringKey() function in npruntime::StringKey
55 …explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0… in StringKey() function in npruntime::StringKey