Searched refs:error_handler (Results 1 – 1 of 1) sorted by relevance
447 error_handler(eh), in factory()495 ErrorHandlerType& error_handler; member887 context.error_handler.DisallowedItem(context.arrayElementIndex); in BeginValue()921 … context.error_handler.PropertyViolations(context.patternPropertiesValidators, count); in EndValue()927 … context.error_handler.PropertyViolations(context.patternPropertiesValidators, count + 1); in EndValue()932 … context.error_handler.PropertyViolations(context.patternPropertiesValidators, count + 1); in EndValue()943 context.error_handler.DisallowedValue(kValidateErrorEnum); in EndValue()953 … context.error_handler.NotAllOf(&context.validators[allOf_.begin], allOf_.count); in EndValue()961 context.error_handler.NoneOf(&context.validators[anyOf_.begin], anyOf_.count); in EndValue()972 context.error_handler.MultipleOneOf(firstMatch, i - oneOf_.begin); in EndValue()[all …]