type github.com/golang/protobuf/proto.Properties

12 uses

	github.com/golang/protobuf/proto (current package)
		properties.go#L31: 	Prop []*Properties
		properties.go#L41: type Properties struct {
		properties.go#L80: 	MapKeyProp *Properties
		properties.go#L82: 	MapValProp *Properties
		properties.go#L95: 	Prop *Properties
		properties.go#L99: func (p *Properties) String() string {
		properties.go#L137: func (p *Properties) Parse(tag string) {
		properties.go#L196: func (p *Properties) Init(typ reflect.Type, name, tag string, f *reflect.StructField) {
		properties.go#L205: 		p.MapKeyProp = new(Properties)
		properties.go#L207: 		p.MapValProp = new(Properties)
		properties.go#L237: 		p := new(Properties)
		properties.go#L279: 				Prop: new(Properties),