Searched refs:configIdIndexMaps_ (Results 1 – 4 of 4) 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()
381 GetReport().configIdIndexMaps_[id] = GetReport().configs_.size(); // setup index in LoadEventDesc()408 GetReport().configIdIndexMaps_[id] = GetReport().configs_.size(); // setup index in LoadAttrSection()
46 report_->configIdIndexMaps_.emplace(0u, 0u); // id 0 as config 0 in SetUp()
504 report_->configIdIndexMaps_[id] = report_->configs_.size(); // setup index in LoadEventDesc()