Searched refs:KeyAndValue (Results 1 – 1 of 1) sorted by relevance
211 for (auto &KeyAndValue : OffloadingData.StringData) { in write() local212 StrTab.add(KeyAndValue.getKey()); in write()213 StrTab.add(KeyAndValue.getValue()); in write()251 for (auto &KeyAndValue : OffloadingData.StringData) { in write() local253 StringEntry Map{Offset + StrTab.getOffset(KeyAndValue.getKey()), in write()254 Offset + StrTab.getOffset(KeyAndValue.getValue())}; in write()