Searched refs:test_properties_ (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.cc3202 return test_properties_.at(i);
3225 std::find_if(test_properties_.begin(), test_properties_.end(),
3227 if (property_with_matching_key == test_properties_.end()) {
3228 test_properties_.push_back(test_property);
3325 test_properties_.clear();
3367 return static_cast<int>(test_properties_.size());
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17970 return test_properties_;
18013 std::vector<TestProperty> test_properties_; member in class:testing::TestResult

Completed in 85 milliseconds