Searched defs:AddEdge (Results 1 – 8 of 8) sorted by relevance
117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
94 Edge* State::AddEdge(const Rule* rule) { in AddEdge() function in State
84 void AddEdge(Node* from, Node* to, const char* name = nullptr) override { in AddEdge() function in node::heap::JSGraph
375 bool AddEdge(int x, int y) { in AddEdge() function in absl::synchronization_internal::GraphCyclesTest
431 inline OpResult CordRepBtree::AddEdge(bool owned, CordRep* edge, size_t delta) { in AddEdge() function in absl::cord_internal::CordRepBtree
42 static void AddEdge(CordRepBtree* node, CordRep* edge) { in AddEdge() function in absl::cord_internal::CordRepBtreeTestPeer