Home
last modified time | relevance | path

Searched defs:MaybeResult (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_server_server.cc74 struct MaybeResult final { struct
75 explicit MaybeResult(Result&& result) in MaybeResult() argument
78 explicit MaybeResult(Error&& error) : error(std::forward<Error>(error)) {} in MaybeResult() argument
80 bool is_error() const { return static_cast<bool>(!result); } in is_error()
82 Result result;
83 Error error;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp418 Expected<std::unique_ptr<Remark>> MaybeResult = parseRemark(*YAMLIt); in next() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp417 Expected<std::unique_ptr<Remark>> MaybeResult = parseRemark(*YAMLIt); in next() local