Searched refs:total_part_count (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3188 // range from 0 to total_part_count() - 1. If i is not in that range,
3191 if (i < 0 || i >= total_part_count())
3332 for (int i = 0; i < total_part_count(); ++i) {
3361 int TestResult::total_part_count() const { function in class:testing::TestResult
4792 for (int i = 0; i < result.total_part_count(); ++i) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17923 int total_part_count() const;

Completed in 2649 milliseconds