Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/util/
H A Djson_util.cpp19 bool reading_string = false; member
28 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()