Home | History | Annotate | Download | only in blueprint

Lines Matching refs:property

30 // The Module's properties struct is automatically filled in with the property
39 // modules on which on which it depends (as defined by the "deps" property
95 // In most cases, Name should return the contents of a "name:" property from
107 // appear in its "deps" property. Any Module that implements this interface
118 // dynamically. Module names that already appear in the "deps" property may
131 PropertyErrorf(property, fmt string, args ...interface{})
242 func (d *baseModuleContext) PropertyErrorf(property, format string,
245 pos := d.module.propertyPos[property]
259 property: property,
754 // the specified property structs to it as if the properties were set in a blueprint file.
771 // SimpleName is an embeddable object to implement the ModuleContext.Name method using a property
772 // called "name". Modules that embed it must also add SimpleName.Properties to their property