Searched refs:SuballocationVectorType (Results 1 – 1 of 1) sorted by relevance
6569 … typedef VmaVector< VmaSuballocation, VmaStlAllocator<VmaSuballocation> > SuballocationVectorType; typedef6588 SuballocationVectorType m_Suballocations0, m_Suballocations1;6592 …SuballocationVectorType& AccessSuballocations1st() { return m_1stVectorIndex ? m_Suballocations1 :… in AccessSuballocations1st()6593 …SuballocationVectorType& AccessSuballocations2nd() { return m_1stVectorIndex ? m_Suballocations0 :… in AccessSuballocations2nd()6594 …const SuballocationVectorType& AccessSuballocations1st() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations1st()6595 …const SuballocationVectorType& AccessSuballocations2nd() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations2nd()9929 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in Validate()9930 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in Validate()10074 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in GetUnusedRangeSizeMax()10099 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in GetUnusedRangeSizeMax()[all …]