Searched refs:GetTypeValidatorsContainer (Results 1 – 2 of 2) sorted by relevance
189 if (GetTypeValidatorsContainer()->Get(candidates, entry, reason)) in Get()224 GetTypeValidatorsContainer()->Clear(); in Clear()258 success = GetTypeValidatorsContainer()->Delete(name) || success; in Delete()294 count += GetTypeValidatorsContainer()->GetCount(); in GetCount()400 if (GetTypeValidatorsContainer()->Get(type_name, validator_sp)) { in AnyMatches()580 if (index < GetTypeValidatorsContainer()->GetCount()) in GetValidatorAtIndex()581 return GetTypeValidatorsContainer()->GetAtIndex(index); in GetValidatorAtIndex()584 index - GetTypeValidatorsContainer()->GetCount()); in GetValidatorAtIndex()589 if (index < GetTypeValidatorsContainer()->GetCount()) in GetTypeNameSpecifierForValidatorAtIndex()590 return GetTypeValidatorsContainer()->GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForValidatorAtIndex()[all …]
247 GetTypeValidatorsContainer()->ForEach(foreach.GetValidatorExactCallback()); in ForEach()331 ValidatorContainerSP GetTypeValidatorsContainer() { in GetTypeValidatorsContainer() function