HomeSort by: relevance | last modified time | path
    Searched refs:TestPartResultReporterInterface (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 149 class GTEST_API_ TestPartResultReporterInterface {
151 virtual ~TestPartResultReporterInterface() {}
165 : public TestPartResultReporterInterface {
173 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 56 : public TestPartResultReporterInterface {
80 // This method is from the TestPartResultReporterInterface
88 TestPartResultReporterInterface* old_reporter_;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 477 : public TestPartResultReporterInterface {
480 // Implements the TestPartResultReporterInterface. Reports the test part
493 : public TestPartResultReporterInterface {
496 // Implements the TestPartResultReporterInterface. The implementation just
523 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
527 TestPartResultReporterInterface* reporter);
530 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
534 TestPartResultReporterInterface* reporter);
850 TestPartResultReporterInterface* global_test_part_result_repoter_;
856 internal::ThreadLocal<TestPartResultReporterInterface*>
    [all...]
gtest.cc 624 // This method is from the TestPartResultReporterInterface interface.
722 TestPartResultReporterInterface*
730 TestPartResultReporterInterface* reporter) {
736 TestPartResultReporterInterface*
743 TestPartResultReporterInterface* reporter) {

Completed in 88 milliseconds