Searched refs:ChoiceWithThreeSequenceOptions (Results 1 – 1 of 1) sorted by relevance
211 ChoiceWithThreeSequenceOptions c = parse("3000", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions()217 c = parse("a000", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions()223 c = parse("a1023000", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions()230 parse("02010a", ChoiceWithThreeSequenceOptions.class); in testChoiceWithSameTypedOptions()379 public static class ChoiceWithThreeSequenceOptions { class in Asn1BerParserTest