Searched refs:taskTypeTable_ (Results 1 – 3 of 3) sorted by relevance
166 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.size(), 0);181 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.size(), 1);199 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.size(), 4);200 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.bucket_count(), 5);230 EXPECT_EQ(taskExecutorImpl_->taskTypeTable_.bucket_count(), 5);251 EXPECT_EQ(taskExecutorImpl.taskTypeTable_.size(), 0);
270 auto it = taskTypeTable_.find(type); in OnPreSyncTask()272 if (it == taskTypeTable_.end()) { in OnPreSyncTask()299 auto itFrom = taskTypeTable_.find(from); in DumpDeadSyncTask()300 auto itTo = taskTypeTable_.find(to); in DumpDeadSyncTask()302 ACE_DCHECK(itFrom != taskTypeTable_.end()); in DumpDeadSyncTask()303 ACE_DCHECK(itTo != taskTypeTable_.end()); in DumpDeadSyncTask()338 taskTypeTable_.emplace(type, info); in FillTaskTypeTable()
52 return taskTypeTable_[type].tid; in GetTid()93 std::unordered_map<TaskType, ThreadInfo> taskTypeTable_; variable