type github.com/golang/protobuf/proto.StructProperties
9 uses
github.com/golang/protobuf/proto (current package)
properties.go#L22: type StructProperties struct {
properties.go#L219: func GetProperties(t reflect.Type) *StructProperties {
properties.go#L221: return p.(*StructProperties)
properties.go#L224: return p.(*StructProperties)
properties.go#L227: func newProperties(t reflect.Type) *StructProperties {
properties.go#L233: prop := new(StructProperties)
properties.go#L304: func (sp *StructProperties) Len() int { return len(sp.Prop) }
properties.go#L305: func (sp *StructProperties) Less(i, j int) bool { return false }
properties.go#L306: func (sp *StructProperties) Swap(i, j int) { return }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)