Home
last modified time | relevance | path

Searched refs:GetFirstError (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/errors/
Derror.h78 const Error* GetFirstError() const;
Derror.cc91 const Error* Error::GetFirstError() const { in GetFirstError() function in Error
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_plugin.cc118 const std::string& GetFirstError() const { return error_; } in GetFirstError() function in protozero::__anoncadeb8b40111::GeneratorJob
987 *error = job.GetFirstError(); in Generate()