Home
last modified time | relevance | path

Searched defs:GetProperty (Results 1 – 2 of 2) sorted by relevance

/build/soong/bpfix/bpfix/
Dbpfix.go1110 GetProperty(string) (*parser.Property, bool) methodSpec
/build/blueprint/parser/
Dast.go305 func (x *Map) GetProperty(name string) (Property *Property, found bool) { func