Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/base/
H A Dmeta_test.cc154 struct TypedVal { struct
155 int value;
157 bool operator==(TypedVal<T> const& other) const { in operator ==()
160 bool operator!=(TypedVal<T> const& other) const { return !(*this == other); } in operator !=()