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#L205: 		seenNums.Set(num)
		decode.go#L232: 				seenOneofs.Set(idx)

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