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

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-death-test-internal.h 102 virtual TestRole AssumeRole() = 0;
160 switch (gtest_dt->AssumeRole()) { \
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 107 virtual TestRole AssumeRole() = 0;
170 switch (gtest_dt->AssumeRole()) { \
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 103 virtual TestRole AssumeRole() = 0;
166 switch (gtest_dt->AssumeRole()) { \
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 239 // methods of the DeathTest interface. Only the AssumeRole method is
447 virtual TestRole AssumeRole();
450 // The AssumeRole process for a fork-and-run death test. It implements a
452 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
499 virtual TestRole AssumeRole();
589 // The AssumeRole process for a fork-and-exec death test. It re-executes the
593 DeathTest::TestRole ExecDeathTest::AssumeRole() {
628 // See the comment in NoExecDeathTest::AssumeRole for why the next line
  /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...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 530 virtual TestRole AssumeRole();
591 // The AssumeRole process for a Windows death test. It creates a child
596 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
690 // methods of the DeathTest interface. Only the AssumeRole method is
733 virtual TestRole AssumeRole();
736 // The AssumeRole process for a fork-and-run death test. It implements a
738 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
788 virtual TestRole AssumeRole();
    [all...]
  /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/protobuf/gtest/test/
gtest-death-test_test.cc 745 // The value a MockDeathTest will return from its AssumeRole method.
752 // Number of times AssumeRole was called.
781 virtual TestRole AssumeRole() {
    [all...]

Completed in 37 milliseconds