Home
last modified time | relevance | path

Searched refs:StructProperties (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go101 type StructProperties struct { struct
123 func (sp *StructProperties) Len() int { return len(sp.order) } argument
124 func (sp *StructProperties) Less(i, j int) bool { argument
127 func (sp *StructProperties) Swap(i, j int) { sp.order[i], sp.order[j] = sp.order[j], sp.order[i] } argument
149 sprop *StructProperties // set for struct types only
321 propertiesMap = make(map[reflect.Type]*StructProperties)
326 func GetProperties(t reflect.Type) *StructProperties {
350 func getPropertiesLocked(t reflect.Type) *StructProperties {
361 prop := new(StructProperties)
Dtext_parser.go385 func structFieldByName(sprops *StructProperties, name string) (int, *Properties, bool) { argument
/external/golang-protobuf/proto/
Dproperties.go101 type StructProperties struct { struct
123 func (sp *StructProperties) Len() int { return len(sp.order) } argument
124 func (sp *StructProperties) Less(i, j int) bool { argument
127 func (sp *StructProperties) Swap(i, j int) { sp.order[i], sp.order[j] = sp.order[j], sp.order[i] } argument
149 sprop *StructProperties // set for struct types only
321 propertiesMap = make(map[reflect.Type]*StructProperties)
326 func GetProperties(t reflect.Type) *StructProperties {
356 func getPropertiesLocked(t reflect.Type) *StructProperties {
361 prop := new(StructProperties)
Dtext_parser.go385 func structFieldByName(sprops *StructProperties, name string) (int, *Properties, bool) { argument