reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
853 if (m_format_cache.GetValidator(match_data.GetTypeForCache(), retval)) { 862 return retval; 868 retval = m_categories_map.GetValidator(match_data); 869 if (!retval) { 874 if (lang_category->Get(match_data, retval)) 878 if (retval) { 881 return retval; 884 if (!retval) { 887 retval = GetHardcodedValidator(match_data); 890 if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) { 890 if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) { 892 static_cast<void *>(retval.get()), 894 m_format_cache.SetValidator(match_data.GetTypeForCache(), retval); 898 return retval;