Home
last modified time | relevance | path

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

/third_party/json/docs/mkdocs/docs/api/basic_json/
Dparse_event_t.md7 array_start,
19 - `array_start`: the parser read `[` and started to process a JSON array
Dparser_callback_t.md22 | `parse_event_t::array_start` | the parser read `[` and started to process a JSON array | depth…
/third_party/cJSON/fuzzing/
Djson.dict13 array_start="["
/third_party/json/docs/mkdocs/docs/features/parsing/
Dparser_callbacks.md29 | `parse_event_t::array_start` | the parser read `[` and started to process a JSON array | depth…
55 | `array_start` | 1 | *discarded* |
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c663 FT_ULong array_start = FT_STREAM_POS() - 16 + offset; in sfnt_init_face() local
670 default_value_offset = array_start + 8; in sfnt_init_face()
681 instance_offset = array_start + axis_size * num_axes + 4; in sfnt_init_face()
/third_party/json/include/nlohmann/detail/input/
Dparser.hpp41 array_start, enumerator
Djson_sax.hpp486 …const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discard… in start_array()
/third_party/json/tests/src/
Dunit-regression2.cpp377 case json::parse_event_t::array_start: in __anonceb8c8370202()
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp6163 …const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discard… in start_array()
10740 array_start, enumerator
/third_party/json/single_include/nlohmann/
Djson.hpp7054 …const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discard… in start_array()
12139 array_start, enumerator