Home
last modified time | relevance | path

Searched defs:movable (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/context/test/
Dtest_apply.cpp41 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 ()()
Dtest_invoke.cpp41 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/
Dmovable.hpp22 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/
Dadl_move_swap.cpp44 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
Dmove.cpp51 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/
Dmovable.hpp19 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/
Dtest.hpp78 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/
Doptional.h245 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; enumerator
/third_party/abseil-cpp/absl/types/internal/
Doptional.h245 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; enumerator
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.h191 bool movable(int index) const { return fMovable[index]; } in movable() function
DGrAAConvexTessellator.cpp85 bool movable, in addPt()
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexTessellator.h191 bool movable(int index) const { return fMovable[index]; } in movable() function
DGrAAConvexTessellator.cpp75 bool movable, in addPt()
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c318 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/
Dftstroke.c319 FT_Bool movable; /* TRUE for ends of lineto borders */ member
427 FT_Bool movable ) in ft_stroke_border_lineto()
/third_party/freetype/src/base/
Dftstroke.c318 FT_Bool movable; /* TRUE for ends of lineto borders */ member
426 FT_Bool movable ) in ft_stroke_border_lineto()