Home | History | Annotate | Download | only in xml

Lines Matching defs:makeCopy

86 func makeCopy(b []byte) []byte {
93 func (c CharData) Copy() CharData { return CharData(makeCopy(c)) }
100 func (c Comment) Copy() Comment { return Comment(makeCopy(c)) }
110 p.Inst = makeCopy(p.Inst)
119 func (d Directive) Copy() Directive { return Directive(makeCopy(d)) }