↓ 4 callersMethodReadIntReadInt containing INT32, SINT32, SFIX32, INT64, SINT64, SFIX64, UINT32, UINT64
proto/binary/binary.go:770
↓ 4 callersMethoddo(self *BinaryConv, ctx context.Context, src []byte, desc *thrift.TypeDescriptor, buf *[]byte, req http.Request
conv/j2t/conv_amd64_test.go:218
↓ 4 callersMethodhandleChild(in *[]PathNode, lp *int, cp *int, p *binary.BinaryProtocol, recurse bool, desc *proto.TypeDescriptor, tagL in
proto/generic/path.go:423
↓ 3 callersFunctionDecodeZigZagDecodeZigZag decodes a zig-zag-encoded uint64 as an int64. Input: {…, 5, 3, 1, 0, 2, 4, 6, …} Output: {…, -3, -2, -1, 0, +1, +2, +3, …}
proto/protowire/decode.go:160