HomeSort by relevance Sort by last modified time
    Searched defs:AssumeRole (Results 1 - 2 of 2) sorted by null

  /external/gtest/test/
gtest-death-test_test.cc 744 // The value a MockDeathTest will return from its AssumeRole method.
751 // Number of times AssumeRole was called.
780 virtual TestRole AssumeRole() {
    [all...]
  /external/gtest/src/
gtest-death-test.cc 408 virtual TestRole AssumeRole();
541 // The AssumeRole process for a Windows death test. It creates a child
546 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
637 // methods of the DeathTest interface. Only the AssumeRole method is
874 virtual TestRole AssumeRole();
877 // The AssumeRole process for a fork-and-run death test. It implements
    [all...]

Completed in 92 milliseconds