Lines Matching defs:Tmp
142 Vector<uint32_t> Tmp;
144 AllFeatures.end(), std::inserter(Tmp, Tmp.begin()));
145 Cur.swap(Tmp);
190 std::string Line, Tmp;
195 ISS1 >> Tmp; // Name
196 ISS1 >> Tmp; // size:
197 assert(Tmp == "size:" && "Corrupt summary file");
200 ISS1 >> Tmp; // features:
201 assert(Tmp == "features:" && "Corrupt summary file");