Searched refs:has_feature (Results 1 – 3 of 3) sorted by relevance
74 ASSERT_TRUE(t.has_feature("foo")); in TEST_F()78 ASSERT_TRUE(t.has_feature("foo")); in TEST_F()79 ASSERT_TRUE(t.has_feature("bar")); in TEST_F()83 ASSERT_TRUE(t.has_feature("foo")); in TEST_F()84 ASSERT_TRUE(t.has_feature("bar")); in TEST_F()88 ASSERT_FALSE(t.has_feature("foo")); in TEST_F()89 ASSERT_TRUE(t.has_feature("bar")); in TEST_F()90 ASSERT_TRUE(t.has_feature("baz")); in TEST_F()135 ASSERT_TRUE(t.has_feature("woodly")); in TEST_F()136 ASSERT_TRUE(t.has_feature("doodly")); in TEST_F()
357 bool has_feature(const std::string& feature) const;
1250 bool atransport::has_feature(const std::string& feature) const { in has_feature() function in atransport