Home
last modified time | relevance | path

Searched refs:GetPermutationForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecret_sharing_harary_graph_test.cc50 std::vector<int> permutation = graph->GetPermutationForTesting(); in TEST()
65 std::vector<int> permutation = graph->GetPermutationForTesting(); in TEST()
78 std::vector<int> permutation = graph->GetPermutationForTesting(); in TEST()
96 std::vector<int> p = graph->GetPermutationForTesting(); in TEST()
130 std::vector<int> p = graph->GetPermutationForTesting(); in TEST()
163 std::vector<int> p = graph->GetPermutationForTesting(); in TEST()
194 std::vector<int> p = graph->GetPermutationForTesting(); in TEST()
H A Dsecret_sharing_harary_graph.h108 std::vector<int> GetPermutationForTesting() const { return permutation_; } in GetPermutationForTesting() function