Home
last modified time | relevance | path

Searched refs:VALIDATION_ERROR_ILLEGAL_POINTER (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_mthd3_array_pointer_overflow.expected1 VALIDATION_ERROR_ILLEGAL_POINTER
Dconformance_mthd1_struct_pointer_overflow.expected1 VALIDATION_ERROR_ILLEGAL_POINTER
/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_errors.h46 VALIDATION_ERROR_ILLEGAL_POINTER, enumerator
Dvalidation_errors.cc37 case VALIDATION_ERROR_ILLEGAL_POINTER: in ValidationErrorToString()
Dvalidation_util.h44 ReportValidationError(validation_context, VALIDATION_ERROR_ILLEGAL_POINTER); in ValidatePointer()