Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecret_sharing_harary_graph.cc86 bool SecretSharingHararyGraph::IsOutgoingNeighbor(int node_1, in IsOutgoingNeighbor() function in fcp::secagg::SecretSharingHararyGraph
H A Dsecret_sharing_complete_graph.h77 bool IsOutgoingNeighbor(int node_1, int node_2) const override { in IsOutgoingNeighbor() function
H A Dsecret_sharing_complete_graph_test.cc94 TEST(SecretSharingCompleteGraphTest, IsOutgoingNeighbor) { in TEST() argument
H A Dsecagg_server_protocol_impl.h182 inline const bool IsOutgoingNeighbor(int client_id_1, int client_id_2) const { in IsOutgoingNeighbor() function