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
166 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function169 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
102 bool Contains(const LayerRect &rect1, const LayerRect &rect2) { in Contains() function