Searched defs:ToJsonValue (Results 1 – 1 of 1) sorted by relevance
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() function394 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() function419 inline cJSON* ToJsonValue(const std::map<F, S>& value) { in ToJsonValue() function464 cJSON* ToJsonValue(const T& value) { in ToJsonValue() function