Lines Matching refs:JSON_TOK_INT
130 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),
363 JSON_OBJ_DESCR_PRIM(struct test_enums, i32, JSON_TOK_INT),