Searched defs:tagAndLength (Results 1 – 2 of 2) sorted by relevance
51 type tagAndLength struct { struct52 class, tag, length int53 isCompound bool
248 func appendTagAndLength(dst []byte, t tagAndLength) []byte {