/third_party/boost/libs/gil/test/legacy/ |
D | pixel_iterator.cpp | 122 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/ |
D | is_allowed.hpp | 159 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/ |
D | mfc.hpp | 131 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/ |
D | reverse_iterator.cpp | 35 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/ |
D | test_reference.c | 165 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/ |
D | new_iterator_tests.hpp | 80 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/ |
D | pixel_iterator.hpp | 116 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/ |
D | scanner.hpp | 50 typename ScannerT::ref_t 224 iterator_traits<IteratorT>::reference ref_t; typedef in boost::spirit::scanner
|
/third_party/boost/boost/gil/ |
D | image_view_factory.hpp | 368 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/ |
D | microsoft.hpp | 574 >::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/ |
D | named_param_example.cpp | 24 keyword<struct ref_t> ref;
|
/third_party/flatbuffers/docs/source/ |
D | Tutorial.md | 2431 // as opposed to the `ref_t` suffix used during the construction of
|