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

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2045 // test_property_count() - 1. If i is not in that range, aborts the
2048 if (i < 0 || i >= test_property_count())
2236 int TestResult::test_property_count() const { function in class:testing::TestResult
3844 if (failures == 0 && result.test_property_count() == 0) {
3950 for (int i = 0; i < result.test_property_count(); ++i) {
3963 if (result.test_property_count() <= 0) {
3968 for (int i = 0; i < result.test_property_count(); ++i) {
4345 for (int i = 0; i < result.test_property_count(); ++i) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 575 int test_property_count() const;
604 // test_property_count() - 1. If i is not in that range, aborts the

Completed in 49 milliseconds