Home
last modified time | relevance | path

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

/Zephyr-4.2.1/lib/utils/
Djson.c352 case JSON_TOK_INT64: in element_token()
875 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_INT64) { in equivalent_types()
956 case JSON_TOK_INT64: { in decode_value()
1007 case JSON_TOK_INT64: in get_elem_size()
1720 case JSON_TOK_INT64: in encode()
1956 case JSON_TOK_INT64: { in decode_mixed_value()
2059 case JSON_TOK_INT64: { in encode_mixed_value()
/Zephyr-4.2.1/include/zephyr/data/
Djson.h46 JSON_TOK_INT64 = '5', enumerator
/Zephyr-4.2.1/tests/lib/json/src/
Dmain.c133 JSON_TOK_INT64),
145 JSON_TOK_INT64),
147 JSON_TOK_INT64),
184 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int64_max, JSON_TOK_INT64),
185 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int64_cero, JSON_TOK_INT64),
186 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int64_min, JSON_TOK_INT64),