HomeSort by relevance Sort by last modified time
    Searched defs:JSMN_ARRAY (Results 1 - 2 of 2) sorted by null

  /external/jsmn/
jsmn.h 18 JSMN_ARRAY = 2,
jsmn_test.c 61 check(t[0].type == JSMN_ARRAY);
70 check(t[2].type == JSMN_ARRAY && t[2].start == 5 && t[2].end == 7);
76 check(t[0].type == JSMN_ARRAY && t[0].start == 0 && t[0].end == 7);
266 check(r == JSMN_ERROR_PART && tok[0].type == JSMN_ARRAY
271 check(r == JSMN_ERROR_PART && tok[0].type == JSMN_ARRAY
273 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIVE);
277 check(r == JSMN_ERROR_PART && tok[0].type == JSMN_ARRAY
279 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIVE
286 check(r >= 0 && tok[0].type == JSMN_ARRAY
288 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIV
    [all...]

Completed in 216 milliseconds