Home
last modified time | relevance | path

Searched defs:wrapper (Results 1 – 25 of 3600) sorted by relevance

12345678910>>...144

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dwrapper.hpp37 struct wrapper { struct
39 typedef typename traits_type::args_list args_list;
44 static decltype(auto) call(F& f, Args&&... args) { in call()
48 struct caller {
59 typedef typename traits_type::args_list args_list;
64 static decltype(auto) invoke(Args&&... args) { in invoke()
73 struct caller {
81 struct invoker {
94 typedef typename traits_type::args_list args_list;
118 struct caller {
[all …]
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Dwrapper.hpp37 struct wrapper { struct
39 typedef typename traits_type::args_list args_list;
44 static decltype(auto) call(F& f, Args&&... args) { in call()
48 struct caller {
59 typedef typename traits_type::args_list args_list;
64 static decltype(auto) invoke(Args&&... args) { in invoke()
73 struct caller {
81 struct invoker {
94 typedef typename traits_type::args_list args_list;
130 struct caller {
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dwrapper.hpp30 struct wrapper { struct
31 typedef lua_bind_traits<F> traits_type;
32 typedef typename traits_type::args_list args_list;
41 struct caller {
51 typedef lua_bind_traits<F> traits_type;
57 static decltype(auto) invoke(Args&&... args) { in invoke()
66 struct caller {
74 struct invoker {
84 typedef lua_bind_traits<F> traits_type;
106 struct caller {
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dwrapper.hpp30 struct wrapper { struct
31 typedef lua_bind_traits<F> traits_type;
32 typedef typename traits_type::args_list args_list;
41 struct caller {
51 typedef lua_bind_traits<F> traits_type;
57 static decltype(auto) invoke(Args&&... args) { in invoke()
66 struct caller {
74 struct invoker {
84 typedef lua_bind_traits<F> traits_type;
106 struct caller {
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/config/
H A Dwrapper.go120 type wrapper struct { struct
121 cfg Configuration
122 path string
123 evLogger events.Logger
124 myID protocol.DeviceID
125 queue chan modifyEntry
128 subs []Committer
129 mut sync.Mutex
170 func (w *wrapper) ConfigPath() string {
289 func (w *wrapper) serveSave() {
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Ddefine_assoc_struct_move.cpp12 struct wrapper struct
16 wrapper() : value(42) {} in wrapper() function
17 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() argument
18 wrapper(wrapper const& other) : value(other.value) {} in wrapper() function
20 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
21 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_tpl_struct_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() argument
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() argument
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() function
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_struct_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() argument
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() function
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_assoc_tpl_struct_move.cpp16 struct wrapper struct
20 wrapper() : value(42) {} in wrapper() argument
21 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
22 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
24 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
25 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_struct_inline_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() function
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_tpl_struct_inline_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() argument
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Ddefine_assoc_struct_move.cpp12 struct wrapper struct
16 wrapper() : value(42) {} in wrapper() argument
17 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() argument
18 wrapper(wrapper const& other) : value(other.value) {} in wrapper() function
20 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
21 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_struct_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() argument
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() argument
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() function
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_tpl_struct_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() function
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_assoc_tpl_struct_move.cpp16 struct wrapper struct
20 wrapper() : value(42) {} in wrapper() argument
21 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
22 wrapper(wrapper const& other) : value(other.value) {} in wrapper() function
24 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
25 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_tpl_struct_inline_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() function
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_struct_inline_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() function
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Ddefine_struct_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() function
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() argument
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() function
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_assoc_struct_move.cpp12 struct wrapper struct
16 wrapper() : value(42) {} in wrapper() function
17 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
18 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
20 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
21 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_tpl_struct_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() argument
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_assoc_tpl_struct_move.cpp16 struct wrapper struct
20 wrapper() : value(42) {} in wrapper() function
21 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() argument
22 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
24 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
25 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_struct_inline_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() function
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/sequence/
H A Ddefine_assoc_struct_move.cpp12 struct wrapper struct
16 wrapper() : value(42) {} in wrapper() function
17 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() function
18 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
20 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
21 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_struct_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() argument
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() argument
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() function
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument
H A Ddefine_tpl_struct_move.cpp11 struct wrapper struct
15 wrapper() : value(42) {} in wrapper() argument
16 wrapper(wrapper&& other) : value(other.value) { other.value = 0; } in wrapper() argument
17 wrapper(wrapper const& other) : value(other.value) {} in wrapper() argument
19 wrapper& operator=(wrapper&& other) { value = other.value; other.value = 0; return *this; } in operator =() argument
20 wrapper& operator=(wrapper const& other) { value = other.value; return *this; } in operator =() argument

12345678910>>...144