Searched refs:getNumRecords (Results 1 – 8 of 8) sorted by relevance
306 for (unsigned I = 0, E = getNumRecords(); I != E; ++I) { in StackMapV2Parser()331 uint32_t getNumRecords() const { in getNumRecords() function389 if (getNumRecords() == 0) in records_begin()399 if (getNumRecords() == 0) in records_end()401 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
307 for (unsigned I = 0, E = getNumRecords(); I != E; ++I) { in StackMapV1Parser()332 uint32_t getNumRecords() const { in getNumRecords() function390 if (getNumRecords() == 0) in records_begin()400 if (getNumRecords() == 0) in records_end()402 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
183 return reportStatus(recordingAllocator.getNumRecords() == 0); in test()215 const std::size_t numInitialRecords = recordingAllocator.getNumRecords(); in test()219 return reportStatus(numInitialRecords == recordingAllocator.getNumRecords()); in test()260 const std::size_t numInitialRecords = recordingAllocator.getNumRecords(); in test()264 return reportStatus(numInitialRecords == recordingAllocator.getNumRecords()); in test()
36 OS << "\nNum Records: " << SMP.getNumRecords(); in prettyPrintStackMap()
38 W.printNumber("Num Records", SMP.getNumRecords()); in prettyPrintStackMap()
150 std::size_t getNumRecords (void) const { return m_records.size(); } in getNumRecords() function in vk::AllocationCallbackRecorder
1522 if (recordingAllocator.getNumRecords() != 0u) in destroyNullHandleSwapchainTest()
1232 if (recordingAllocator.getNumRecords() != 0u) in destroyNullHandleSurfaceTest()