Home | History | Annotate | Download | only in jsmn

Lines Matching defs:JSMN_PRIMITIVE

95   check(TOKEN_EQ(tokens[2], 6, 7, JSMN_PRIMITIVE));
124 && tok[1].type == JSMN_PRIMITIVE);
132 && tok[1].type == JSMN_PRIMITIVE);
140 && tok[1].type == JSMN_PRIMITIVE);
148 && tok[1].type == JSMN_PRIMITIVE);
156 && tok[1].type == JSMN_PRIMITIVE);
246 check(r >= 0 && tok[0].type == JSMN_PRIMITIVE
247 && tok[1].type == JSMN_STRING && tok[2].type == JSMN_PRIMITIVE
248 && tok[3].type == JSMN_PRIMITIVE);
267 && tok[1].type == JSMN_PRIMITIVE && tok[2].type == JSMN_PRIMITIVE);
272 && tok[1].type == JSMN_PRIMITIVE && tok[2].type == JSMN_PRIMITIVE
273 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIVE);
278 && tok[1].type == JSMN_PRIMITIVE && tok[2].type == JSMN_PRIMITIVE
279 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIVE
287 && tok[1].type == JSMN_PRIMITIVE && tok[2].type == JSMN_PRIMITIVE
288 && tok[3].type == JSMN_ARRAY && tok[4].type == JSMN_PRIMITIVE
372 if (tokens[i].type == JSMN_STRING || tokens[i].type == JSMN_PRIMITIVE) {
490 if (tokens[i].type == JSMN_STRING || tokens[i].type == JSMN_PRIMITIVE) {
571 #define JSMN_PRIMITIVE JSMN_PRIMITIVE_NONSTRICT