Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/
Dbpmodify.go243 type PropertySet struct { struct
244 bp *Blueprint
245 properties []*property
246 sortLists bool
257 func (ps *PropertySet) SortListsWhenModifying() {
263 func (ps *PropertySet) SetString(s string) error {
284 func (ps *PropertySet) SetBool(b bool) error {
304 func (ps *PropertySet) AddStringToList(strs ...string) error {
333 func (ps *PropertySet) RemoveStringFromList(strs ...string) error {
362 func (ps *PropertySet) AddLiteral(s string) error {
[all …]