Searched defs:__input (Results 1 – 2 of 2) sorted by relevance
54 static void __skip_optional_whitespace(istream& __input) { in __skip_optional_whitespace()59 static void __skip_mandatory_whitespace(istream& __input) { in __skip_mandatory_whitespace()66 static void __matches(istream& __input, char __expected) { in __matches()71 static void __matches(istream& __input, string_view __expected) { in __matches()77 [[nodiscard]] static string __parse_string(istream& __input) { in __parse_string()99 static string __parse_version(istream& __input) { in __parse_version()
63 #define __input NASTY_MACRO macro