Lines Matching refs:unordered_set
98 std::unordered_set<std::string> llkCheckStackSymbols;
108 std::unordered_set<std::string> llkIgnorelistProcess;
111 std::unordered_set<std::string> llkIgnorelistParent;
114 std::unordered_map<std::string, std::unordered_set<std::string>> llkIgnorelistParentAndChild;
116 std::unordered_set<std::string> llkIgnorelistUid;
120 std::unordered_set<std::string> llkIgnorelistStack;
629 std::string llkFormat(const std::unordered_set<std::string>& ignorelist) { in llkFormat()
639 const std::unordered_map<std::string, std::unordered_set<std::string>>& ignorelist, in llkFormat()
658 std::unordered_set<std::string> llkSplit(const std::string& prop, const std::string& def) { in llkSplit()
663 std::unordered_set<std::string> result; in llkSplit()
702 const std::unordered_set<std::string>& ignorelist = llkIgnorelistProcess) { in llkSkipName()
709 const std::unordered_set<std::string>& ignorelist = llkIgnorelistProcess) { in llkSkipProc()
718 const std::unordered_set<std::string>& llkSkipName( in llkSkipName()
720 const std::unordered_map<std::string, std::unordered_set<std::string>>& ignorelist) { in llkSkipName()
721 static const std::unordered_set<std::string> empty; in llkSkipName()
729 const std::unordered_map<std::string, std::unordered_set<std::string>>& in llkSkipPproc()
1358 std::move(parent), std::unordered_set<std::string>({std::move(child)}))); in llkInit()