Home
last modified time | relevance | path

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

/build/blueprint/bpmodify/
Dbpmodify.go439 type replacements struct { struct
440 oldNameToNewName map[string]string
443 func (m *replacements) String() string {
456 func (m *replacements) Set(s string) error {
483 func (m *replacements) Get() interface{} {
488 func (m *replacements) size() (length int) {