Lines Matching defs:testDecorator
255 type testDecorator struct { struct
256 LinkerProperties TestLinkerProperties
257 InstallerProperties TestInstallerProperties
258 installer *baseInstaller
259 linker *baseLinker
262 func (test *testDecorator) gtest() bool {
266 func (test *testDecorator) isolated(ctx BaseModuleContext) bool {
271 func (test *testDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
295 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
314 func (test *testDecorator) linkerProps() []interface{} {
318 func (test *testDecorator) installerProps() []interface{} {
327 *testDecorator anonMember
502 *testDecorator anonMember