Searched refs:has_feature (Results 1 – 3 of 3) sorted by relevance
61 ASSERT_TRUE(t.has_feature("foo")); in TEST_F()65 ASSERT_TRUE(t.has_feature("foo")); in TEST_F()66 ASSERT_TRUE(t.has_feature("bar")); in TEST_F()70 ASSERT_TRUE(t.has_feature("foo")); in TEST_F()71 ASSERT_TRUE(t.has_feature("bar")); in TEST_F()75 ASSERT_FALSE(t.has_feature("foo")); in TEST_F()76 ASSERT_TRUE(t.has_feature("bar")); in TEST_F()77 ASSERT_TRUE(t.has_feature("baz")); in TEST_F()122 ASSERT_TRUE(t.has_feature("woodly")); in TEST_F()123 ASSERT_TRUE(t.has_feature("doodly")); in TEST_F()
301 bool has_feature(const std::string& feature) const;
1082 bool atransport::has_feature(const std::string& feature) const { in has_feature() function in atransport