Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecret_sharing_harary_graph.cc54 std::optional<int> SecretSharingHararyGraph::GetNeighborIndex( in GetNeighborIndex() function in fcp::secagg::SecretSharingHararyGraph
H A Dsecret_sharing_complete_graph.h64 std::optional<int> GetNeighborIndex(int node_1, int node_2) const override { in GetNeighborIndex() function
H A Dsecagg_server_state.h61 inline const std::optional<int> GetNeighborIndex(int client_id_1, in GetNeighborIndex() function
H A Dsecret_sharing_complete_graph_test.cc84 TEST(SecretSharingCompleteGraphTest, GetNeighborIndex) { in TEST() argument
H A Dsecagg_server_protocol_impl.h158 inline const std::optional<int> GetNeighborIndex(int client_id_1, in GetNeighborIndex() function