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.cc94 const Error* Error::GetFirstError() const { in GetFirstError() function in Error
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_generator.cc112 const std::string& GetFirstError() const { return error_; } in GetFirstError() function in protozero::__anone8b65b2e0111::GeneratorJob
707 *error = job.GetFirstError(); in Generate()