Home | History | Annotate | Download | only in vkjson

Lines Matching refs:string

25 #include <string.h>
28 #include <string>
126 std::string VkJsonInstanceToJson(const VkJsonInstance& instance);
127 bool VkJsonInstanceFromJson(const std::string& json,
129 std::string* errors);
135 std::string VkJsonDeviceToJson(const VkJsonDevice& device);
136 bool VkJsonDeviceFromJson(const std::string& json,
138 std::string* errors);
140 std::string VkJsonImageFormatPropertiesToJson(
142 bool VkJsonImageFormatPropertiesFromJson(const std::string& json,
144 std::string* errors);
152 inline std::string VkJsonAllPropertiesToJson(
156 inline bool VkJsonAllPropertiesFromJson(const std::string& json,
158 std::string* errors) {