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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 45 // Don't inherit from TestPartResult as its destructor is not virtual.
46 class TestPartResult {
48 // C'tor. TestPartResult does NOT have a default constructor.
50 // TestPartResult object.
51 TestPartResult(TestPartResultType type,
98 // Prints a TestPartResult object.
99 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
101 // An array of TestPartResult objects.
113 // Appends the given TestPartResult to the array.
114 void Append(const TestPartResult& result)
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult {
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type,
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult& result)
    [all...]
  /external/gtest/include/gtest/
gtest-test-part.h 53 // Don't inherit from TestPartResult as its destructor is not virtual.
54 class TestPartResult {
56 // C'tor. TestPartResult does NOT have a default constructor.
58 // TestPartResult object.
59 TestPartResult(TestPartResultType type,
115 // Prints a TestPartResult object.
116 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
118 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult& result)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 46 // Don't inherit from TestPartResult as its destructor is not virtual.
47 class GTEST_API_ TestPartResult {
57 // C'tor. TestPartResult does NOT have a default constructor.
59 // TestPartResult object.
60 TestPartResult(Type a_type,
116 // Prints a TestPartResult object.
117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
119 // An array of TestPartResult objects.
127 // Appends the given TestPartResult to the array.
128 void Append(const TestPartResult& result)
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 45 // Don't inherit from TestPartResult as its destructor is not virtual.
46 class TestPartResult {
56 // C'tor. TestPartResult does NOT have a default constructor.
58 // TestPartResult object.
59 TestPartResult(Type type,
115 // Prints a TestPartResult object.
116 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
118 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult& result)
    [all...]

Completed in 1108 milliseconds