Lines Matching defs:out
339 DictionaryValue* out;
340 if (value && value->GetAsDictionary(&out)) {
342 return make_scoped_ptr(out);
536 std::string out;
537 if (!GetString(path, &out))
540 if (!IsStringASCII(out)) {
545 out_value->assign(out);
841 ListValue* out;
842 if (value && value->GetAsList(&out)) {
844 return make_scoped_ptr(out);
867 // Pad out any intermediate indexes with null settings
1129 std::ostream& operator<<(std::ostream& out, const Value& value) {
1132 return out << json;