Lines Matching refs:AssumeRole
580 virtual TestRole AssumeRole();
641 // The AssumeRole process for a Windows death test. It creates a child
646 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
740 // methods of the DeathTest interface. Only the AssumeRole method is
783 TestRole AssumeRole() override;
786 // The AssumeRole process for a fork-and-run death test. It implements a
788 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
838 TestRole AssumeRole() override;
990 // The AssumeRole process for a fork-and-exec death test. It re-executes the
994 DeathTest::TestRole ExecDeathTest::AssumeRole() {
1028 // See the comment in NoExecDeathTest::AssumeRole for why the next line