github.com/golang/protobuf/proto.Properties.Weak (field)

5 uses

	github.com/golang/protobuf/proto (current package)
		properties.go#L54: 	Weak string
		properties.go#L121: 	if len(p.Weak) > 0 {
		properties.go#L122: 		s += ",weak=" + p.Weak
		properties.go#L152: 			p.Weak = s[len("weak="):]
		properties.go#L253: 		} else if p.Weak != "" {