Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/
Dbpmodify.go414 type qualifiedProperty struct { struct
415 parts []string
420 func (p *qualifiedProperty) name() string {
424 func (p *qualifiedProperty) prefixes() []string {
428 func (p *qualifiedProperty) String() string {
432 func (p *qualifiedProperty) Set(s string) error {
445 func (p *qualifiedProperty) Get() interface{} {