Home
last modified time | relevance | path

Searched refs:variant_type (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/dports/devel/boost-libs/boost_1_72_0/libs/variant/test/
H A Dconst_ref_apply_visitor.cpp135 void test_const_ref_parameter2(const variant_type& test_var, const variant_type& test_var2) in test_const_ref_parameter2()
142 …st_ref_parameter4(const variant_type& test_var, const variant_type& test_var2, const variant_type&… in test_const_ref_parameter4()
160 void test_rvalue_parameter2(variant_type&& test_var, variant_type&& test_var2) in test_rvalue_parameter2()
167 void test_rvalue_parameter4(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_… in test_rvalue_parameter4()
203 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2) in test_cpp14_visitor()
211 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2, const variant_… in test_cpp14_visitor()
241 void test_cpp14_visitor(variant_type& test_var, variant_type& test_var2) in test_cpp14_visitor()
249 void test_cpp14_visitor(variant_type& test_var, variant_type& test_var2, variant_type& test_var3) in test_cpp14_visitor()
272 void test_cpp14_visitor(variant_type&& test_var, variant_type&& test_var2) in test_cpp14_visitor()
280 void test_cpp14_visitor(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_var3) in test_cpp14_visitor()
[all …]
H A Dhash_variant_test.cpp30 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
31 boost::hash<variant_type> hasher; in run()
33 variant_type bool_variant1 = true; in run()
34 variant_type bool_variant2 = false; in run()
35 variant_type int_variant = 1; in run()
36 variant_type char_variant1 = '\1'; in run()
37 variant_type char_variant2 = '\2'; in run()
38 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/devel/boost-docs/boost_1_72_0/libs/variant/test/
H A Dconst_ref_apply_visitor.cpp135 void test_const_ref_parameter2(const variant_type& test_var, const variant_type& test_var2) in test_const_ref_parameter2()
142 …st_ref_parameter4(const variant_type& test_var, const variant_type& test_var2, const variant_type&… in test_const_ref_parameter4()
160 void test_rvalue_parameter2(variant_type&& test_var, variant_type&& test_var2) in test_rvalue_parameter2()
167 void test_rvalue_parameter4(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_… in test_rvalue_parameter4()
203 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2) in test_cpp14_visitor()
211 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2, const variant_… in test_cpp14_visitor()
241 void test_cpp14_visitor(variant_type& test_var, variant_type& test_var2) in test_cpp14_visitor()
249 void test_cpp14_visitor(variant_type& test_var, variant_type& test_var2, variant_type& test_var3) in test_cpp14_visitor()
272 void test_cpp14_visitor(variant_type&& test_var, variant_type&& test_var2) in test_cpp14_visitor()
280 void test_cpp14_visitor(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_var3) in test_cpp14_visitor()
[all …]
H A Dhash_variant_test.cpp30 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
31 boost::hash<variant_type> hasher; in run()
33 variant_type bool_variant1 = true; in run()
34 variant_type bool_variant2 = false; in run()
35 variant_type int_variant = 1; in run()
36 variant_type char_variant1 = '\1'; in run()
37 variant_type char_variant2 = '\2'; in run()
38 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/devel/boost-python-libs/boost_1_72_0/libs/variant/test/
H A Dconst_ref_apply_visitor.cpp135 void test_const_ref_parameter2(const variant_type& test_var, const variant_type& test_var2) in test_const_ref_parameter2()
142 …st_ref_parameter4(const variant_type& test_var, const variant_type& test_var2, const variant_type&… in test_const_ref_parameter4()
160 void test_rvalue_parameter2(variant_type&& test_var, variant_type&& test_var2) in test_rvalue_parameter2()
167 void test_rvalue_parameter4(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_… in test_rvalue_parameter4()
203 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2) in test_cpp14_visitor()
211 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2, const variant_… in test_cpp14_visitor()
241 void test_cpp14_visitor(variant_type& test_var, variant_type& test_var2) in test_cpp14_visitor()
249 void test_cpp14_visitor(variant_type& test_var, variant_type& test_var2, variant_type& test_var3) in test_cpp14_visitor()
272 void test_cpp14_visitor(variant_type&& test_var, variant_type&& test_var2) in test_cpp14_visitor()
280 void test_cpp14_visitor(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_var3) in test_cpp14_visitor()
[all …]
H A Dhash_variant_test.cpp30 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
31 boost::hash<variant_type> hasher; in run()
33 variant_type bool_variant1 = true; in run()
34 variant_type bool_variant2 = false; in run()
35 variant_type int_variant = 1; in run()
36 variant_type char_variant1 = '\1'; in run()
37 variant_type char_variant2 = '\2'; in run()
38 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/devel/hyperscan/boost_1_75_0/libs/variant/test/
H A Dconst_ref_apply_visitor.cpp135 void test_const_ref_parameter2(const variant_type& test_var, const variant_type& test_var2) in test_const_ref_parameter2()
142 …st_ref_parameter4(const variant_type& test_var, const variant_type& test_var2, const variant_type&… in test_const_ref_parameter4()
160 void test_rvalue_parameter2(variant_type&& test_var, variant_type&& test_var2) in test_rvalue_parameter2()
167 void test_rvalue_parameter4(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_… in test_rvalue_parameter4()
203 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2) in test_cpp14_visitor()
211 void test_cpp14_visitor(const variant_type& test_var, const variant_type& test_var2, const variant_… in test_cpp14_visitor()
241 void test_cpp14_visitor(variant_type& test_var, variant_type& test_var2) in test_cpp14_visitor()
249 void test_cpp14_visitor(variant_type& test_var, variant_type& test_var2, variant_type& test_var3) in test_cpp14_visitor()
272 void test_cpp14_visitor(variant_type&& test_var, variant_type&& test_var2) in test_cpp14_visitor()
280 void test_cpp14_visitor(variant_type&& test_var, variant_type&& test_var2, variant_type&& test_var3) in test_cpp14_visitor()
[all …]
H A Dhash_variant_test.cpp30 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
31 boost::hash<variant_type> hasher; in run()
33 variant_type bool_variant1 = true; in run()
34 variant_type bool_variant2 = false; in run()
35 variant_type int_variant = 1; in run()
36 variant_type char_variant1 = '\1'; in run()
37 variant_type char_variant2 = '\2'; in run()
38 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DIntersection_traits_3.h140 boost::variant< typename K::Point_3 > variant_type;
148 boost::variant< typename K::Point_3 > variant_type;
155 boost::variant< typename K::Point_3 > variant_type;
260 boost::variant< typename K::Point_3 > variant_type;
268 boost::variant< typename K::Point_3 > variant_type;
276 boost::variant< typename K::Point_3 > variant_type;
284 boost::variant< typename K::Point_3 > variant_type;
292 boost::variant< typename K::Point_3 > variant_type;
300 boost::variant< typename K::Point_3 > variant_type;
308 boost::variant< typename K::Point_3 > variant_type;
[all …]
H A DIntersection_traits_2.h53 typedef typename boost::optional< variant_type > result_type;
72 typedef boost::optional<variant_type> result_type;
79 typedef typename boost::variant<typename K::Point_2> variant_type;
80 typedef boost::optional<variant_type> result_type;
85 typedef typename boost::variant<typename K::Point_2> variant_type;
86 typedef boost::optional<variant_type> result_type;
91 typedef typename boost::variant<typename K::Point_2> variant_type;
92 typedef boost::optional<variant_type> result_type;
101 typedef typename boost::optional < variant_type > result_type;
121 typedef boost::optional<variant_type> result_type;
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/variant/test/t/
H A Dunary_visitor.cpp35 variant_type var1(123);
36 variant_type var2(3.2);
37 variant_type var3("foo");
52 variant_type var1(123);
53 variant_type var2(3.2);
54 variant_type var3("foo");
69 variant_type var1(123);
70 variant_type var2(3.2);
71 variant_type var3("foo");
113 variant_type v;
[all …]
H A Dvariant.cpp271 variant_type v2{42};
272 variant_type v3{23};
400 variant_type a = 7;
401 variant_type b = 3;
436 variant_type a{1};
437 variant_type b{1};
438 variant_type c{2};
458 variant_type a{1};
459 variant_type b{1};
460 variant_type c{2};
[all …]
H A Dbinary_visitor_impl.hpp21 const variant_type a{7};
22 const variant_type b = 3;
61 variant_type a = 7;
62 variant_type b = 3;
63 variant_type c = 7.1;
64 variant_type d = 2.9;
81 variant_type a = 7;
82 variant_type b = 3;
83 variant_type c = 7.1;
170 variant_type a = 2;
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/test/
H A Dvariant.cpp27 REQUIRE(var.has_value(variant_type<nullvar_t>{})); in check_variant_empty()
31 nullvar_t null = var.value(variant_type<nullvar_t>{}); in check_variant_empty()
35 REQUIRE(var.optional_value(variant_type<nullvar_t>{})); in check_variant_empty()
36 REQUIRE(!var.optional_value(variant_type<int>{})); in check_variant_empty()
48 REQUIRE(var.has_value(variant_type<T>{})); in check_variant_value()
51 REQUIRE(var.value(variant_type<T>{}) == val); in check_variant_value()
58 REQUIRE(!var.optional_value(variant_type<nullvar_t>{})); in check_variant_value()
92 variant_t a(variant_type<int>{}, 5);
95 variant_t b(variant_type<double>{}, 3.0);
98 variant_t c(variant_type<debugger_type>{}, 42);
[all …]
/dports/devel/libopentracing/opentracing-cpp-1.6.0/include/opentracing/
H A Dvalue.h23 variant_type; typedef
25 class Value : public variant_type {
27 Value() noexcept : variant_type(nullptr) {} in Value()
28 Value(std::nullptr_t) noexcept : variant_type(nullptr) {} in Value()
34 Value(bool x) noexcept : variant_type(x) {} in Value()
50 Value(const char* s) noexcept : variant_type(s) {} in Value()
55 Value(const std::string& s) : variant_type(s) {} in Value()
56 Value(std::string&& s) : variant_type(std::move(s)) {} in Value()
59 Value(const Values& values) : variant_type(values) {} in Value()
60 Value(Values&& values) : variant_type(std::move(values)) {} in Value()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/variant/test/
H A Dhash_variant_test.cpp14 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
15 boost::hash<variant_type> hasher; in run()
17 variant_type bool_variant1 = true; in run()
18 variant_type bool_variant2 = false; in run()
19 variant_type int_variant = 1; in run()
20 variant_type char_variant1 = '\1'; in run()
21 variant_type char_variant2 = '\2'; in run()
22 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/variant/test/
H A Dhash_variant_test.cpp14 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
15 boost::hash<variant_type> hasher; in run()
17 variant_type bool_variant1 = true; in run()
18 variant_type bool_variant2 = false; in run()
19 variant_type int_variant = 1; in run()
20 variant_type char_variant1 = '\1'; in run()
21 variant_type char_variant2 = '\2'; in run()
22 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/databases/xtrabackup/boost_1_59_0/libs/variant/test/
H A Dhash_variant_test.cpp14 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
15 boost::hash<variant_type> hasher; in run()
17 variant_type bool_variant1 = true; in run()
18 variant_type bool_variant2 = false; in run()
19 variant_type int_variant = 1; in run()
20 variant_type char_variant1 = '\1'; in run()
21 variant_type char_variant2 = '\2'; in run()
22 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/databases/percona57-server/boost_1_59_0/libs/variant/test/
H A Dhash_variant_test.cpp14 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
15 boost::hash<variant_type> hasher; in run()
17 variant_type bool_variant1 = true; in run()
18 variant_type bool_variant2 = false; in run()
19 variant_type int_variant = 1; in run()
20 variant_type char_variant1 = '\1'; in run()
21 variant_type char_variant2 = '\2'; in run()
22 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/databases/percona57-client/boost_1_59_0/libs/variant/test/
H A Dhash_variant_test.cpp14 typedef boost::variant<bool, int, unsigned int, char> variant_type; in run() typedef
15 boost::hash<variant_type> hasher; in run()
17 variant_type bool_variant1 = true; in run()
18 variant_type bool_variant2 = false; in run()
19 variant_type int_variant = 1; in run()
20 variant_type char_variant1 = '\1'; in run()
21 variant_type char_variant2 = '\2'; in run()
22 variant_type uint_variant = static_cast<unsigned int>(1); in run()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/x3/support/ast/
H A Dvariant.hpp127 using variant_type = boost::variant<Types...>; typedef
139 … variant() BOOST_NOEXCEPT_IF(std::is_nothrow_default_constructible<variant_type>::value) : var() {} in BOOST_NOEXCEPT_IF()
146 …explicit variant(T&& rhs) BOOST_NOEXCEPT_IF((std::is_nothrow_constructible<variant_type, T&&>::val…
149 …iant(variant const& rhs) BOOST_NOEXCEPT_IF(std::is_nothrow_copy_constructible<variant_type>::value) in BOOST_NOEXCEPT_IF()
152 …variant& rhs) BOOST_NOEXCEPT_IF((std::is_nothrow_constructible<variant_type, variant_type&>::value…
155 … variant(variant&& rhs) BOOST_NOEXCEPT_IF(std::is_nothrow_move_constructible<variant_type>::value) in BOOST_NOEXCEPT_IF()
164 …t& operator=(variant&& rhs) BOOST_NOEXCEPT_IF(std::is_nothrow_move_assignable<variant_type>::value) in operator =()
178 …variant& operator=(T&& rhs) BOOST_NOEXCEPT_IF((std::is_nothrow_assignable<variant_type, T&&>::valu… in operator =()
208 variant_type const& get() const BOOST_NOEXCEPT in get()
213 variant_type& get() BOOST_NOEXCEPT in get()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-ast/
H A Dgenerate_ast.py408 variant_type): argument
473 if variant_type is None:
479 elif isinstance(variant_type, dict):
501 emit_call, variant_type)
950 if variant_type is None:
954 elif isinstance(variant_type, dict):
967 for field_name, field_ty in variant_type.items():
975 emit_call(2, variant_type, param)
980 if variant_type is None:
984 elif isinstance(variant_type, dict):
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-ast/
H A Dgenerate_ast.py408 variant_type): argument
473 if variant_type is None:
479 elif isinstance(variant_type, dict):
501 emit_call, variant_type)
950 if variant_type is None:
954 elif isinstance(variant_type, dict):
967 for field_name, field_ty in variant_type.items():
975 emit_call(2, variant_type, param)
980 if variant_type is None:
984 elif isinstance(variant_type, dict):
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-ast/
H A Dgenerate_ast.py408 variant_type): argument
473 if variant_type is None:
479 elif isinstance(variant_type, dict):
501 emit_call, variant_type)
950 if variant_type is None:
954 elif isinstance(variant_type, dict):
967 for field_name, field_ty in variant_type.items():
975 emit_call(2, variant_type, param)
980 if variant_type is None:
984 elif isinstance(variant_type, dict):
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-ast/
H A Dgenerate_ast.py408 variant_type): argument
473 if variant_type is None:
479 elif isinstance(variant_type, dict):
501 emit_call, variant_type)
950 if variant_type is None:
954 elif isinstance(variant_type, dict):
967 for field_name, field_ty in variant_type.items():
975 emit_call(2, variant_type, param)
980 if variant_type is None:
984 elif isinstance(variant_type, dict):
[all …]

12345678910>>...44