Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Key

145         const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
146 data_type_builder ValueBuilder(Merged->Data[Key]);
147 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second,
221 internal_key_type Key = Info::GetInternalKey(EKey);
222 auto KeyHash = Info::ComputeHash(Key);
225 auto It = M->Data.find(Key);
234 auto It = HT.find_hashed(Key, KeyHash);
236 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(),
265 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
266 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, ResultBuilder);
285 void insert(typename WriterInfo::key_type_ref Key,
287 Gen.insert(Key, Data, Info);