#include <status.h>
Public Member Functions | |
| Status () | |
| Creates an 'ok' status. | |
| Status (fml::StatusCode code, std::string_view message) | |
| fml::StatusCode | code () const |
| void | IgnoreError () const |
| bool | ok () const |
| std::string_view | message () const |
Class that represents the resolution of the execution of a procedure. This is used similarly to how exceptions might be used, typically as the return value to a synchronous procedure or an argument to an asynchronous callback.
|
inline |
Creates an 'ok' status.
Definition at line 58 of file status.h.
|
inline |
|
inline |
Definition at line 63 of file status.h.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
|
inline |
|
inline |
Definition at line 75 of file status.h.
Referenced by flutter::TEST(), flutter::TEST(), and flutter::testing::TEST_F().
|
inline |
Definition at line 71 of file status.h.
References fml::kOk.
Referenced by impeller::ColorSourceContents::DrawGeometry(), impeller::InlinePassContext::EndPass(), ImGui_ImplImpeller_RenderDrawData(), impeller::ContentContext::MakeSubpass(), fml::StatusOr< T >::ok(), flutter::FrameTimingsRecorder::RecordBuildEnd(), flutter::FrameTimingsRecorder::RecordBuildStart(), flutter::FrameTimingsRecorder::RecordRasterStart(), flutter::FrameTimingsRecorder::RecordVsync(), impeller::AtlasContents::Render(), impeller::ColorFilterAtlasContents::Render(), impeller::SolidRRectLikeBlurContents::Render(), impeller::TextContents::Render(), impeller::TextureContents::Render(), impeller::VerticesSimpleBlendContents::Render(), impeller::ClipContents::Render(), impeller::RenderClipRestore(), fml::StatusOr< T >::StatusOr(), flutter::TEST(), flutter::TEST(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), fml::StatusOr< T >::value(), and fml::StatusOr< T >::value().