Searched defs:Property (Results 1 – 4 of 4) sorted by relevance
99 type Property struct { struct100 Name string101 OtherNames []string102 Type string103 Tag reflect.StructTag104 Text string105 OtherTexts []string106 Properties []Property107 Default string120 func (p *Property) Clone() Property {[all …]
32 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,
90 type Property struct { struct91 Name string92 NamePos scanner.Position93 ColonPos scanner.Position94 Value Expression97 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() }
177 Property string member