Searched refs:maybeVendorExtension (Results 1 – 2 of 2) sorted by relevance
228 static inline bool maybeVendorExtension(const std::string& s) { in maybeVendorExtension() function
1035 if (xsd::maybeVendorExtension(tag)) { in filterOutNonVendorTags()1047 std::copy_if(tags.begin(), tags.end(), std::back_inserter(result), xsd::maybeVendorExtension); in filterOutNonVendorTags()