Searched refs:_IntPair (Results 1 – 1 of 1) sorted by relevance
23 struct _IntPair { struct29 uint32_t count = m_Buffer.GetSize() / sizeof(_IntPair); in SetAt() argument30 _IntPair* buf = (_IntPair*)m_Buffer.GetBuffer(); in SetAt()31 _IntPair pair = {key, value}; in SetAt()33 m_Buffer.AppendBlock(&pair, sizeof(_IntPair)); in SetAt()48 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair)); in SetAt()53 m_Buffer.GetSize() / sizeof(_IntPair), in Lookup()54 sizeof(_IntPair), _CompareInt); in Lookup()