Searched defs:bpPropertySet (Results 1 – 2 of 2) sorted by relevance
23 type bpPropertySet struct { struct24 properties map[string]interface{}25 tags map[string]android.BpPropertyTag26 order []string31 func (s *bpPropertySet) init() {36 func (s *bpPropertySet) AddProperty(name string, value interface{}) {45 … (s *bpPropertySet) AddPropertyWithTag(name string, value interface{}, tag android.BpPropertyTag) {50 func (s *bpPropertySet) AddPropertySet(name string) android.BpPropertySet {56 func (s *bpPropertySet) getValue(name string) interface{} {60 func (s *bpPropertySet) getTag(name string) interface{} {[all …]
540 func outputPropertySet(contents *generatedContents, set *bpPropertySet) {