Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/base/
H A Dmeta_test.cc168 struct CastValByTag { struct
170 using TargetType = std::optional<TypedVal<T>>;
173 TargetType<T> Cast(UntypedVal const& val) const { in Cast()