Displaying 2 results from an estimated 2 matches for "prefixlist".
Did you mean:
prefixlists
2011 Feb 18
1
need help with public namespaces
...hianera,S=7563,W=7675:2,
? ? ??? 1298024956.M364817P13353.macchianera,S=7408,W=7524:2,S
? ??? dovecot-uidlist
? ??? dovecot.index
? ??? dovecot.index.cache
? ??? dovecot.index.log
? ??? dovecot.shared
? ??? maildirfolder
? ??? new
? ??? tmp
[some more folders snipped]
??? .root.prefixlists
? ??? cur
? ? ??? 1297754520.M277941P8395.macchianera,W=5249,S=5145:2,S
? ? ??? 1297842546.M981234P15941.macchianera,W=5228,S=5125:2,S
? ? ??? 1297917433.M507497P14667.macchianera,S=5266,W=5372:2,S
? ? ??? 1298003847.M913458P26002.macchianera,S=5170,W=5274:2,S
? ? ??? 1298021...
2009 Jan 02
0
[LLVMdev] TableGen crash
...t; << D.GenVariableName() << ");\n";
break;
case OptionType::Prefix:
O << Indent << "vec.push_back(\"" << Name << "\" + "
<< D.GenVariableName() << ");\n";
break;
case OptionType::PrefixList:
O << Indent << "for (" << D.GenTypeDeclaration()
<< "::iterator B = " << D.GenVariableName() << ".begin(),\n"
<< Indent << "E = " << D.GenVariableName() << ".end(); B != E; ++B)...