/third_party/boost/libs/context/test/ |
D | test_apply.cpp | 41 struct movable { struct 44 movable() = default; argument 46 movable( int k_) : in movable() argument 53 movable( movable && other) : in movable() argument 58 movable & operator=( movable && other) { in operator =() argument 65 int foo( int i, int j) const { in foo() 69 int operator()( int i, int j) const { in operator ()()
|
D | test_invoke.cpp | 41 struct movable { struct 44 movable() = default; argument 46 movable( int k_) : in movable() argument 53 movable( movable && other) : in movable() argument 58 movable & operator=( movable && other) { in operator =() argument 65 int foo( int i, int j) const { in foo() 69 int operator()( int i, int j) const { in operator ()()
|
/third_party/boost/libs/move/example/ |
D | movable.hpp | 22 class movable class 28 movable() : value_(1){} in movable() function in movable 31 movable(BOOST_RV_REF(movable) m) in movable() function in movable
|
/third_party/boost/libs/move/test/ |
D | adl_move_swap.cpp | 44 class movable : public swap_stats class 48 movable() {} in movable() function in movable 49 movable(BOOST_RV_REF(movable)) { ++move_cnstor_calls; } in movable() argument 50 movable & operator=(BOOST_RV_REF(movable)){ ++move_assign_calls; return *this; } in operator =() 51 friend void swap(movable &, movable &) { ++friend_swap_calls; } in swap() argument
|
D | move.cpp | 51 void function_value(movable) in function_value() argument 55 void function_ref(const movable &) in function_ref() 59 void function_ref(BOOST_RV_REF(movable)) in function_ref()
|
/third_party/boost/libs/geometry/index/test/ |
D | movable.hpp | 19 class movable class 25 movable() : value_(1){} in movable() function in movable 28 movable(BOOST_RV_REF(movable) m) in movable() function in movable
|
/third_party/boost/libs/unordered/test/objects/ |
D | test.hpp | 78 class movable : private counted_object class 87 explicit movable(int t1 = 0, int t2 = 0) : tag1_(t1), tag2_(t2) {} in movable() function in test::movable 89 movable(movable const& x) in movable() function in test::movable 95 movable(BOOST_RV_REF(movable) x) in movable() function in test::movable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | optional.h | 245 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; enumerator
|
/third_party/abseil-cpp/absl/types/internal/ |
D | optional.h | 245 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; enumerator
|
/third_party/skia/src/gpu/geometry/ |
D | GrAAConvexTessellator.h | 191 bool movable(int index) const { return fMovable[index]; } in movable() function
|
D | GrAAConvexTessellator.cpp | 85 bool movable, in addPt()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrAAConvexTessellator.h | 191 bool movable(int index) const { return fMovable[index]; } in movable() function
|
D | GrAAConvexTessellator.cpp | 75 bool movable, in addPt()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 318 FT_Bool movable; /* TRUE for ends of lineto borders */ member 426 FT_Bool movable ) in ft_stroke_border_lineto()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 319 FT_Bool movable; /* TRUE for ends of lineto borders */ member 427 FT_Bool movable ) in ft_stroke_border_lineto()
|
/third_party/freetype/src/base/ |
D | ftstroke.c | 318 FT_Bool movable; /* TRUE for ends of lineto borders */ member 426 FT_Bool movable ) in ft_stroke_border_lineto()
|