Home
last modified time | relevance | path

Searched refs:JsonUnitTestResultPrinter (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3877 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class
3879 explicit JsonUnitTestResultPrinter(const char* output_file);
3927 GTEST_DISALLOW_COPY_AND_ASSIGN_(JsonUnitTestResultPrinter);
3931 JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(const char* output_file) in JsonUnitTestResultPrinter() function in testing::internal::JsonUnitTestResultPrinter
3938 void JsonUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, in OnTestIterationEnd()
3948 std::string JsonUnitTestResultPrinter::EscapeJson(const std::string& str) { in EscapeJson()
4016 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()
4036 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()
4057 void JsonUnitTestResultPrinter::OutputJsonTestInfo(::std::ostream* stream, in OutputJsonTestInfo()
4114 void JsonUnitTestResultPrinter::PrintJsonTestCase(std::ostream* stream, in PrintJsonTestCase()
[all …]
/external/googletest/googletest/src/
Dgtest.cc3921 class JsonUnitTestResultPrinter : public EmptyTestEventListener { class
3923 explicit JsonUnitTestResultPrinter(const char* output_file);
3971 GTEST_DISALLOW_COPY_AND_ASSIGN_(JsonUnitTestResultPrinter);
3975 JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(const char* output_file) in JsonUnitTestResultPrinter() function in testing::internal::JsonUnitTestResultPrinter
3982 void JsonUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, in OnTestIterationEnd()
3992 std::string JsonUnitTestResultPrinter::EscapeJson(const std::string& str) { in EscapeJson()
4060 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()
4080 void JsonUnitTestResultPrinter::OutputJsonKey( in OutputJsonKey()
4101 void JsonUnitTestResultPrinter::OutputJsonTestInfo(::std::ostream* stream, in OutputJsonTestInfo()
4161 void JsonUnitTestResultPrinter::PrintJsonTestSuite( in PrintJsonTestSuite()
[all …]