HomeSort by relevance Sort by last modified time
    Searched refs:valuestring (Results 1 - 5 of 5) sorted by null

  /external/vulkan-validation-layers/loader/
cJSON.c 82 if (!(c->type & cJSON_IsReference) && c->valuestring)
83 cJSON_free(c->valuestring);
364 item->valuestring = out;
465 return print_string_ptr(item->valuestring, p);
798 child->string = child->valuestring;
799 child->valuestring = 0;
819 child->string = child->valuestring;
820 child->valuestring = 0;
    [all...]
cJSON.h 56 char *valuestring; /* The item's string, if type==cJSON_String */ member in struct:cJSON
loader.c     [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc     [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 486 int result = std::sscanf(json_value->valuestring, "0x%016" PRIx64, value);
536 size_t len = strlen(json_value->valuestring);
539 memcpy(*value, json_value->valuestring, len);

Completed in 237 milliseconds