/third_party/boost/boost/geometry/algorithms/ |
D | clear.hpp | 38 namespace detail { namespace clear namespace 93 struct clear: not_implemented<Tag> struct 98 struct clear<Geometry, point_tag> struct 103 struct clear<Geometry, box_tag> struct 108 struct clear<Geometry, segment_tag> struct 113 struct clear<Geometry, linestring_tag> struct 118 struct clear<Geometry, ring_tag> struct 125 struct clear<Polygon, polygon_tag> struct 131 struct clear<Geometry, multi_tag> struct 143 struct clear struct [all …]
|
/third_party/boost/boost/fusion/mpl/detail/ |
D | clear.hpp | 31 struct clear<cons_tag> : mpl::identity<list<> > {}; struct 34 struct clear<map_tag> : mpl::identity<map<> > {}; struct 37 struct clear<set_tag> : mpl::identity<set<> > {}; struct 40 struct clear<vector_tag> : mpl::identity<vector<> > {}; struct 43 struct clear<deque_tag> : mpl::identity<deque<> > {}; struct
|
/third_party/boost/boost/fusion/algorithm/transformation/ |
D | clear.hpp | 18 struct clear struct 20 typedef vector0<> type; 27 clear(Sequence const& /*seq*/) in clear() function
|
/third_party/cef/include/internal/ |
D | cef_types_wrappers.h | 138 static inline void clear(struct_type* s) {} in clear() function 174 static inline void clear(struct_type* s) {} in clear() function 223 static inline void clear(struct_type* s) {} in clear() function 261 static inline void clear(struct_type* s) {} in clear() function 296 static inline void clear(struct_type* s) {} in clear() function 336 static inline void clear(struct_type* s) {} in clear() function 378 static inline void clear(struct_type* s) {} in clear() function 432 static inline void clear(struct_type* s) {} in clear() function 458 static inline void clear(struct_type* s) {} in clear() function 479 static inline void clear(struct_type* s) {} in clear() function [all …]
|
/third_party/boost/boost/spirit/home/support/char_set/ |
D | basic_chset.hpp | 54 clear(Char from, Char to) in clear() function 60 clear(Char c) in clear() function 66 clear() in clear() function 168 clear(Char from, Char to) in clear() function 175 clear(Char c) in clear() function 181 clear() in clear() function
|
D | range_run_impl.hpp | 118 range_run<Char>::clear(range_type const& range) in clear() function in boost::spirit::support::detail::range_run 179 range_run<Char>::clear() in clear() function in boost::spirit::support::detail::range_run
|
/third_party/boost/boost/geometry/core/ |
D | mutable_range.hpp | 48 struct clear struct 50 static inline void apply(typename rvalue_type<Range>::type range) in apply()
|
/third_party/mindspore/mindspore/nn/metrics/ |
D | error.py | 52 def clear(self): member in MAE 119 def clear(self): member in MSE
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_clear.c | 175 struct zink_framebuffer_clear_data *clear = NULL; in get_clear_data() local 222 …struct zink_framebuffer_clear_data *clear = get_clear_data(ctx, fb_clear, needs_rp ? scissor_state… in zink_clear() local 242 …struct zink_framebuffer_clear_data *clear = get_clear_data(ctx, fb_clear, needs_rp ? scissor_state… in zink_clear() local 334 struct zink_framebuffer_clear_data *clear = zink_fb_clear_element(color_clear, j); in zink_clear_framebuffer() local 350 struct zink_framebuffer_clear_data *clear = zink_fb_clear_element(zs_clear, j); in zink_clear_framebuffer() local 523 zink_fb_clear_util_unpack_clear_color(struct zink_framebuffer_clear_data *clear, enum pipe_format f… in zink_fb_clear_util_unpack_clear_color() 557 struct zink_framebuffer_clear_data *clear = zink_fb_clear_element(fb_clear, 0); in fb_clears_apply_internal() local 573 struct zink_framebuffer_clear_data *clear = zink_fb_clear_element(fb_clear, 0); in fb_clears_apply_internal() local 643 struct zink_framebuffer_clear_data *clear = zink_fb_clear_element(fb_clear, j); in zink_clear_apply_conditionals() local 674 struct zink_framebuffer_clear_data *clear = zink_fb_clear_element(fb_clear, j); in fb_clears_apply_or_discard_internal() local
|
/third_party/boost/libs/geometry/test/geometries/ |
D | custom_linestring.cpp | 69 struct clear< custom_linestring2<P> > struct 72 static inline void apply(custom_linestring2<P>& ls) { ls.resize(0); } in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Recycler.h | 68 void clear(AllocatorType &Allocator) { in clear() function 80 void clear(BumpPtrAllocator &) { FreeList = nullptr; } in clear() function
|
D | ArrayRecycler.h | 104 void clear(AllocatorType &Allocator) { in clear() function 115 void clear(BumpPtrAllocator&) { in clear() function
|
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | holes_proxy.hpp | 56 inline void clear() in clear() function 151 struct clear<adapt::bp::holes_proxy<Polygon> > struct 153 static inline void apply(adapt::bp::holes_proxy<Polygon> proxy) in apply()
|
D | ring_proxy.hpp | 145 void clear() in clear() function in boost::geometry::adapt::bp::ring_proxy 257 struct clear<adapt::bp::ring_proxy<Polygon> > struct 259 static inline void apply(adapt::bp::ring_proxy<Polygon> proxy) in apply()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Memory.cpp | 113 void clear(uint16_t *memory, uint16_t element, size_t count) in clear() function 127 void clear(uint32_t *memory, uint32_t element, size_t count) in clear() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.cpp | 22 void DWARFAbbreviationDeclarationSet::clear() { in clear() function in DWARFAbbreviationDeclarationSet 72 void DWARFDebugAbbrev::clear() { in clear() function in DWARFDebugAbbrev
|
/third_party/skia/src/gpu/ |
D | SurfaceFillContext.h | 32 void clear(const SkIRect& rect, const SkRGBA4f<AlphaType>& color) { in clear() function 37 template <SkAlphaType AlphaType> void clear(const SkRGBA4f<AlphaType>& color) { in clear() function
|
/third_party/boost/boost/mpl/ |
D | clear.hpp | 28 struct clear struct
|
/third_party/skia/src/sksl/ |
D | SkSLModifiersPool.h | 28 void clear() { in clear() function
|
/third_party/boost/libs/geometry/test/test_geometries/ |
D | all_custom_linestring.hpp | 47 struct clear<all_custom_linestring<Point> > struct 49 static inline void apply(all_custom_linestring<Point>& als) in apply()
|
D | all_custom_ring.hpp | 53 struct clear<all_custom_ring<Point> > struct 55 static inline void apply(all_custom_ring<Point>& acr) in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 92 void clear() { VarEntries.clear(); } in clear() function 116 void clear() { LabelInstr.clear(); } in clear() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntEqClasses.h | 50 void clear() { in clear() function
|
/third_party/boost/boost/fusion/adapted/boost_tuple/mpl/ |
D | clear.hpp | 19 struct clear<boost_tuple_tag> : mpl::identity<boost::tuple<> > {}; struct
|
/third_party/boost/boost/fusion/adapted/std_tuple/mpl/ |
D | clear.hpp | 19 struct clear<std_tuple_tag> : mpl::identity<std::tuple<> > {}; struct
|