Lines Matching defs:AssumeRole
530 virtual TestRole AssumeRole();
591 // The AssumeRole process for a Windows death test. It creates a child
596 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
690 // methods of the DeathTest interface. Only the AssumeRole method is
733 virtual TestRole AssumeRole();
736 // The AssumeRole process for a fork-and-run death test. It implements a
738 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
788 virtual TestRole AssumeRole();
934 // The AssumeRole process for a fork-and-exec death test. It re-executes the
938 DeathTest::TestRole ExecDeathTest::AssumeRole() {
972 // See the comment in NoExecDeathTest::AssumeRole for why the next line