Searched refs:sortedSubThreadNodeIds_ (Results 1 – 2 of 2) sorted by relevance
771 sortedSubThreadNodeIds_.emplace_back(id); in SetNodePriorty()777 sortedSubThreadNodeIds_.clear(); in SortSubThreadNodesPriority()778 SetNodePriorty(sortedSubThreadNodeIds_, pendingPostNodes_); in SortSubThreadNodesPriority()779 SetNodePriorty(sortedSubThreadNodeIds_, pendingPostCardNodes_); in SortSubThreadNodesPriority()781 sortedSubThreadNodeIds_.sort([this](const auto& first, const auto& second) -> bool { in SortSubThreadNodesPriority()816 if (sortedSubThreadNodeIds_.size() > 0) { in PostUifistSubTasks()817 for (auto& id : sortedSubThreadNodeIds_) { in PostUifistSubTasks()822 sortedSubThreadNodeIds_.clear(); in PostUifistSubTasks()
234 std::list<NodeId> sortedSubThreadNodeIds_; variable