Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go99 type Property struct { struct
100 Name string
101 OtherNames []string
102 Type string
103 Tag reflect.StructTag
104 Text string
105 OtherTexts []string
106 Properties []Property
107 Default string
120 func (p *Property) Clone() Property {
[all …]
/build/blueprint/
Dunpack.go32 func unpackProperties(propertyDefs []*parser.Property,
81 func buildPropertyMap(namePrefix string, propertyDefs []*parser.Property,
295 func unpackBool(boolValue reflect.Value, property *parser.Property) []error {
308 property *parser.Property) []error {
321 func unpackSlice(sliceValue reflect.Value, property *parser.Property) []error {
346 property *parser.Property, propertyMap map[string]*packedProperty,
/build/blueprint/parser/
Dast.go90 type Property struct { struct
91 Name string
92 NamePos scanner.Position
93 ColonPos scanner.Position
94 Value Expression
97 func (p *Property) Copy() *Property {
103 func (p *Property) String() string {
107 func (p *Property) Pos() scanner.Position { return p.NamePos }
108 func (p *Property) End() scanner.Position { return p.Value.End() }
/build/blueprint/proptools/
Dextend.go177 Property string member