Lines Matching refs:StringValue
147 br.name = key["name"].as<StringValue>().begin(); in ReadJson()
148 br.config = key["config"].as<StringValue>().begin(); in ReadJson()
149 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
150 br.ext = options["ext"].as<StringValue>().begin(); in ReadJson()
151 br.gamut = options["gamut"].as<StringValue>().begin(); in ReadJson()
152 br.transferFn = options["transfer_fn"].as<StringValue>().begin(); in ReadJson()
153 br.colorType = options["color_type"].as<StringValue>().begin(); in ReadJson()
154 br.alphaType = options["alpha_type"].as<StringValue>().begin(); in ReadJson()
155 br.colorDepth = options["color_depth"].as<StringValue>().begin(); in ReadJson()
156 br.md5 = (*r)["md5"].as<StringValue>().begin(); in ReadJson()
158 if (const StringValue* so = key["source_options"]) { in ReadJson()