google.golang.org/protobuf/internal/set.Ints.Set (method)

5 uses

	google.golang.org/protobuf/internal/set (current package)
		ints.go#L42: func (bs *Ints) Set(n uint64) {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L222: 		seenNums.Set(num)
		decode.go#L249: 				seenOneofs.Set(idx)

	google.golang.org/protobuf/encoding/prototext
		decode.go#L254: 				seenOneofs.Set(idx)
		decode.go#L265: 			seenNums.Set(num)