Searched refs:entryType (Results 1 – 6 of 6) sorted by relevance
/external/conscrypt/common/src/main/java/org/conscrypt/ct/ |
D | CertificateEntry.java | 49 private final LogEntryType entryType; field in CertificateEntry 58 private CertificateEntry(LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash) { in CertificateEntry() argument 59 if (entryType == LogEntryType.PRECERT_ENTRY && issuerKeyHash == null) { in CertificateEntry() 61 } else if (entryType == LogEntryType.X509_ENTRY && issuerKeyHash != null) { in CertificateEntry() 69 this.entryType = entryType; in CertificateEntry() 114 return entryType; in getEntryType() 127 Serialization.writeNumber(output, entryType.ordinal(), CTConstants.LOG_ENTRY_TYPE_LENGTH); in encode() 128 if (entryType == LogEntryType.PRECERT_ENTRY) { in encode()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/ |
D | CertificateEntry.java | 54 private final LogEntryType entryType; field in CertificateEntry 63 private CertificateEntry(LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash) { in CertificateEntry() argument 64 if (entryType == LogEntryType.PRECERT_ENTRY && issuerKeyHash == null) { in CertificateEntry() 66 } else if (entryType == LogEntryType.X509_ENTRY && issuerKeyHash != null) { in CertificateEntry() 74 this.entryType = entryType; in CertificateEntry() 119 return entryType; in getEntryType() 132 Serialization.writeNumber(output, entryType.ordinal(), CTConstants.LOG_ENTRY_TYPE_LENGTH); in encode() 133 if (entryType == LogEntryType.PRECERT_ENTRY) { in encode()
|
/external/icu/icu4c/source/i18n/ |
D | transreg.cpp | 453 } entryType; member in TransliteratorEntry 483 entryType = NONE; in TransliteratorEntry() 489 if (entryType == PROTOTYPE) { in ~TransliteratorEntry() 491 } else if (entryType == RBT_DATA) { in ~TransliteratorEntry() 497 } else if (entryType == COMPOUND_RBT) { in ~TransliteratorEntry() 506 if (entryType == PROTOTYPE) { in adoptPrototype() 509 entryType = PROTOTYPE; in adoptPrototype() 515 if (entryType == PROTOTYPE) { in setFactory() 518 entryType = FACTORY; in setFactory() 592 if (entry->entryType == TransliteratorEntry::RULES_FORWARD || in reget() [all …]
|
/external/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 305 if (auto entryType = getCommonType(Entries[index].Type, type)) { in addEntry() local 306 Entries[index].Type = entryType; in addEntry()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 321 if (auto entryType = getCommonType(Entries[index].Type, type)) { in addEntry() local 322 Entries[index].Type = entryType; in addEntry()
|
/external/guice/core/src/com/google/inject/internal/ |
D | InjectorImpl.java | 313 Type entryType = ((ParameterizedType) providerType).getActualTypeArguments()[0]; in getProvidedKey() local 316 Key<T> providedKey = (Key<T>) key.ofType(entryType); in getProvidedKey()
|