Searched refs:allowedExceptions (Results 1 – 2 of 2) sorted by relevance
44 const std::vector<std::string> *allowedExceptions = NULL);68 const std::vector<std::string> *allowedExceptions) in ExposedExtensionsTest() argument74 if (allowedExceptions) in ExposedExtensionsTest()76 m_allowedExceptions = *allowedExceptions; in ExposedExtensionsTest()
110 private final Multimap<LstrType, AllowedMatch> allowedExceptions; field in LocaleValidator.AllowedValid119 Collection<AllowedMatch> allowedMatches = allowedExceptions.get(lstrType); in isAllowed()131 public AllowedValid(Set<Validity.Status> allowedStatus, Object... allowedExceptions) { in AllowedValid() argument137 if (allowedExceptions != null) { in AllowedValid()138 for (int i = 0; i < allowedExceptions.length; i += 2) { in AllowedValid()140 (LstrType) allowedExceptions[i], in AllowedValid()141 (AllowedMatch) allowedExceptions[i + 1]); in AllowedValid()144 this.allowedExceptions = ImmutableMultimap.copyOf(allowed); in AllowedValid()149 return allowedStatus + " " + allowedExceptions; in toString()