Searched refs:matches_filter_ (Results 1 - 16 of 16) 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_org/testing/gtest/include/gtest/
H A Dgtest.h696 return matches_filter_;
755 bool matches_filter_; // True if this test matches the member in class:testing::TestInfo
/external/gtest/include/gtest/
H A Dgtest.h672 return matches_filter_;
731 bool matches_filter_; // True if this test matches the member in class:testing::TestInfo
/external/chromium_org/third_party/mesa/src/src/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/mesa3d/src/gtest/include/gtest/
H A Dgtest.h725 bool matches_filter_; // True if this test matches the member in class:testing::TestInfo
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2474 matches_filter_(false),
4763 test_info->matches_filter_ = matches_filter;
4818 if (test_info->matches_filter_) {
/external/chromium_org/third_party/mesa/src/src/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.cc2190 matches_filter_(false),
4487 test_info->matches_filter_ = matches_filter;
4542 if (test_info->matches_filter_) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2203 matches_filter_(false),
4377 test_info->matches_filter_ = matches_filter;
4407 if (test_info->matches_filter_) {
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2203 matches_filter_(false),
4409 test_info->matches_filter_ = matches_filter;
4439 if (test_info->matches_filter_) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3674 matches_filter_(false),
5971 test_info->matches_filter_ = matches_filter;
6026 if (test_info->matches_filter_) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3674 matches_filter_(false),
5971 test_info->matches_filter_ = matches_filter;
6026 if (test_info->matches_filter_) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18085 return matches_filter_;
18144 bool matches_filter_; // True if this test matches the member in class:testing::TestInfo
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18085 return matches_filter_;
18144 bool matches_filter_; // True if this test matches the member in class:testing::TestInfo

Completed in 1161 milliseconds