Searched defs:subrange (Results 1 – 4 of 4) sorted by relevance
135 MinidumpMemoryRange subrange = range.Subrange(0, 10); in TEST() local149 MinidumpMemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST() local177 MinidumpMemoryRange subrange = range.Subrange(location); in TEST() local
134 MemoryRange subrange = range.Subrange(0, 10); in TEST() local148 MemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST() local
688 public DataSpec subrange(long offset) { in subrange() method in DataSpec699 public DataSpec subrange(long offset, long length) { in subrange() method in DataSpec
1807 VkImageSubresourceRange subrange = {}; in ClearAllBuffers() local