Searched defs:ad_hoc_test_result_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h902 return &ad_hoc_test_result_;
975 // ad_hoc_test_result_.
991 ad_hoc_test_result_.Clear();
1062 // stores assertion results in ad_hoc_test_result_. Initally NULL.
1068 // assertion results in ad_hoc_test_result_. Initially NULL.
1078 // test, and records the result in ad_hoc_test_result_.
1079 internal::TestResult ad_hoc_test_result_; member in class:testing::internal::UnitTestImpl
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h578 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
663 // ad_hoc_test_result_.
689 ad_hoc_test_result_.Clear();
838 // stores assertion results in ad_hoc_test_result_. Initially NULL.
844 // assertion results in ad_hoc_test_result_. Initially NULL.
854 // test, and records the result in ad_hoc_test_result_.
855 TestResult ad_hoc_test_result_; member in class:testing::internal::UnitTestImpl
/external/gtest/src/
H A Dgtest-internal-inl.h585 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
670 // ad_hoc_test_result_.
696 ad_hoc_test_result_.Clear();
845 // stores assertion results in ad_hoc_test_result_. Initially NULL.
851 // assertion results in ad_hoc_test_result_. Initially NULL.
861 // test, and records the result in ad_hoc_test_result_.
862 TestResult ad_hoc_test_result_; member in class:testing::internal::UnitTestImpl
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h585 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
670 // ad_hoc_test_result_.
696 ad_hoc_test_result_.Clear();
845 // stores assertion results in ad_hoc_test_result_. Initially NULL.
851 // assertion results in ad_hoc_test_result_. Initially NULL.
861 // test, and records the result in ad_hoc_test_result_.
862 TestResult ad_hoc_test_result_; member in class:testing::internal::UnitTestImpl
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h824 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
907 // ad_hoc_test_result_.
931 ad_hoc_test_result_.Clear();
1071 // stores assertion results in ad_hoc_test_result_. Initially NULL.
1077 // assertion results in ad_hoc_test_result_. Initially NULL.
1087 // test, and records the result in ad_hoc_test_result_.
1088 TestResult ad_hoc_test_result_; member in class:testing::internal::UnitTestImpl

Completed in 43 milliseconds