Lines Matching defs:testDecorator
244 type testDecorator struct { struct
245 Properties TestProperties
246 linker *baseLinker
249 func (test *testDecorator) gtest() bool {
253 func (test *testDecorator) testBinary() bool {
257 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
281 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
300 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
317 func (test *testDecorator) linkerProps() []interface{} {
326 testDecorator anonMember
481 testDecorator anonMember