Home | History | Annotate | Download | only in src

Lines Matching refs:AssumeRole

618   virtual TestRole AssumeRole();
679 // The AssumeRole process for a Windows death test. It creates a child
684 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
774 // methods of the DeathTest interface. Only the AssumeRole method is
817 virtual TestRole AssumeRole();
820 // The AssumeRole process for a fork-and-run death test. It implements a
822 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
873 virtual TestRole AssumeRole();
1096 // The AssumeRole process for a fork-and-exec death test. It re-executes the
1100 DeathTest::TestRole ExecDeathTest::AssumeRole() {
1134 // See the comment in NoExecDeathTest::AssumeRole for why the next line