Home
last modified time | relevance | path

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

/build/soong/tradefed/
Dautogen.go81 type Object struct { struct
83 Type string
84 Class string
85 Options []Option
90 func (ob Object) Config() string {
/build/soong/cc/
Dlinkable.go209 Object() bool methodSpec
/build/soong/rust/
Drust.go245 func (mod *Module) Object() bool { func