OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JSMN_PRIMITIVE
(Results
1 - 2
of
2
) sorted by null
/external/jsmn/
jsmn.h
16
JSMN_PRIMITIVE
= 0,
jsmn_test.c
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)
[
all
...]
Completed in 36 milliseconds