vendor/golang.org/x/crypto/cryptobyte.Builder.offset (field)
10 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L28: offset int
builder.go#L65: return b.result[b.offset:], nil
builder.go#L74: return b.result[b.offset:]
builder.go#L193: offset: offset,
builder.go#L219: length := len(child.result) - child.pendingLenLen - child.offset
builder.go#L256: child.result[child.offset] = lenByte
builder.go#L260: childStart := child.offset + child.pendingLenLen
builder.go#L263: child.offset++
builder.go#L269: child.result[child.offset+i] = uint8(l)
builder.go#L311: length := len(b.result) - b.pendingLenLen - b.offset
![]() |
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. |