Searched refs:GetProperty (Results 1 – 3 of 3) sorted by relevance
79 prop, ok := mod.GetProperty(name)115 if prop, ok := mod.GetProperty("include_dirs"); ok {
190 if prop, found := m.GetProperty(prefix); found {210 if prop, found := m.GetProperty(name); found {
278 func (x *Map) GetProperty(name string) (Property *Property, found bool) { func