type google.golang.org/protobuf/internal/set.Ints
9 uses
google.golang.org/protobuf/internal/set (current package)
ints.go#L27: type Ints struct {
ints.go#L32: func (bs *Ints) Len() int {
ints.go#L35: func (bs *Ints) Has(n uint64) bool {
ints.go#L42: func (bs *Ints) Set(n uint64) {
ints.go#L52: func (bs *Ints) Clear(n uint64) {
google.golang.org/protobuf/encoding/protojson
decode.go#L141: var seenNums set.Ints
decode.go#L142: var seenOneofs set.Ints
google.golang.org/protobuf/encoding/prototext
decode.go#L126: var seenNums set.Ints
decode.go#L127: var seenOneofs set.Ints
![]() |
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. |