Searched defs:return_parse_end (Results 1 – 2 of 2) sorted by relevance
| /third_party/vulkan-loader/loader/ |
| D | cJSON.c | 805 …WithOpts(const VkAllocationCallbacks *pAllocator, const char *value, const char **return_parse_end, in loader_cJSON_ParseWithOpts() 823 … const char **return_parse_end, cJSON_bool require_null_terminated, bool *out_of_memory) { in loader_cJSON_ParseWithLengthOpts()
|
| /third_party/cJSON/ |
| D | cJSON.c | 1117 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() 1133 …_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON… in cJSON_ParseWithLengthOpts()
|