Lines Matching defs:message
1927 std::string message;
1931 message = "expected length type specification (U, i, I, l, L); last byte: 0x" + last_token;
1935 message = "expected length type specification (U, i, u, I, m, l, M, L); last byte: 0x" + last_token;
1937 return sax->parse_error(chars_read, last_token, parse_error::create(113, chars_read, exception_message(input_format, message, "string"), nullptr));
2208 std::string message;
2212 message = "expected length type specification (U, i, I, l, L) after '#'; last byte: 0x" + last_token;
2216 message = "expected length type specification (U, i, u, I, m, l, M, L) after '#'; last byte: 0x" + last_token;
2218 return sax->parse_error(chars_read, last_token, parse_error::create(113, chars_read, exception_message(input_format, message, "size"), nullptr));
2910 @param[in] detail a detailed error message
2912 @return a message string to use in the parse_error exceptions