Searched defs:IsOutgoingNeighbor (Results 1 – 4 of 4) sorted by relevance
86 bool SecretSharingHararyGraph::IsOutgoingNeighbor(int node_1, in IsOutgoingNeighbor() function in fcp::secagg::SecretSharingHararyGraph
77 bool IsOutgoingNeighbor(int node_1, int node_2) const override { in IsOutgoingNeighbor() function
94 TEST(SecretSharingCompleteGraphTest, IsOutgoingNeighbor) { in TEST() argument
182 inline const bool IsOutgoingNeighbor(int client_id_1, int client_id_2) const { in IsOutgoingNeighbor() function