go.opencensus.io/tag.encoderGRPC.writeIdx (field)
17 uses
go.opencensus.io/tag (current package)
map_codec.go#L38: writeIdx, readIdx int
map_codec.go#L69: eg.writeIdx += binary.PutUvarint(eg.buf[eg.writeIdx:], uint64(length))
map_codec.go#L70: copy(eg.buf[eg.writeIdx:], bytes)
map_codec.go#L71: eg.writeIdx += length
map_codec.go#L78: eg.writeIdx += binary.PutUvarint(eg.buf[eg.writeIdx:], uint64(length))
map_codec.go#L79: copy(eg.buf[eg.writeIdx:], s)
map_codec.go#L80: eg.writeIdx += length
map_codec.go#L85: eg.buf[eg.writeIdx] = v
map_codec.go#L86: eg.writeIdx++
map_codec.go#L91: binary.LittleEndian.PutUint32(eg.buf[eg.writeIdx:], i)
map_codec.go#L92: eg.writeIdx += 4
map_codec.go#L97: binary.LittleEndian.PutUint64(eg.buf[eg.writeIdx:], i)
map_codec.go#L98: eg.writeIdx += 8
map_codec.go#L147: if len(eg.buf)-eg.writeIdx < expected {
map_codec.go#L159: return eg.buf[:eg.writeIdx]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |