Searched refs:ToJsonValue (Results 1 – 1 of 1) sorted by relevance
366 cJSON* ToJsonValue(const T& value);369 inline cJSON* ToJsonValue(const T& value) { in ToJsonValue() function373 inline cJSON* ToJsonValue(const uint64_t& value) { in ToJsonValue() function381 inline cJSON* ToJsonValue(const T& value) { in ToJsonValue() function389 cJSON_AddItemToArray(array, ToJsonValue(values[i])); in ArrayToJsonValue()394 inline cJSON* ToJsonValue(const T (&value)[N]) { in ToJsonValue() function399 inline cJSON* ToJsonValue(const char (&value)[N]) { in ToJsonValue() function405 inline cJSON* ToJsonValue(const std::vector<T>& value) { in ToJsonValue() function411 inline cJSON* ToJsonValue(const std::pair<F, S>& value) { in ToJsonValue() function413 cJSON_AddItemToArray(array, ToJsonValue(value.first)); in ToJsonValue()[all …]