google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.HandshakerResp.GetBytesConsumed (method)
5 uses
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
handshaker.pb.go#L863: func (m *HandshakerResp) GetBytesConsumed() uint32 {
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L290: if resp.GetBytesConsumed() > uint32(len(req.GetServerStart().GetInBytes())) {
handshaker.go#L293: extra = req.GetServerStart().GetInBytes()[resp.GetBytesConsumed():]
handshaker.go#L364: if resp.GetBytesConsumed() > uint32(len(p)) {
handshaker.go#L367: extra = p[resp.GetBytesConsumed():]
![]() |
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. |