Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/
Dbpmodify.go293 type identSet struct { struct
294 idents []string
295 all bool
298 func (m *identSet) String() string {
302 func (m *identSet) Set(s string) error {
312 func (m *identSet) Get() interface{} {