Searched defs:matches_filter (Results 1 - 11 of 11) sorted by relevance

/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h539 bool matches_filter() const { return matches_filter_; } function in class:testing::internal::TestInfoImpl
541 // Sets the matches_filter member.
H A Dgtest.cc2220 bool TestInfo::matches_filter() const { return impl_->matches_filter(); } function in class:testing::TestInfo
4195 const bool matches_filter = local
4198 test_info->impl()->set_matches_filter(matches_filter);
4202 matches_filter;
4228 if (test_info->matches_filter()) {
/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/chromium/testing/gtest/src/
H A Dgtest.cc4406 const bool matches_filter = local
4409 test_info->matches_filter_ = matches_filter;
4413 matches_filter;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4234 const bool matches_filter = local
4237 test_info->matches_filter_ = matches_filter;
4241 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.cc4406 const bool matches_filter = local
4409 test_info->matches_filter_ = matches_filter;
4413 matches_filter;
/external/llvm/utils/unittest/googletest/
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/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 247 milliseconds