Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc366 cJSON* ToJsonValue(const T& value);
369 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
389 cJSON_AddItemToArray(array, ToJsonValue(values[i])); in ArrayToJsonValue()
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
413 cJSON_AddItemToArray(array, ToJsonValue(value.first)); in ToJsonValue()
[all …]