Home
last modified time | relevance | path

Searched refs:JSMN_PRIMITIVE (Results 1 – 4 of 4) sorted by relevance

/external/jsmn/
Djsmn_test.c95 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 …]
Djsmn.h16 JSMN_PRIMITIVE = 0, enumerator
Djsmn.c75 jsmn_fill_token(token, JSMN_PRIMITIVE, start, parser->pos); in jsmn_parse_primitive()
DREADME.md44 JSMN_PRIMITIVE = 0,