Searched refs:cJSON_SetIntValue (Results 1 – 3 of 3) sorted by relevance
137 #define cJSON_SetIntValue(object,val) ((object)?(object)->valueint=(object)->valuedouble=(val):(v… macro
275 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = … macro
273 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = … macro