/third_party/boost/boost/type_erasure/detail/ |
D | access.hpp | 43 struct access struct 47 table(const ::boost::type_erasure::any_base<Derived>& arg) in table() 53 table(const ::boost::type_erasure::param<Concept, T>& arg) in table() 59 table(const ::boost::type_erasure::param<Concept, T&>& arg) in table() 66 table(const ::boost::type_erasure::param<Concept, T&&>& arg) in table() 74 table(const ::boost::type_erasure::any_base< ::boost::type_erasure::any<Concept, T> >& arg) in table() 80 data(::boost::type_erasure::any_base< ::boost::type_erasure::any<Concept, T> >& arg) in data() 86 data(const ::boost::type_erasure::any_base< ::boost::type_erasure::any<Concept, T> >& arg) in data() 92 data(::boost::type_erasure::any_base< ::boost::type_erasure::any<Concept, T> >&& arg) in data() 99 data(::boost::type_erasure::any_base<Derived>& arg) in data() [all …]
|
/third_party/boost/boost/geometry/views/detail/ |
D | two_dimensional_view.hpp | 136 struct access struct 145 typedef typename geometry::coordinate_type<Point>::type coordinate_type; 149 > view_type; 151 static inline coordinate_type get(view_type const& view) in get() 156 static inline void set(view_type& view, coordinate_type const& value) in set() 163 struct access struct 172 typedef typename geometry::coordinate_type<Point>::type coordinate_type; 176 > view_type; 178 static inline coordinate_type get(view_type const& view) in get() 183 static inline void set(view_type& view, coordinate_type const& value) in set()
|
D | indexed_point_view.hpp | 96 struct access struct 101 typedef typename geometry::coordinate_type<Geometry>::type coordinate_type; 103 static inline coordinate_type get( in get() 109 static inline void set( in set()
|
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | point.hpp | 62 struct access<boost::polygon::point_data<CoordinateType>, 0> struct 64 typedef boost::polygon::point_data<CoordinateType> point_type; 66 static inline CoordinateType get(point_type const& p) in get() 71 static inline void set(point_type& p, CoordinateType const& value) in set() 79 struct access<boost::polygon::point_data<CoordinateType>, 1> struct 81 typedef boost::polygon::point_data<CoordinateType> point_type; 83 static inline CoordinateType get(point_type const& p) in get() 88 static inline void set(point_type& p, CoordinateType const& value) in set()
|
/third_party/boost/libs/geometry/test/concepts/ |
D | point_concept_checker.cpp | 38 template <> struct access<ro_point, 0> struct 40 static float get(ro_point const& p) { return p.x; } in get() 43 template <> struct access<ro_point, 1> struct 45 static float get(ro_point const& p) { return p.y; } in get() 56 template <> struct access<rw_point, 0> struct 58 static float get(rw_point const& p) { return p.x; } in get() 59 static void set(rw_point& p, float value) { p.x = value; } in set() 62 template <> struct access<rw_point, 1> struct 64 static float get(rw_point const& p) { return p.y; } in get() 65 static void set(rw_point& p, float value) { p.y = value; } in set()
|
D | point_without_dimension.cpp | 34 template <> struct access<point, 0> struct 36 static float get(point const& p) { return p.x; } in get() 37 static void set(point& p, float value) { p.x = value; } in set() 40 template <> struct access<point, 1> struct 42 static float get(point const& p) { return p.y; } in get() 43 static void set(point& p, float value) { p.y = value; } in set()
|
D | point_without_coordinate_type.cpp | 33 template <> struct access<point, 0> struct 35 static float get(point const& p) { return p.x; } in get() 36 static void set(point& p, float value) { p.x = value; } in set() 39 template <> struct access<point, 1> struct 41 static float get(point const& p) { return p.y; } in get() 42 static void set(point& p, float value) { p.y = value; } in set()
|
D | point_with_incorrect_dimension.cpp | 36 template <> struct access<point, 0> struct 38 static float get(point const& p) { return p.x; } in get() 39 static void set(point& p, float value) { p.x = value; } in set() 42 template <> struct access<point, 1> struct 44 static float get(point const& p) { return p.y; } in get() 45 static void set(point& p, float value) { p.y = value; } in set()
|
D | point_well_formed_traits.cpp | 52 struct access<point, 0> struct 54 static float get(point const& p) in get() 59 static void set(point& p, float value) in set() 66 struct access<point, 1> struct 68 static float get(point const& p) in get() 73 static void set(point& p, float value) in set()
|
D | point_without_setter.cpp | 33 template <> struct access<point, 0> struct 35 static float get(point const& p) { return p.x; } in get() 38 template <> struct access<point, 1> struct 40 static float get(point const& p) { return p.y; } in get()
|
D | point_without_getter.cpp | 33 template <> struct access<point, 0> struct 35 static void set(point& p, float value) { p.x = value; } in set() 38 template <> struct access<point, 1> struct 40 static void set(point& p, float value) { p.y = value; } in set()
|
/third_party/boost/libs/geometry/test/geometries/concepts/ |
D | check.cpp | 38 template <> struct access<ro_point, 0> struct 40 static float get(ro_point const& p) { return p.x; } in get() 43 template <> struct access<ro_point, 1> struct 45 static float get(ro_point const& p) { return p.y; } in get() 56 template <> struct access<rw_point, 0> struct 58 static float get(rw_point const& p) { return p.x; } in get() 59 static void set(rw_point& p, float value) { p.x = value; } in set() 62 template <> struct access<rw_point, 1> struct 64 static float get(rw_point const& p) { return p.y; } in get() 65 static void set(rw_point& p, float value) { p.y = value; } in set()
|
/third_party/boost/libs/geometry/test/test_common/ |
D | test_point.hpp | 65 template<> struct access<test::test_point, 0> struct 67 static inline const float& get(const test::test_point& p) in get() 72 static inline void set(test::test_point& p, const float& value) in set() 78 template<> struct access<test::test_point, 1> struct 80 static inline const float& get(const test::test_point& p) in get() 85 static inline void set(test::test_point& p, const float& value) in set() 91 template<> struct access<test::test_point, 2> struct 93 static inline const float& get(const test::test_point& p) in get() 98 static inline void set(test::test_point& p, const float& value) in set()
|
D | with_pointer.hpp | 54 struct access<test::test_point_xy, 0> struct 56 static double get(test::test_point_xy const& p) in get() 61 static void set(test::test_point_xy& p, double const& value) in set() 70 struct access<test::test_point_xy, 1> struct 72 static double get(test::test_point_xy const& p) in get() 77 static void set(test::test_point_xy& p, double const& value) in set()
|
/third_party/boost/boost/geometry/core/ |
D | access.hpp | 55 struct access struct 144 struct access struct 166 struct access<point_tag, Point, CoordinateType, Dimension, boost::false_type> struct 168 static inline CoordinateType get(Point const& point) in get() 172 static inline void set(Point& p, CoordinateType const& value) in set() 179 struct access<point_tag, Point, CoordinateType, Dimension, boost::true_type> struct 181 static inline CoordinateType get(Point const* point) in get() 185 static inline void set(Point* p, CoordinateType const& value) in set()
|
/third_party/boost/libs/geometry/example/ |
D | c07_custom_ring_pointer_example.cpp | 49 struct access<my_point, 0> struct 51 static double get(my_point const& p) in get() 56 static void set(my_point& p, double const& value) in set() 63 struct access<my_point, 1> struct 65 static double get(my_point const& p) in get() 70 static void set(my_point& p, double const& value) in set()
|
D | c05_custom_point_pointer_example.cpp | 50 struct access<my_point, 0> struct 52 static double get(my_point const& p) in get() 57 static void set(my_point& p, double const& value) in set() 64 struct access<my_point, 1> struct 66 static double get(my_point const& p) in get() 71 static void set(my_point& p, double const& value) in set()
|
/third_party/boost/boost/geometry/geometries/adapted/ |
D | boost_fusion.hpp | 115 struct access struct 125 typedef typename coordinate_type<Sequence>::type ctype; 127 static inline ctype get(Sequence const& point) in get() 133 static inline void set(Sequence& point, CoordinateType const& value) in set()
|
D | boost_tuple.hpp | 75 struct access struct 81 static inline T1 get( in get() 87 static inline void set( in set()
|
D | c_array.hpp | 79 struct access<CoordinateType[DimensionCount], Dimension> struct 81 static inline CoordinateType get(CoordinateType const p[DimensionCount]) in get() 86 static inline void set(CoordinateType p[DimensionCount], in set()
|
/third_party/boost/libs/geometry/test/test_geometries/ |
D | custom_lon_lat_point.hpp | 63 struct access<rw_lon_lat_point<CoordinateType, CoordinateSystem>, Dimension> struct 66 get(rw_lon_lat_point<CoordinateType, CoordinateSystem> const& p) in get() 72 void set(rw_lon_lat_point<CoordinateType, CoordinateSystem>& p, in set() 121 struct access<ro_lon_lat_point<CoordinateType, CoordinateSystem>, Dimension> struct 124 get(ro_lon_lat_point<CoordinateType, CoordinateSystem> const& p) in get()
|
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/ |
D | doxygen_5.cpp | 32 template <> struct access<legacy_point1, 0> struct 34 static double get(legacy_point1 const& p) { return p.x; } in get() 35 static void set(legacy_point1& p, double const& value) { p.x = value; } in set() 37 template <> struct access<legacy_point1, 1> struct 39 static double get(legacy_point1 const& p) { return p.y; } in get() 40 static void set(legacy_point1& p, double const& value) { p.y = value; } in set()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | variable.cc | 34 ast::Access access, in Variable() 47 ast::Access access, in LocalVariable() 58 ast::Access access, in GlobalVariable() 70 ast::Access access, in Parameter()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 105 MultisamplePixelBufferAccess getSubregion (const MultisamplePixelBufferAccess& access, int x, int y… in getSubregion() 110 MultisampleConstPixelBufferAccess getSubregion (const MultisampleConstPixelBufferAccess& access, in… in getSubregion() 215 tcu::Vec4 resolveMultisamplePixel (const MultisampleConstPixelBufferAccess& access, int x, int y) in resolveMultisamplePixel() 224 void clear (const MultisamplePixelBufferAccess& access, const tcu::Vec4& color) in clear() 229 void clear (const MultisamplePixelBufferAccess& access, const tcu::IVec4& color) in clear() 234 void clearDepth (const MultisamplePixelBufferAccess& access, float depth) in clearDepth() 239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) in clearStencil()
|
/third_party/alsa-utils/axfer/test/ |
D | generator.c | 48 static void *allocate_buf(snd_pcm_access_t access, in allocate_buf() 60 static void *allocate_vector(snd_pcm_access_t access, in allocate_vector() 88 static int fill_buf(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_buf() 107 static int fill_vector(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_vector() 149 snd_pcm_access_t access, in test_frame_count() 200 snd_pcm_access_t access, in test_samples_per_frame() 217 snd_pcm_access_t access) in test_sample_format()
|