Home
last modified time | relevance | path

Searched refs:m_ItemCount (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp65 m_ItemCount(itemCount), in Enum()
119 const size_t m_ItemCount; member
128 size_t itemIndex = m_ItemCount; in PrintItem()
131 for(itemIndex = 0; itemIndex < m_ItemCount; ++itemIndex) in PrintItem()
141 if(value < m_ItemCount) in PrintItem()
147 if(itemIndex < m_ItemCount) in PrintItem()