Home | History | Annotate | Download | only in src

Lines Matching refs:AssumeRole

578   virtual TestRole AssumeRole();
639 // The AssumeRole process for a Windows death test. It creates a child
644 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
738 // methods of the DeathTest interface. Only the AssumeRole method is
781 virtual TestRole AssumeRole();
784 // The AssumeRole process for a fork-and-run death test. It implements a
786 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
836 virtual TestRole AssumeRole();
987 // The AssumeRole process for a fork-and-exec death test. It re-executes the
991 DeathTest::TestRole ExecDeathTest::AssumeRole() {
1025 // See the comment in NoExecDeathTest::AssumeRole for why the next line