Searched defs:json_value (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson.cc | 473 inline bool AsValue(cJSON* json_value, int32_t* value) { in AsValue() 483 inline bool AsValue(cJSON* json_value, uint64_t* value) { in AsValue() 490 inline bool AsValue(cJSON* json_value, uint32_t* value) { in AsValue() 499 inline bool AsValue(cJSON* json_value, uint8_t* value) { in AsValue() 508 inline bool AsValue(cJSON* json_value, float* value) { in AsValue() 516 inline bool AsArray(cJSON* json_value, uint32_t count, T* values) { in AsArray() 528 inline bool AsValue(cJSON* json_value, T (*value)[N]) { in AsValue() 533 inline bool AsValue(cJSON* json_value, char (*value)[N]) { in AsValue() 545 inline bool AsValue(cJSON* json_value, T* t) { in AsValue() 557 inline bool AsValue(cJSON* json_value, std::vector<T>* value) { in AsValue() [all …]
|
/external/fio/ |
D | json.h | 14 struct json_value { struct 31 struct json_value **values; argument
|
/external/webrtc/talk/app/webrtc/ |
D | androidvideocapturer.cc | 148 const Json::Value& json_value = json_values[i]; in AndroidVideoCapturer() local
|