Searched refs:add_node_count (Results 1 – 2 of 2) sorted by relevance
51 void IncrementNodeCount() { properties_.add_node_count(1); } in IncrementNodeCount()
167 void add_node_count(int count) { node_count_ += count; } in add_node_count() function