Searched refs:inputTypeCountMap_ (Results 1 – 2 of 2) sorted by relevance
32 inputTypeCountMap_.clear(); in ComponentTree()79 auto it = inputTypeCountMap_.find(type); in AddTypeInputCount()80 if (it != inputTypeCountMap_.end()) { in AddTypeInputCount()83 inputTypeCountMap_[type] = 1; in AddTypeInputCount()90 std::map<uint32_t, uint32_t> inputTypeCountMap_; variable
39 inputTypeCountMap_ = source->inputTypeCountMap_; in RecursUpdateInfo()