Searched refs:JSON_TOK_ARRAY_START (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-4.2.1/include/zephyr/data/ |
| D | json.h | 35 JSON_TOK_ARRAY_START = '[', enumerator 298 .type = JSON_TOK_ARRAY_START, \ 348 .type = JSON_TOK_ARRAY_START, \ 407 .type = JSON_TOK_ARRAY_START, \ 411 struct_, len_field_, JSON_TOK_ARRAY_START, \ 442 .type = JSON_TOK_ARRAY_START, \ 446 struct_, len_field_, JSON_TOK_ARRAY_START, \ 531 .type = JSON_TOK_ARRAY_START, \ 589 .type = JSON_TOK_ARRAY_START, \ 934 .type = JSON_TOK_ARRAY_START, \
|
| /Zephyr-4.2.1/lib/utils/ |
| D | json.c | 335 if (tok.type != JSON_TOK_ARRAY_START) { in arr_init() 346 case JSON_TOK_ARRAY_START: in element_token() 443 kv->value.type == JSON_TOK_ARRAY_START) { in skip_field() 447 case JSON_TOK_ARRAY_START: in skip_field() 851 if (type1 == JSON_TOK_ARRAY_START && type2 == JSON_TOK_MIXED_ARRAY) { in equivalent_types() 893 type1 == JSON_TOK_ARRAY_START || in equivalent_types() 897 if (type1 == JSON_TOK_ARRAY_START && type2 == JSON_TOK_OBJ_ARRAY) { in equivalent_types() 927 case JSON_TOK_ARRAY_START: in decode_value() 1029 case JSON_TOK_ARRAY_START: { in get_elem_size() 1075 if (elem_descr->type == JSON_TOK_ARRAY_START) { in arr_parse() [all …]
|