Searched defs:StringKey (Results 1 – 6 of 6) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexWriter.java | 129 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() 133 … MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey, MethodKey> methodSection, in DexWriter() 134 … ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, in DexWriter() 137 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()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/ |
D | StringKey.java | 8 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/ |
D | npruntime.cpp | 51 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
|