Searched refs:_IntPair (Results 1 – 1 of 1) sorted by relevance
22 struct _IntPair { struct27 FX_DWORD count = m_Buffer.GetSize() / sizeof(_IntPair); in SetAt() argument28 _IntPair* buf = (_IntPair*)m_Buffer.GetBuffer(); in SetAt()29 _IntPair pair = {key, value}; in SetAt()31 m_Buffer.AppendBlock(&pair, sizeof(_IntPair)); in SetAt()46 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair)); in SetAt()50 m_Buffer.GetSize() / sizeof(_IntPair), in Lookup()51 sizeof(_IntPair), _CompareInt); in Lookup()