Lines Matching refs:SEQUENCE
251 // returns it. An object identifier is a sequence of variable length integers
495 // SET OF (tag 17) are mapped to SEQUENCE and SEQUENCE OF (tag 16) since we
572 // parseSequenceOf is used for SEQUENCE OF and SET OF values. It tries to parse
594 // PRINTABLE STRINGs so that a sequence of them can be
603 sequence tag mismatch"}
607 err = SyntaxError{"truncated sequence"}
652 err = SyntaxError{"sequence truncated"}
918 // We allow extra bytes at the end of the SEQUENCE because
1021 // An ASN.1 SEQUENCE OF x or SET OF x can be written
1024 // An ASN.1 SEQUENCE or SET can be written to a struct
1025 // if each of the elements in the sequence can be
1034 // set causes a SET, rather than a SEQUENCE type to be expected