Searched refs:jsonReader (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksCacheBuilder.cpp | 72 Context jsonReader; in exportFilesForExternalCompiler() 78 readJSON_VkSamplerYcbcrConversionCreateInfo(jsonReader, samplerYcbcr.second, sycCI); in exportFilesForExternalCompiler() 86 readJSON_VkSamplerCreateInfo(jsonReader, sampler.second, sCI); in exportFilesForExternalCompiler() 96 readJSON_VkShaderModuleCreateInfo(jsonReader, shader.second, smCI, spirvShader); in exportFilesForExternalCompiler() 108 readJSON_VkRenderPassCreateInfo2(jsonReader, renderPass.second, rpCI); in exportFilesForExternalCompiler() 114 readJSON_VkRenderPassCreateInfo(jsonReader, renderPass.second, rpCI); in exportFilesForExternalCompiler() 125 readJSON_VkDescriptorSetLayoutCreateInfo(jsonReader, descriptorSetLayout.second, dsCI); in exportFilesForExternalCompiler() 133 readJSON_VkPipelineLayoutCreateInfo(jsonReader, pipelineLayout.second, plCI); in exportFilesForExternalCompiler() 154 readJSON_VkGraphicsPipelineCreateInfo(jsonReader, pipeline.pipelineContents, gpCI); in exportFilesForExternalCompiler() 231 readJSON_VkPhysicalDeviceFeatures2(jsonReader, pipelin in exportFilesForExternalCompiler() [all...] |
H A D | vksJson.cpp | 81 std::unique_ptr<Json::CharReader> jsonReader(builder.newCharReader()); in StringToVkObject() 85 if (!jsonReader->parse(in.data(), in.data() + in.size(), &jsonRoot, &errors)) in StringToVkObject()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonParser.cs | 129 /// Parses JSON read from <paramref name="jsonReader"/> and merges the information into the given message. 132 /// <param name="jsonReader">Reader providing the JSON to parse.</param> 133 internal void Merge(IMessage message, TextReader jsonReader) in Merge() argument 135 var tokenizer = JsonTokenizer.FromTextReader(jsonReader); in Merge() 401 /// Parses JSON read from <paramref name="jsonReader"/> into a new message. 404 /// <param name="jsonReader">Reader providing the JSON to parse.</param> 407 public T Parse<T>(TextReader jsonReader) where T : IMessage, new() 409 ProtoPreconditions.CheckNotNull(jsonReader, nameof(jsonReader)); 411 Merge(message, jsonReader); 436 Parse(TextReader jsonReader, MessageDescriptor descriptor) Parse() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 134 Context jsonReader; in removeRedundantObjects() local 142 readJSON_VkGraphicsPipelineCreateInfo(jsonReader, it->pipelineContents, gpCI); in removeRedundantObjects() 153 readJSON_VkComputePipelineCreateInfo(jsonReader, it->pipelineContents, cpCI); in removeRedundantObjects() 185 readJSON_VkPipelineLayoutCreateInfo(jsonReader, it->second, plCI); in removeRedundantObjects() 199 readJSON_VkDescriptorSetLayoutCreateInfo(jsonReader, it->second, dsCI); in removeRedundantObjects() 224 readJSON_VkSamplerCreateInfo(jsonReader, it->second, sCI); in removeRedundantObjects()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | HmSymbolConfig_ohos.cpp | 258 std::unique_ptr<Json::CharReader> jsonReader(charReaderBuilder.newCharReader()); in CheckConfigFile() 259 bool isJson = jsonReader->parse(data.get(), data.get() + size, &root, &errs); in CheckConfigFile()
|
H A D | FontConfig_ohos.cpp | 441 std::unique_ptr<Json::CharReader> jsonReader(charReaderBuilder.newCharReader()); in checkConfigFile() 442 bool isJson = jsonReader->parse(data, data + size, &root, &errs); in checkConfigFile()
|
Completed in 12 milliseconds