Searched refs:PropertyDocs (Results 1 – 1 of 1) sorted by relevance
96 Properties []PropertyDocs99 type PropertyDocs struct { struct106 Properties []PropertyDocs argument112 ret.Properties = append([]PropertyDocs(nil), ret.Properties...)120 func (docs *PropertyDocs) Clone() PropertyDocs { argument122 ret.Properties = append([]PropertyDocs(nil), ret.Properties...)130 func (docs *PropertyDocs) Equal(other PropertyDocs) bool { argument142 func setDefaults(properties []PropertyDocs, defaults reflect.Value) { argument185 func (docs *PropertyDocs) SameSubProperties(other PropertyDocs) bool { argument199 func (docs *PropertyStructDocs) GetByName(name string) *PropertyDocs {[all …]