Lines Matching refs:error_stream
131 std::stringstream error_stream; in IsValidDictionary() local
132 error_stream << parent_key << " property '" << container_key in IsValidDictionary()
135 *error_string = error_stream.str(); in IsValidDictionary()
151 std::stringstream error_stream; in IsValidUrlSpec() local
152 error_stream << parent_key << " property '" << container_key in IsValidUrlSpec()
154 *error_string = error_stream.str(); in IsValidUrlSpec()
170 std::stringstream error_stream; in IsValidUrlSpec() local
171 error_stream << "PNaCl-like NMF with application/x-nacl mimetype instead " in IsValidUrlSpec()
173 *error_string = error_stream.str(); in IsValidUrlSpec()
190 std::stringstream error_stream; in IsValidUrlSpec() local
191 error_stream << parent_key << " property '" << container_key in IsValidUrlSpec()
194 *error_string = error_stream.str(); in IsValidUrlSpec()
199 std::stringstream error_stream; in IsValidUrlSpec() local
200 error_stream << parent_key << " property '" << container_key in IsValidUrlSpec()
203 *error_string = error_stream.str(); in IsValidUrlSpec()
225 std::stringstream error_stream; in IsValidPnaclTranslateSpec() local
226 error_stream << parent_key << " property '" << container_key in IsValidPnaclTranslateSpec()
228 *error_string = error_stream.str(); in IsValidPnaclTranslateSpec()