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

  /external/chromium_org/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,
119 // Prints a TestPartResult object.
120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
122 // An array of TestPartResult objects.
130 // Appends the given TestPartResult to the array.
131 void Append(const TestPartResult& result)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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 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,
119 // Prints a TestPartResult object.
120 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
122 // 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/mesa3d/src/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1300 milliseconds