Searched defs:cost_id (Results 1 – 2 of 2) sorted by relevance
129 void Node::Initialize(int id, int cost_id, in Initialize()812 int cost_id = cost_node ? cost_node->cost_id() : id; in AllocateNode() local
84 int cost_id() const { return cost_id_; } in cost_id() function