Lines Matching defs:testDecorator
227 type testDecorator struct { struct
228 Properties TestProperties
229 linker *baseLinker
232 func (test *testDecorator) gtest() bool {
236 func (test *testDecorator) testFor() []string {
240 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
264 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
283 func (test *testDecorator) linkerInit(ctx BaseModuleContext, linker *baseLinker) {
300 func (test *testDecorator) linkerProps() []interface{} {
309 testDecorator anonMember
442 testDecorator anonMember