Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go96 Properties []PropertyDocs
99 type PropertyDocs struct { struct
106 Properties []PropertyDocs argument
112 ret.Properties = append([]PropertyDocs(nil), ret.Properties...)
120 func (docs *PropertyDocs) Clone() PropertyDocs { argument
122 ret.Properties = append([]PropertyDocs(nil), ret.Properties...)
130 func (docs *PropertyDocs) Equal(other PropertyDocs) bool { argument
142 func setDefaults(properties []PropertyDocs, defaults reflect.Value) { argument
185 func (docs *PropertyDocs) SameSubProperties(other PropertyDocs) bool { argument
199 func (docs *PropertyStructDocs) GetByName(name string) *PropertyDocs {
[all …]