Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go65 func (m *Module) Copy() *Module { func
97 func (p *Property) Copy() *Property { func
116 Copy() Expression methodSpec
196 func (x *Operator) Copy() Expression { func
228 func (x *Variable) Copy() Expression { func
252 func (x *Map) Copy() Expression { func
310 func (x *List) Copy() Expression { func
342 func (x *String) Copy() Expression { func
368 func (x *Int64) Copy() Expression { func
394 func (x *Bool) Copy() Expression { func
[all …]
/build/soong/ui/build/
Denvironment.go107 func (e *Environment) Copy() *Environment { func
/build/soong/cc/
Dbuilder.go365 func (a Objects) Copy() Objects { func