Lines Matching defs:out
354 DictionaryValue* out;
355 if (value && value->GetAsDictionary(&out)) {
357 return make_scoped_ptr(out);
570 std::string out;
571 if (!GetString(path, &out))
574 if (!IsStringASCII(out)) {
579 out_value->assign(out);
884 ListValue* out;
885 if (value && value->GetAsList(&out)) {
887 return make_scoped_ptr(out);
910 // Pad out any intermediate indexes with null settings
1197 out, const Value& value) {
1200 return out << json;