Home
last modified time | relevance | path

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

/external/federated-compute/fcp/secagg/server/
Dsecret_sharing_harary_graph.cc80 bool SecretSharingHararyGraph::AreNeighbors(int node_1, int node_2) const { in AreNeighbors() function in fcp::secagg::SecretSharingHararyGraph
Dsecret_sharing_complete_graph.h71 bool AreNeighbors(int node_1, int node_2) const override { in AreNeighbors() function
Dsecagg_server_protocol_impl.h176 inline const bool AreNeighbors(int client_id_1, int client_id_2) const { in AreNeighbors() function