Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/json/src/
Dmain.c68 JSON_TOK_INT64),
78 JSON_TOK_INT64),
80 JSON_TOK_INT64),
116 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int64_max, JSON_TOK_INT64),
117 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int64_cero, JSON_TOK_INT64),
118 JSON_OBJ_DESCR_PRIM(struct test_int_limits, int64_min, JSON_TOK_INT64),
/Zephyr-latest/lib/utils/
Djson.c311 case JSON_TOK_INT64: in element_token()
507 if (type1 == JSON_TOK_NUMBER && type2 == JSON_TOK_INT64) { in equivalent_types()
572 case JSON_TOK_INT64: { in decode_value()
608 case JSON_TOK_INT64: in get_elem_size()
1153 case JSON_TOK_INT64: in encode()
/Zephyr-latest/include/zephyr/data/
Djson.h45 JSON_TOK_INT64 = '5', enumerator