Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/
Dbpmodify.go492 type identSet struct { struct
493 idents []string
494 all bool
497 func (m *identSet) String() string {
500 func (m *identSet) Set(s string) error {
509 func (m *identSet) Get() interface{} {