Searched refs:NameList (Results 1 – 6 of 6) sorted by relevance
17 class NameList<list<string> Names> :20 def Three : NameList<["Tom", "Dick", "Harry"]>;22 def One : NameList<["Jeffrey Sinclair"]>;
31 class NameList<list<string> Names> :34 def Three : NameList<["Tom", "Dick", "Harry"]>;36 def One : NameList<["Jeffrey Sinclair"]>;
101 std::vector<NListEntry> NameList; member
451 LEData.NameList.push_back(NLE); in dumpSymbols()
410 for (auto NLE : Obj.LinkEdit.NameList) { in writeNameList()
142 IO.mapOptional("NameList", LinkEditData.NameList); in mapping()