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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |