Searched defs:Contains (Results 1 – 2 of 2) sorted by relevance
161 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function164 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
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