Searched refs:matches_filter (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h535 bool matches_filter() const { return matches_filter_; } function in class:testing::internal::TestInfoImpl
537 // Sets the matches_filter member.
H A Dgtest.cc2190 bool TestInfo::matches_filter() const { return impl_->matches_filter(); } function in class:testing::TestInfo
4164 const bool matches_filter = local
4167 test_info->impl()->set_matches_filter(matches_filter);
4171 matches_filter;
4197 if (test_info->matches_filter()) {
/external/protobuf/gtest/include/gtest/
H A Dgtest.h584 bool matches_filter() const;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4760 const bool matches_filter = local
4763 test_info->matches_filter_ = matches_filter;
4767 matches_filter;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc4406 const bool matches_filter = local
4409 test_info->matches_filter_ = matches_filter;
4413 matches_filter;
/external/gtest/src/
H A Dgtest.cc4484 const bool matches_filter = local
4487 test_info->matches_filter_ = matches_filter;
4491 matches_filter;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4374 const bool matches_filter = local
4377 test_info->matches_filter_ = matches_filter;
4381 matches_filter;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4406 const bool matches_filter = local
4409 test_info->matches_filter_ = matches_filter;
4413 matches_filter;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5968 const bool matches_filter = local
5971 test_info->matches_filter_ = matches_filter;
5975 matches_filter;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5968 const bool matches_filter = local
5971 test_info->matches_filter_ = matches_filter;
5975 matches_filter;

Completed in 1051 milliseconds