Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/lib/json/src/
Dmain.c130 JSON_OBJ_DESCR_PRIM(struct test_nested, nested_int8, JSON_TOK_INT),
143 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int16, JSON_TOK_INT),
193 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int16_max, JSON_TOK_INT),
194 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int16_cero, JSON_TOK_INT),
195 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int16_min, JSON_TOK_INT),
199 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int8_max, JSON_TOK_INT),
200 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int8_cero, JSON_TOK_INT),
201 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int8_min, JSON_TOK_INT),
359 JSON_OBJ_DESCR_PRIM(struct test_enums, i8, JSON_TOK_INT),
361 JSON_OBJ_DESCR_PRIM(struct test_enums, i16, JSON_TOK_INT),
[all …]
/Zephyr-4.2.1/lib/utils/
Djson.c350 case JSON_TOK_INT: in element_token()
867 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_INT) { in equivalent_types()
950 case JSON_TOK_INT: { in decode_value()
1022 case JSON_TOK_INT: in get_elem_size()
1716 case JSON_TOK_INT: in encode()
1950 case JSON_TOK_INT: { in decode_mixed_value()
2053 case JSON_TOK_INT: { in encode_mixed_value()
/Zephyr-4.2.1/include/zephyr/data/
Djson.h50 JSON_TOK_INT = 'i', enumerator