reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
186 for (Item *I = B.Head; I; I = I->Next) { 186 for (Item *I = B.Head; I; I = I->Next) { 186 for (Item *I = B.Head; I; I = I->Next) { 187 LE.write<typename Info::hash_value_type>(I->Hash); 189 InfoObj.EmitKeyDataLength(Out, I->Key, I->Data); 189 InfoObj.EmitKeyDataLength(Out, I->Key, I->Data); 197 InfoObj.EmitKey(Out, I->Key, Len.first); 199 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); 199 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);