Home
last modified time | relevance | path

Searched defs:ToJsonValue (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc369 inline cJSON* ToJsonValue(const T& value) { in ToJsonValue() function
373 inline cJSON* ToJsonValue(const uint64_t& value) { in ToJsonValue() function
381 inline cJSON* ToJsonValue(const T& value) { in ToJsonValue() function
394 inline cJSON* ToJsonValue(const T (&value)[N]) { in ToJsonValue() function
399 inline cJSON* ToJsonValue(const char (&value)[N]) { in ToJsonValue() function
405 inline cJSON* ToJsonValue(const std::vector<T>& value) { in ToJsonValue() function
411 inline cJSON* ToJsonValue(const std::pair<F, S>& value) { in ToJsonValue() function
419 inline cJSON* ToJsonValue(const std::map<F, S>& value) { in ToJsonValue() function
464 cJSON* ToJsonValue(const T& value) { in ToJsonValue() function