Searched refs:majType (Results 1 – 1 of 1) sorted by relevance
101 private Version.majType maj_;102 public Version.majType getMaj() { in getMaj()109 this.maj_ = (Version.majType) value; in setMaj()111 public Version.majType setMajToNewInstance() { in setMajToNewInstance()112 maj_ = new Version.majType(); in setMajToNewInstance()178 return tag == null ? Version.majType.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()302 public static class majType extends Asn1Integer { class in Version308 public majType() { in majType() method in Version.majType336 public static majType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()337 majType result = new majType(); in fromPerUnaligned()[all …]