github.com/golang/protobuf/proto.Properties.Init (method)

4 uses

	github.com/golang/protobuf/proto (current package)
		properties.go#L196: func (p *Properties) Init(typ reflect.Type, name, tag string, f *reflect.StructField) {
		properties.go#L206: 		p.MapKeyProp.Init(nil, "Key", f.Tag.Get("protobuf_key"), nil)
		properties.go#L208: 		p.MapValProp.Init(nil, "Value", f.Tag.Get("protobuf_val"), nil)
		properties.go#L240: 		p.Init(f.Type, f.Name, tagField, &f)