Lines Matching defs:errors
294 // Returns 'true' if initialization was aborted early due to errors.
303 // Returns an array of errors. Note that these may be warnings
305 virtual const std::vector<std::string>& errors() const = 0;
333 std::vector<std::string>* errors,
339 std::vector<std::string>* errors));
344 // errors encountered during initialization, and a potential suggested
381 // errors.
386 std::vector<std::string>* errors,
745 // If any error occurs, `*errors` will be populated and the returned pointer
752 std::vector<std::string>* errors,
780 std::vector<std::string>* errors,
783 platform, errors,
789 if (!errors->empty()) ret.reset();