Home
last modified time | relevance | path

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

/external/federated-compute/fcp/secagg/server/
Dsecagg_server_protocol_impl.h158 inline const std::optional<int> GetNeighborIndex(int client_id_1, in GetNeighborIndex()
166 inline const int GetNeighborIndexOrDie(int client_id_1, in GetNeighborIndexOrDie()
176 inline const bool AreNeighbors(int client_id_1, int client_id_2) const { in AreNeighbors()
182 inline const bool IsOutgoingNeighbor(int client_id_1, int client_id_2) const { in IsOutgoingNeighbor()
Dsecagg_server_state.h61 inline const std::optional<int> GetNeighborIndex(int client_id_1, in GetNeighborIndex()