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