Home | History | Annotate | Download | only in buffet

Lines Matching refs:Error

21 #include <brillo/errors/error.h>
22 #include <weave/error.h>
26 inline void ConvertError(const weave::Error& source,
27 std::unique_ptr<brillo::Error>* destination) {
28 const weave::Error* inner_error = source.GetInnerError();
33 brillo::Error::AddTo(
41 inline void ConvertError(const brillo::Error& source,
42 std::unique_ptr<weave::Error>* destination) {
43 const brillo::Error* inner_error = source.GetInnerError();
48 weave::Error::AddTo(