Home
last modified time | relevance | path

Searched defs:tagAndLength (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dcommon.go51 type tagAndLength struct { struct
52 class, tag, length int
53 isCompound bool
Dmarshal.go248 func appendTagAndLength(dst []byte, t tagAndLength) []byte {