Searched refs:matches_filter_ (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h535 bool matches_filter() const { return matches_filter_; }
538 void set_matches_filter(bool matches) { matches_filter_ = matches; }
581 bool matches_filter_; // True if this test matches the member in class:testing::internal::TestInfoImpl
H A Dgtest.cc4283 matches_filter_(false),
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h725 bool matches_filter_; // True if this test matches the member in class:testing::TestInfo
/external/gtest/include/gtest/
H A Dgtest.h725 bool matches_filter_; // True if this test matches the member in class:testing::TestInfo
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h725 bool matches_filter_; // True if this test matches the member in class:testing::TestInfo
/external/chromium/testing/gtest/src/
H A Dgtest.cc2203 matches_filter_(false),
4409 test_info->matches_filter_ = matches_filter;
4439 if (test_info->matches_filter_) {
/external/gtest/src/
H A Dgtest.cc2203 matches_filter_(false),
4409 test_info->matches_filter_ = matches_filter;
4439 if (test_info->matches_filter_) {
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2203 matches_filter_(false),
4377 test_info->matches_filter_ = matches_filter;
4407 if (test_info->matches_filter_) {

Completed in 180 milliseconds