Searched refs:used_graph_count_ (Results 1 – 1 of 1) sorted by relevance
393 …ANode(func_graph), name_(""), has_default_(false), default_param_(nullptr), used_graph_count_(0) {} in Parameter()411 void IncreaseUsedGraphCount() { used_graph_count_++; } in IncreaseUsedGraphCount()412 void DecreaseUsedGraphCount() { used_graph_count_--; } in DecreaseUsedGraphCount()413 int used_graph_count() const { return used_graph_count_; } in used_graph_count()448 int used_graph_count_; variable504 size_t used_graph_count() const { return used_graph_count_; } in used_graph_count()505 void set_used_graph_count(size_t used_graph_count) { used_graph_count_ = used_graph_count; } in set_used_graph_count()527 size_t used_graph_count_{0};