Searched defs:getNumRecords (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp150 std::size_t getNumRecords (void) const { return m_records.size(); } function in class:vk::AllocationCallbackRecorder
/external/llvm/include/llvm/Object/
H A DStackMapParser.h307 for (unsigned I = 0, E = getNumRecords(); I != E; ++I) {
332 uint32_t getNumRecords() const { function in class:llvm::StackMapV1Parser::LocationKind
390 if (getNumRecords() == 0)
400 if (getNumRecords() == 0)
402 return record_iterator(getRecord(getNumRecords() - 1).next());

Completed in 68 milliseconds