Searched defs:MemoryRange (Results 1 – 3 of 3) sorted by relevance
49 MemoryRange() : data_(NULL), length_(0) {} in MemoryRange() function51 MemoryRange(const void* data, size_t length) { in MemoryRange() function
57 struct MemoryRange { struct in stg::btf::__anon04be08660111::Structs58 const char* start;59 const char* limit;
512 struct MemoryRange struct514 MemoryRange(VkDeviceSize offset_ = ~(VkDeviceSize)0, VkDeviceSize size_ = ~(VkDeviceSize)0) in MemoryRange() function520 VkDeviceSize offset;521 VkDeviceSize size;