Searched refs:isVendorExtension (Results 1 – 1 of 1) sorted by relevance
38 bool isVendorExtension(const std::string& s) { in isVendorExtension() function44 inline bool isNotVendorExtension(const std::string& s) { return !isVendorExtension(s); } in isNotVendorExtension()52 std::copy_if(tags.begin(), tags.end(), std::back_inserter(temp), isVendorExtension); in filterOutNonVendorTagsInPlace()