Home
last modified time | relevance | path

Searched refs:ref_t (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/gil/test/legacy/
Dpixel_iterator.cpp122 using ref_t = view_t::reference; in test_pixel_iterator() typedef
124 using iterator_t = bit_aligned_pixel_iterator<ref_t>; in test_pixel_iterator()
135 ref_t p1 = *it; it++; in test_pixel_iterator()
136 ref_t p2 = *it; it++; in test_pixel_iterator()
137 ref_t p3 = *it; it++; in test_pixel_iterator()
138 ref_t p4 = *it; it++; in test_pixel_iterator()
139 ref_t p5 = *it; it++; in test_pixel_iterator()
140 ref_t p6 = *it; it++; in test_pixel_iterator()
141 ref_t p7 = *it; it++; in test_pixel_iterator()
142 ref_t p8 = *it; it++; in test_pixel_iterator()
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dis_allowed.hpp159 using ref_t = typename View::reference; in compare_channel_sizes() typedef
160 using channel_t = typename channel_traits<typename element_type<ref_t>::type>::value_type; in compare_channel_sizes()
203 using ref_t = typename View::reference; in compare_channel_sizes() typedef
204 using cs_t = typename channel_sizes_type<ref_t>::type; in compare_channel_sizes()
/third_party/boost/boost/range/
Dmfc.hpp131 typedef typename super_t::reference ref_t; typedef
151 ref_t dereference() const in dereference()
364 typedef typename super_t::reference ref_t; typedef
394 ref_t dereference() const in dereference()
464 typedef typename super_t::reference ref_t; typedef
485 ref_t dereference() const in dereference()
/third_party/boost/libs/stl_interfaces/example/
Dreverse_iterator.cpp35 using ref_t = typename std::iterator_traits<BidiIter>::reference; typedef
38 ref_t operator*() const { return *std::prev(it_); } in operator *()
/third_party/node/test/js-native-api/test_reference/
Dtest_reference.c165 napi_ref* ref_t = malloc(sizeof(napi_ref)); in ValidateDeleteBeforeFinalize() local
168 ref_t, in ValidateDeleteBeforeFinalize()
182 NAPI_CALL(env, napi_create_reference(env, wrapObject, 0, ref_t)); in ValidateDeleteBeforeFinalize()
/third_party/boost/boost/iterator/
Dnew_iterator_tests.hpp80 typedef typename std::iterator_traits<Iterator>::reference ref_t; in readable_iterator_test() typedef
81 ref_t r1 = *i1; in readable_iterator_test()
82 ref_t r2 = *i2; in readable_iterator_test()
/third_party/boost/boost/gil/concepts/
Dpixel_iterator.hpp116 using ref_t = typename std::remove_reference in constraints() typedef
120 using channel_t = typename element_type<ref_t>::type; in constraints()
/third_party/boost/boost/spirit/home/classic/core/scanner/
Dscanner.hpp50 typename ScannerT::ref_t
224 iterator_traits<IteratorT>::reference ref_t; typedef in boost::spirit::scanner
/third_party/boost/boost/gil/
Dimage_view_factory.hpp368 using ref_t = typename pixel_reference_type<channel_t,gray_layout_t,false,is_mutable>::type; typedef
374 using reference = mp11::mp_if_c<is_mutable, ref_t, value_type>;
504 using ref_t = typename pixel_reference_type<channel_t,gray_layout_t,false,is_mutable>::type; typedef
511 using reference = mp11::mp_if_c<is_mutable, ref_t, value_type>;
/third_party/boost/boost/range/detail/
Dmicrosoft.hpp574 >::type ref_t; typedef
585 ref_t
602 typedef typename super_t::reference ref_t; typedef
623 ref_t dereference() const in dereference()
/third_party/boost/libs/test/example/
Dnamed_param_example.cpp24 keyword<struct ref_t> ref;
/third_party/flatbuffers/docs/source/
DTutorial.md2431 // as opposed to the `ref_t` suffix used during the construction of