Home | History | Annotate | Download | only in gtest

Lines Matching refs:AssumeRole

7112   virtual TestRole AssumeRole();
7173 // The AssumeRole process for a Windows death test. It creates a child
7178 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
7268 // methods of the DeathTest interface. Only the AssumeRole method is
7311 virtual TestRole AssumeRole();
7314 // The AssumeRole process for a fork-and-run death test. It implements a
7316 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
7367 virtual TestRole AssumeRole();
7590 // The AssumeRole process for a fork-and-exec death test. It re-executes the
7594 DeathTest::TestRole ExecDeathTest::AssumeRole() {
7628 // See the comment in NoExecDeathTest::AssumeRole for why the next line