Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/cmd/
Dmain.go304 type replacements struct { struct
305 oldNameToNewName map[string]string
308 func (m *replacements) String() string {
321 func (m *replacements) Set(s string) error {
348 func (m *replacements) Get() interface{} {
353 func (m *replacements) size() (length int) {