Searched refs:minType (Results 1 – 4 of 4) sorted by relevance
116 private Version.minType min_;117 public Version.minType getMin() { in getMin()124 this.min_ = (Version.minType) value; in setMin()126 public Version.minType setMinToNewInstance() { in setMinToNewInstance()127 min_ = new Version.minType(); in setMinToNewInstance()221 return tag == null ? Version.minType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()385 public static class minType extends Asn1Integer { class in Version391 public minType() { in minType() method in Version.minType419 public static minType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()420 minType result = new minType(); in fromPerUnaligned()[all …]
207 return new SETId.minType(); in createElement()212 return tag == null ? SETId.minType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()528 public static class minType extends Asn1BitString { class in SETId534 public minType() { in minType() method in SETId.minType563 public static minType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()564 minType result = new minType(); in fromPerUnaligned()572 public static minType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()573 minType result = new minType(); in fromPerAligned()612 public SETId.minType getMin() { in getMin()616 return (SETId.minType) element; in getMin()[all …]
89 int minType = Integer.MAX_VALUE;91 minType = Integer.min(minType, type);95 minType = Integer.min(minType, type);98 MIN_TYPE = minType;
262 return new ThirdPartyID.minType(); in createElement()267 return tag == null ? ThirdPartyID.minType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()908 public static class minType extends Asn1BitString { class in ThirdPartyID914 public minType() { in minType() method in ThirdPartyID.minType943 public static minType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()944 minType result = new minType(); in fromPerUnaligned()952 public static minType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()953 minType result = new minType(); in fromPerAligned()992 public ThirdPartyID.minType getMin() { in getMin()996 return (ThirdPartyID.minType) element; in getMin()[all …]