Searched defs:node_1 (Results 1 – 4 of 4) sorted by relevance
55 int node_1, int node_2) const { in GetNeighborIndex()80 bool SecretSharingHararyGraph::AreNeighbors(int node_1, int node_2) const { in AreNeighbors()86 bool SecretSharingHararyGraph::IsOutgoingNeighbor(int node_1, in IsOutgoingNeighbor()
64 std::optional<int> GetNeighborIndex(int node_1, int node_2) const override { in GetNeighborIndex()71 bool AreNeighbors(int node_1, int node_2) const override { in AreNeighbors()77 bool IsOutgoingNeighbor(int node_1, int node_2) const override { in IsOutgoingNeighbor()
1912 std::shared_ptr<Node> node_1 = GetNode(1); in TEST_F() local2065 std::shared_ptr<Node> node_1 = GetNode(1); in TEST_F() local2512 auto node_1 = MutableGetNode(/*node_id=*/1); in TEST_F() local
34 Node node_1{1, nullptr}; in TEST() local