Home
last modified time | relevance | path

Searched defs:sub_range (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dsub_range.hpp141 class sub_range class
180 sub_range() in sub_range() function in boost::sub_range
184 sub_range(const sub_range& r) in sub_range() function in boost::sub_range
191 sub_range( in sub_range() function in boost::sub_range
202 sub_range( in sub_range() function in boost::sub_range
233 sub_range( Iter first, Iter last ) : in sub_range() function in boost::sub_range
/aosp_15_r20/trusty/user/app/storage/
Dblock_range.h96 const struct block_range sub_range) { in block_range_is_sub_range()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp352 VkImageSubresourceRange sub_range = view_state.normalized_subresource_range; in SetImageViewLayout() local