Searched refs:configIdIndexMaps_ (Results 1 – 5 of 5) sorted by relevance
505 std::map<uint64_t, size_t> configIdIndexMaps_; // index of configNames_ variable512 HLOG_ASSERT_MESSAGE(configIdIndexMaps_.find(id) != configIdIndexMaps_.end(), in GetConfigIndex()514 return configIdIndexMaps_.at(id); in GetConfigIndex()
370 GetReport().configIdIndexMaps_[id] = GetReport().configs_.size(); // setup index in LoadEventDesc()397 GetReport().configIdIndexMaps_[id] = GetReport().configs_.size(); // setup index in LoadAttrSection()
146 report_->configIdIndexMaps_[id] = report_->configs_.size(); // setup index in LoadEventDesc()
143 report_->configIdIndexMaps_[id] = report_->configs_.size(); // setup index in LoadEventDesc()
46 report_->configIdIndexMaps_.emplace(0u, 0u); // id 0 as config 0 in SetUp()