Home | History | Annotate | Download | only in src

Lines Matching refs:AssumeRole

7151   virtual TestRole AssumeRole();
7212 // The AssumeRole process for a Windows death test. It creates a child
7217 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
7307 // methods of the DeathTest interface. Only the AssumeRole method is
7350 virtual TestRole AssumeRole();
7353 // The AssumeRole process for a fork-and-run death test. It implements a
7355 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
7406 virtual TestRole AssumeRole();
7631 // The AssumeRole process for a fork-and-exec death test. It re-executes the
7635 DeathTest::TestRole ExecDeathTest::AssumeRole() {
7669 // See the comment in NoExecDeathTest::AssumeRole for why the next line