Searched defs:JSMN_PRIMITIVE (Results 1 - 2 of 2) sorted by relevance

/external/jsmn/
H A Djsmn.h16 JSMN_PRIMITIVE = 0, enumerator in enum:__anon8284
H A Djsmn_test.c95 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
571 #define JSMN_PRIMITIVE macro
[all...]

Completed in 70 milliseconds