Lines Matching full:ret
70 cJSON_bool ret = cJSON_AddItemToObject(object_, key, node); in Add() local
71 if (ret == 0) { in Add()
98 cJSON_bool ret = cJSON_AddItemToObject(object_, key, node); in Add() local
99 if (ret == 0) { in Add()
116 cJSON_bool ret = cJSON_AddItemToObject(object_, key, node); in Add() local
117 if (ret == 0) { in Add()
134 cJSON_bool ret = cJSON_AddItemToObject(object_, key, node); in Add() local
135 if (ret == 0) { in Add()
149 cJSON_bool ret = cJSON_AddItemToArray(object_, node); in Push() local
150 if (ret == 0) { in Push()
175 cJSON_bool ret = cJSON_AddItemToArray(object_, node); in Push() local
176 if (ret == 0) { in Push()
191 cJSON_bool ret = cJSON_AddItemToArray(object_, node); in Push() local
192 if (ret == 0) { in Push()
211 cJSON_bool ret = cJSON_AddItemToArray(object_, node); in Push() local
212 if (ret == 0) { in Push()
349 Result ret = GetDouble(key, &result); in GetInt() local
350 if (ret == Result::SUCCESS) { in GetInt()
353 return ret; in GetInt()
359 Result ret = GetDouble(key, &result); in GetInt64() local
360 if (ret == Result::SUCCESS) { in GetInt64()
363 return ret; in GetInt64()