Searched refs:empty_range (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | empty.rst | 84 typedef range_c<int,0,0> empty_range; 87 BOOST_MPL_ASSERT( empty<empty_range> );
|
/third_party/spirv-tools/test/opt/ |
D | iterator_test.cpp | 259 auto empty_range = MakeFilterIteratorRange( in TEST() local 262 EXPECT_EQ(empty_range.begin(), empty_range.end()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | iterator_test.cpp | 259 auto empty_range = MakeFilterIteratorRange( in TEST() local 262 EXPECT_EQ(empty_range.begin(), empty_range.end()); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | iterator_test.cpp | 259 auto empty_range = MakeFilterIteratorRange( in TEST() local 262 EXPECT_EQ(empty_range.begin(), empty_range.end()); in TEST()
|
/third_party/boost/libs/hana/example/tutorial/ |
D | appendix_mpl.cpp | 428 using empty_range = range_c<int,0,0>; in main() typedef 430 static_assert(empty<empty_range>{}, ""); in main()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | compute_test.cpp | 309 D3D12_RANGE empty_range = { 0, 0 }; in get_buffer_data() local 310 readback_res->Unmap(0, &empty_range); in get_buffer_data()
|