Searched refs:reading_string (Results 1 – 1 of 1) sorted by relevance
19 bool reading_string = false; member28 if (state.reading_string && is_quote_escaped(buffer, offset)) { in process_quotes()31 state.reading_string = !state.reading_string; in process_quotes()43 state.n_open_braces -= (state.reading_string ? 0 : 1); in read_object_from_buffer()48 state.n_open_braces += (state.reading_string ? 0 : 1); in read_object_from_buffer()