Home
last modified time | relevance | path

Searched refs:cborTypeNegativeInt (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/fxamacker/cbor/v2/
H A Ddecode.go516 cborTypeNegativeInt cborType = 0x20 const
529 case cborTypeNegativeInt:
671 case cborTypeNegativeInt:
938 case cborTypeNegativeInt:
1471 } else if t <= cborTypeNegativeInt { // uint/int
1912 …if t != cborTypePositiveInt && t != cborTypeNegativeInt && (contentHead < 0xf9 || contentHead > 0x…
H A Dvalid.go291 case cborTypePositiveInt, cborTypeNegativeInt, cborTypeTag:
H A Dcache.go213 encodeHead(e, byte(cborTypeNegativeInt), uint64(n))
H A Dencode.go628 encodeHead(e, byte(cborTypeNegativeInt), uint64(i))
1173 encodeHead(e, byte(cborTypeNegativeInt), bi.Uint64())