Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/ct/
DCertificateEntry.java49 private final LogEntryType entryType; field in CertificateEntry
58 private CertificateEntry(LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash) { in CertificateEntry()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DCertificateEntry.java54 private final LogEntryType entryType; field in CertificateEntry
63 private CertificateEntry(LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash) { in CertificateEntry()
/external/guice/core/src/com/google/inject/internal/
DInjectorImpl.java313 Type entryType = ((ParameterizedType) providerType).getActualTypeArguments()[0]; in getProvidedKey() local
/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/
DToPrettyStringExtension.java332 CodeBlock entryType = CodeBlock.of("$T<$T, $T>", Map.Entry.class, keyType, valueType); in forEachMapEntryMethodBody() local
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp305 if (auto entryType = getCommonType(Entries[index].Type, type)) { in addEntry() local
/external/icu/icu4c/source/i18n/
Dtransreg.cpp454 } entryType; member in TransliteratorEntry