Searched refs:has_semantics (Results 1 – 3 of 3) sorted by relevance
68 EXPECT_TRUE(sg1.has_semantics("ABC")); in TEST()71 EXPECT_FALSE(sg2.has_semantics("ABC")); in TEST()74 EXPECT_FALSE(sg3.has_semantics("ABC")); in TEST()
117 bool SsrcGroup::has_semantics(const std::string& semantics_in) const { in has_semantics() function in cricket::SsrcGroup206 if (it->has_semantics(semantics) && in GetSecondarySsrc()
71 bool has_semantics(const std::string& semantics) const;123 if (it->has_semantics(semantics)) { in get_ssrc_group()