Searched defs:bpPropertySet (Results 1 – 2 of 2) sorted by relevance
25 type bpPropertySet struct { struct26 properties map[string]interface{}27 tags map[string]android.BpPropertyTag28 comments map[string]string29 order []string34 func (s *bpPropertySet) init() {91 func (s *bpPropertySet) mergePropertySet(propSet *bpPropertySet) {101 func (s *bpPropertySet) AddProperty(name string, value interface{}) {123 … (s *bpPropertySet) AddPropertyWithTag(name string, value interface{}, tag android.BpPropertyTag) {128 func (s *bpPropertySet) AddPropertySet(name string) android.BpPropertySet {[all …]
823 func outputPropertySet(contents *generatedContents, set *bpPropertySet) {