Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc480 inline bool AsValue(cJSON* json_value, int32_t* value) { in AsValue()
490 inline bool AsValue(cJSON* json_value, uint64_t* value) { in AsValue()
497 inline bool AsValue(cJSON* json_value, uint32_t* value) { in AsValue()
506 inline bool AsValue(cJSON* json_value, uint8_t* value) { in AsValue()
515 inline bool AsValue(cJSON* json_value, float* value) { in AsValue()
523 inline bool AsArray(cJSON* json_value, uint32_t count, T* values) { in AsArray()
535 inline bool AsValue(cJSON* json_value, T (*value)[N]) { in AsValue()
540 inline bool AsValue(cJSON* json_value, char (*value)[N]) { in AsValue()
552 inline bool AsValue(cJSON* json_value, T* t) { in AsValue()
564 inline bool AsValue(cJSON* json_value, std::vector<T>* value) { in AsValue()
[all …]
/external/fio/
Djson.h14 struct json_value { struct
31 struct json_value **values; argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dextra_types.py61 def _ValidateJsonValue(json_value): argument
71 def _JsonValueToPythonValue(json_value): argument
90 def _JsonObjectToPythonValue(json_value): argument
96 def _JsonArrayToPythonValue(json_value): argument
/external/autotest/frontend/shared/
Djson_html_formatter.py126 def json_to_html(self, json_value): argument
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc148 const Json::Value& json_value = json_values[i]; in AndroidVideoCapturer() local