Searched defs:Contains (Results 1 – 3 of 3) sorted by relevance
162 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function164 template <typename T> bool Contains(T tag) const { return find(tag) != -1; } in Contains() function167 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
165 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function168 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
167 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function