Lines Matching refs:StringValue
126 br.name = key["name"].as<StringValue>().begin(); in ReadJson()
127 br.config = key["config"].as<StringValue>().begin(); in ReadJson()
128 br.sourceType = key["source_type"].as<StringValue>().begin(); in ReadJson()
129 br.ext = options["ext"].as<StringValue>().begin(); in ReadJson()
130 br.gamut = options["gamut"].as<StringValue>().begin(); in ReadJson()
131 br.transferFn = options["transfer_fn"].as<StringValue>().begin(); in ReadJson()
132 br.colorType = options["color_type"].as<StringValue>().begin(); in ReadJson()
133 br.alphaType = options["alpha_type"].as<StringValue>().begin(); in ReadJson()
134 br.colorDepth = options["color_depth"].as<StringValue>().begin(); in ReadJson()
135 br.md5 = (*r)["md5"].as<StringValue>().begin(); in ReadJson()
137 if (const StringValue* so = key["source_options"]) { in ReadJson()