Searched refs:JSMN_PRIMITIVE (Results 1 – 4 of 4) sorted by relevance
95 check(TOKEN_EQ(tokens[2], 6, 7, JSMN_PRIMITIVE)); in test_simple()124 && tok[1].type == JSMN_PRIMITIVE); in test_primitive()132 && tok[1].type == JSMN_PRIMITIVE); in test_primitive()140 && tok[1].type == JSMN_PRIMITIVE); in test_primitive()148 && tok[1].type == JSMN_PRIMITIVE); in test_primitive()156 && tok[1].type == JSMN_PRIMITIVE); in test_primitive()246 check(r >= 0 && tok[0].type == JSMN_PRIMITIVE in test_unquoted_keys()247 && tok[1].type == JSMN_STRING && tok[2].type == JSMN_PRIMITIVE in test_unquoted_keys()248 && tok[3].type == JSMN_PRIMITIVE); in test_unquoted_keys()267 && tok[1].type == JSMN_PRIMITIVE && tok[2].type == JSMN_PRIMITIVE); in test_partial_array()[all …]
16 JSMN_PRIMITIVE = 0, enumerator
75 jsmn_fill_token(token, JSMN_PRIMITIVE, start, parser->pos); in jsmn_parse_primitive()
44 JSMN_PRIMITIVE = 0,