encoding/asn1.RawValue.IsCompound (field)

2 uses

	encoding/asn1 (current package)
		asn1.go#L514: 	IsCompound bool
		marshal.go#L618: 		t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{rv.Class, rv.Tag, len(rv.Bytes), rv.IsCompound}))