Lines Matching defs:get
155 @brief get codepoint from 4 hex characters following `\u`
178 get();
224 get();
264 // get next character
265 switch (get())
283 switch (get())
334 if (JSON_HEDLEY_LIKELY(get() == '\\' && get() == 'u'))
846 switch (get())
853 switch (get())
872 switch (get())
883 switch (get())
1015 switch (get())
1046 switch (get())
1067 switch (get())
1104 switch (get())
1130 switch (get())
1161 switch (get())
1195 switch (get())
1221 switch (get())
1306 if (JSON_HEDLEY_UNLIKELY(std::char_traits<char_type>::to_char_type(get()) != literal_text[i]))
1328 @brief get next character from the input
1337 char_int_type get()
1367 @brief unget current character (read it again on next get)
1371 chars_read_current_line, and token_string. The next call to get() will
1488 if (get() == 0xEF)
1491 return get() == 0xBB && get() == 0xBF;
1504 get();
1607 /// whether the next get() call should just return current