Lines Matching defs:key
35 CommandLineFlags::StringArray key,
52 writer.beginObject("key");
53 for (int i = 1; i < key.count(); i += 2) {
54 writer.appendString(key[i-1], key[i]);
69 writer.beginObject("key");
74 // Source options only need to be part of the key if they exist.
79 writer.endObject(); // key
123 const ObjectValue& key = (*r)["key"].as<ObjectValue>();
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();
137 if (const StringValue* so = key["source_options"]) {