Home
last modified time | relevance | path

Searched defs:PlanResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dcommon.h48 struct PlanResult { struct
62 PlanResult(PlanResult&&) = default; argument
63 PlanResult& operator=(PlanResult&&) = default; argument
67 PlanResult& operator=(const PlanResult&) = delete; argument
H A Dcommon.cc29 PlanResult::PlanResult(PlanOutcome outcome, absl::Status status) in PlanResult() function in fcp::client::engine::PlanResult