Home
last modified time | relevance | path

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

/build/blueprint/
Dunpack.go32 func unpackProperties(propertyDefs []*parser.Property,
81 func buildPropertyMap(namePrefix string, propertyDefs []*parser.Property,
278 func unpackBool(boolValue reflect.Value, property *parser.Property) []error {
291 property *parser.Property) []error {
304 func unpackSlice(sliceValue reflect.Value, property *parser.Property) []error {
327 property *parser.Property, propertyMap map[string]*packedProperty,
/build/blueprint/parser/
Dparser.go609 type Property struct { struct
610 Name Ident
611 Value Value
612 Pos scanner.Position
615 func (p *Property) Copy() *Property {
621 func (p *Property) String() string {
/build/blueprint/proptools/
Dextend.go106 Property string member
/build/soong/common/
Darch.go362 func (hod HostOrDevice) Property() string { func