Home
last modified time | relevance | path

Searched defs:move (Results 1 – 25 of 232) sorted by relevance

12345678910

/third_party/icu/icu4c/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
61 Derived move(std::move(*this)); in unit() local
83 Derived move(std::move(*this)); in adoptUnit() local
103 Derived move(std::move(*this)); in perUnit() local
123 Derived move(std::move(*this)); in adoptPerUnit() local
143 Derived move(std::move(*this)); in precision() local
158 Derived move(std::move(*this)); in roundingMode() local
174 Derived move(std::move(*this)); in grouping() local
188 Derived move(std::move(*this)); in integerWidth() local
202 Derived move(std::move(*this)); in symbols() local
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
59 Derived move(std::move(*this)); in numberFormatterBoth() local
77 Derived move(std::move(*this)); in numberFormatterFirst() local
95 Derived move(std::move(*this)); in numberFormatterFirst() local
113 Derived move(std::move(*this)); in numberFormatterSecond() local
131 Derived move(std::move(*this)); in numberFormatterSecond() local
147 Derived move(std::move(*this)); in collapse() local
161 Derived move(std::move(*this)); in identityFallback() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
61 Derived move(std::move(*this)); in unit() local
83 Derived move(std::move(*this)); in adoptUnit() local
103 Derived move(std::move(*this)); in perUnit() local
123 Derived move(std::move(*this)); in adoptPerUnit() local
143 Derived move(std::move(*this)); in precision() local
158 Derived move(std::move(*this)); in roundingMode() local
174 Derived move(std::move(*this)); in grouping() local
188 Derived move(std::move(*this)); in integerWidth() local
202 Derived move(std::move(*this)); in symbols() local
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
59 Derived move(std::move(*this)); in numberFormatterBoth() local
77 Derived move(std::move(*this)); in numberFormatterFirst() local
95 Derived move(std::move(*this)); in numberFormatterFirst() local
113 Derived move(std::move(*this)); in numberFormatterSecond() local
131 Derived move(std::move(*this)); in numberFormatterSecond() local
147 Derived move(std::move(*this)); in collapse() local
161 Derived move(std::move(*this)); in identityFallback() local
/third_party/node/deps/icu-small/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
61 Derived move(std::move(*this)); in unit() local
83 Derived move(std::move(*this)); in adoptUnit() local
103 Derived move(std::move(*this)); in perUnit() local
123 Derived move(std::move(*this)); in adoptPerUnit() local
143 Derived move(std::move(*this)); in precision() local
158 Derived move(std::move(*this)); in roundingMode() local
174 Derived move(std::move(*this)); in grouping() local
188 Derived move(std::move(*this)); in integerWidth() local
202 Derived move(std::move(*this)); in symbols() local
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
59 Derived move(std::move(*this)); in numberFormatterBoth() local
77 Derived move(std::move(*this)); in numberFormatterFirst() local
95 Derived move(std::move(*this)); in numberFormatterFirst() local
113 Derived move(std::move(*this)); in numberFormatterSecond() local
131 Derived move(std::move(*this)); in numberFormatterSecond() local
147 Derived move(std::move(*this)); in collapse() local
161 Derived move(std::move(*this)); in identityFallback() local
/third_party/boost/boost/move/
Dutility_core.hpp56 move(T& x) BOOST_NOEXCEPT in move() function
67 move(T& x) BOOST_NOEXCEPT in move() function
78 move(rv<T>& x) BOOST_NOEXCEPT in move() function
206 …BOOST_MOVE_FORCEINLINE typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOO… in move() function
212 …BOOST_MOVE_FORCEINLINE typename ::boost::move_detail::remove_reference<T>::type && move(T&& t) BOO… in move() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_fluent.cpp34 Derived move(std::move(*this)); in notation() local
51 Derived move(std::move(*this)); in unit() local
73 Derived move(std::move(*this)); in adoptUnit() local
93 Derived move(std::move(*this)); in perUnit() local
113 Derived move(std::move(*this)); in adoptPerUnit() local
133 Derived move(std::move(*this)); in precision() local
148 Derived move(std::move(*this)); in roundingMode() local
164 Derived move(std::move(*this)); in grouping() local
178 Derived move(std::move(*this)); in integerWidth() local
192 Derived move(std::move(*this)); in symbols() local
[all …]
Dnumrange_fluent.cpp40 Derived move(std::move(*this)); in numberFormatterBoth() local
58 Derived move(std::move(*this)); in numberFormatterBoth() local
76 Derived move(std::move(*this)); in numberFormatterFirst() local
94 Derived move(std::move(*this)); in numberFormatterFirst() local
112 Derived move(std::move(*this)); in numberFormatterSecond() local
130 Derived move(std::move(*this)); in numberFormatterSecond() local
146 Derived move(std::move(*this)); in collapse() local
160 Derived move(std::move(*this)); in identityFallback() local
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dvariant.hpp72 struct move struct in boost::beast::detail::variant
74 variant& self;
75 variant& other;
77 void operator()(mp11::mp_size_t<0>) in operator ()()
82 void operator()(I) in operator ()()
/third_party/boost/boost/beast/core/detail/
Dvariant.hpp72 struct move struct in boost::beast::detail::variant
74 variant& self;
75 variant& other;
77 void operator()(mp11::mp_size_t<0>) in operator ()()
82 void operator()(I) in operator ()()
/third_party/typescript/tests/cases/compiler/
DinterfacePropertiesWithSameName2.ts2 move(): void; method
17 move(): void; method in Mover
/third_party/boost/boost/fusion/algorithm/auxiliary/
Dmove.hpp68 struct move struct
78 move(Seq1&& src, Seq2& dest) in move() function
/third_party/typescript/tests/baselines/reference/
DtopLevel.js9 public move(xo:number,yo:number) { method in Point
36 Point.prototype.move = function (xo, yo) { method in Point
/third_party/libcoap/scripts/
Dapi-version-bump.sh20 move() { function
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dlower.c64 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_const() local
132 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_load() local
181 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_texture() local
235 ppir_node *move = ppir_node_create(block, ppir_op_mov, -1, 0); in ppir_lower_select() local
/third_party/boost/boost/hof/detail/
Dmove.hpp17 move(T&& x) noexcept in move() function
/third_party/libinput/test/
Dlitest-device-apple-magicmouse.c41 static struct input_event move[] = { variable
Dlitest-device-wacom-cintiq-13hdt-finger.c41 static struct input_event move[] = { variable
Dlitest-device-ms-surface-cover.c40 static struct input_event move[] = { variable
Dlitest-device-nexus4-touch-screen.c40 static struct input_event move[] = { variable
Dlitest-device-wacom-cintiq-pro-16-finger.c41 static struct input_event move[] = { variable
Dlitest-device-calibrated-touchscreen.c38 static struct input_event move[] = { variable
Dlitest-device-dell-canvas-totem-touch.c40 static struct input_event move[] = { variable
Dlitest-device-wacom-bamboo-2fg-pad.c33 static struct input_event move[] = { variable

12345678910