Home
last modified time | relevance | path

Searched refs:verify_type (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/dports/devel/boost-docs/boost_1_72_0/libs/optional/test/
H A Doptional_test_make_optional.cpp29 void verify_type(Deduced) in verify_type() function
54 verify_type< optional<MoveOnly> >(make_optional(makeMoveOnly(2))); in test_make_optional_for_move_only_type()
55 verify_type< optional<MoveOnly> >(make_optional(true, makeMoveOnly(2))); in test_make_optional_for_move_only_type()
74 verify_type< optional< optional<int> > >(make_optional(oi)); in test_make_optional_for_optional()
75 verify_type< optional< optional<int> > >(make_optional(true, oi)); in test_make_optional_for_optional()
91 verify_type< optional< optional<int> > >(make_optional(make_optional(1))); in test_nested_make_optional()
92 verify_type< optional< optional<int> > >(make_optional(true, make_optional(true, 2))); in test_nested_make_optional()
H A Doptional_test_map.cpp29 void verify_type(Deduced) in verify_type() function
65 verify_type<optional<int> >(boost::move(om).map(get_val)); in test_map_move_only()
107 verify_type<optional<Int> >(oi.map(convert_t())); in test_map()
127 verify_type<optional<optional<Int> > >(o9.map(make_opt_int)); in test_map_optional()
145 verify_type<optional<bool> >(oi.map([](int i){ return i == 1; })); in test_map_with_lambda()
158 verify_type<optional<int&> >(oi.map(get_ref())); in test_map_to_ref()
171 verify_type<optional<int&> >(ori.map(get_int_ref)); in test_map_optional_ref()
H A Doptional_test_flat_map.cpp29 void verify_type(Deduced) in verify_type() function
50 verify_type< optional<Int> >(oi.flat_map(convert_t())); in test_flat_map_on_mutable_optional_with_function_object()
71 verify_type< optional<Int> >(oi.flat_map(convert_t())); in test_flat_map_on_const_optional_with_function_object()
93 verify_type< optional<Int> >(oi.flat_map([](int i){ return optional<Int>(i == 0, Int(i)); })); in test_flat_map_with_lambda()
121 verify_type< optional<int&> >(oi.flat_map(get_opt_ref())); in test_flat_map_obj_to_ref()
152 verify_type< optional<int&> >(orI.flat_map(get_opt_int_ref)); in test_flat_map_ref_to_ref()
187 verify_type<optional<optional<Int> > >(oi.flat_map(make_opt_int)); in test_flat_map_opt_opt()
243 verify_type<optional<int> >(boost::move(om).flat_map(get_val)); in test_flat_map_move_only()
/dports/devel/boost-python-libs/boost_1_72_0/libs/optional/test/
H A Doptional_test_make_optional.cpp29 void verify_type(Deduced) in verify_type() function
54 verify_type< optional<MoveOnly> >(make_optional(makeMoveOnly(2))); in test_make_optional_for_move_only_type()
55 verify_type< optional<MoveOnly> >(make_optional(true, makeMoveOnly(2))); in test_make_optional_for_move_only_type()
74 verify_type< optional< optional<int> > >(make_optional(oi)); in test_make_optional_for_optional()
75 verify_type< optional< optional<int> > >(make_optional(true, oi)); in test_make_optional_for_optional()
91 verify_type< optional< optional<int> > >(make_optional(make_optional(1))); in test_nested_make_optional()
92 verify_type< optional< optional<int> > >(make_optional(true, make_optional(true, 2))); in test_nested_make_optional()
H A Doptional_test_map.cpp29 void verify_type(Deduced) in verify_type() function
65 verify_type<optional<int> >(boost::move(om).map(get_val)); in test_map_move_only()
107 verify_type<optional<Int> >(oi.map(convert_t())); in test_map()
127 verify_type<optional<optional<Int> > >(o9.map(make_opt_int)); in test_map_optional()
145 verify_type<optional<bool> >(oi.map([](int i){ return i == 1; })); in test_map_with_lambda()
158 verify_type<optional<int&> >(oi.map(get_ref())); in test_map_to_ref()
171 verify_type<optional<int&> >(ori.map(get_int_ref)); in test_map_optional_ref()
H A Doptional_test_flat_map.cpp29 void verify_type(Deduced) in verify_type() function
50 verify_type< optional<Int> >(oi.flat_map(convert_t())); in test_flat_map_on_mutable_optional_with_function_object()
71 verify_type< optional<Int> >(oi.flat_map(convert_t())); in test_flat_map_on_const_optional_with_function_object()
93 verify_type< optional<Int> >(oi.flat_map([](int i){ return optional<Int>(i == 0, Int(i)); })); in test_flat_map_with_lambda()
121 verify_type< optional<int&> >(oi.flat_map(get_opt_ref())); in test_flat_map_obj_to_ref()
152 verify_type< optional<int&> >(orI.flat_map(get_opt_int_ref)); in test_flat_map_ref_to_ref()
187 verify_type<optional<optional<Int> > >(oi.flat_map(make_opt_int)); in test_flat_map_opt_opt()
243 verify_type<optional<int> >(boost::move(om).flat_map(get_val)); in test_flat_map_move_only()
/dports/devel/boost-libs/boost_1_72_0/libs/optional/test/
H A Doptional_test_make_optional.cpp29 void verify_type(Deduced) in verify_type() function
54 verify_type< optional<MoveOnly> >(make_optional(makeMoveOnly(2))); in test_make_optional_for_move_only_type()
55 verify_type< optional<MoveOnly> >(make_optional(true, makeMoveOnly(2))); in test_make_optional_for_move_only_type()
74 verify_type< optional< optional<int> > >(make_optional(oi)); in test_make_optional_for_optional()
75 verify_type< optional< optional<int> > >(make_optional(true, oi)); in test_make_optional_for_optional()
91 verify_type< optional< optional<int> > >(make_optional(make_optional(1))); in test_nested_make_optional()
92 verify_type< optional< optional<int> > >(make_optional(true, make_optional(true, 2))); in test_nested_make_optional()
H A Doptional_test_map.cpp29 void verify_type(Deduced) in verify_type() function
65 verify_type<optional<int> >(boost::move(om).map(get_val)); in test_map_move_only()
107 verify_type<optional<Int> >(oi.map(convert_t())); in test_map()
127 verify_type<optional<optional<Int> > >(o9.map(make_opt_int)); in test_map_optional()
145 verify_type<optional<bool> >(oi.map([](int i){ return i == 1; })); in test_map_with_lambda()
158 verify_type<optional<int&> >(oi.map(get_ref())); in test_map_to_ref()
171 verify_type<optional<int&> >(ori.map(get_int_ref)); in test_map_optional_ref()
H A Doptional_test_flat_map.cpp29 void verify_type(Deduced) in verify_type() function
50 verify_type< optional<Int> >(oi.flat_map(convert_t())); in test_flat_map_on_mutable_optional_with_function_object()
71 verify_type< optional<Int> >(oi.flat_map(convert_t())); in test_flat_map_on_const_optional_with_function_object()
93 verify_type< optional<Int> >(oi.flat_map([](int i){ return optional<Int>(i == 0, Int(i)); })); in test_flat_map_with_lambda()
121 verify_type< optional<int&> >(oi.flat_map(get_opt_ref())); in test_flat_map_obj_to_ref()
152 verify_type< optional<int&> >(orI.flat_map(get_opt_int_ref)); in test_flat_map_ref_to_ref()
187 verify_type<optional<optional<Int> > >(oi.flat_map(make_opt_int)); in test_flat_map_opt_opt()
243 verify_type<optional<int> >(boost::move(om).flat_map(get_val)); in test_flat_map_move_only()
/dports/devel/hyperscan/boost_1_75_0/libs/optional/test/
H A Doptional_test_make_optional.cpp29 void verify_type(Deduced) in verify_type() function
54 verify_type< optional<MoveOnly> >(make_optional(makeMoveOnly(2))); in test_make_optional_for_move_only_type()
55 verify_type< optional<MoveOnly> >(make_optional(true, makeMoveOnly(2))); in test_make_optional_for_move_only_type()
74 verify_type< optional< optional<int> > >(make_optional(oi)); in test_make_optional_for_optional()
75 verify_type< optional< optional<int> > >(make_optional(true, oi)); in test_make_optional_for_optional()
91 verify_type< optional< optional<int> > >(make_optional(make_optional(1))); in test_nested_make_optional()
92 verify_type< optional< optional<int> > >(make_optional(true, make_optional(true, 2))); in test_nested_make_optional()
H A Doptional_test_map.cpp29 void verify_type(Deduced) in verify_type() function
65 verify_type<optional<int> >(boost::move(om).map(get_val)); in test_map_move_only()
107 verify_type<optional<Int> >(oi.map(convert_t())); in test_map()
127 verify_type<optional<optional<Int> > >(o9.map(make_opt_int)); in test_map_optional()
145 verify_type<optional<bool> >(oi.map([](int i){ return i == 1; })); in test_map_with_lambda()
158 verify_type<optional<int&> >(oi.map(get_ref())); in test_map_to_ref()
171 verify_type<optional<int&> >(ori.map(get_int_ref)); in test_map_optional_ref()
H A Doptional_test_flat_map.cpp29 void verify_type(Deduced) in verify_type() function
50 verify_type< optional<Int> >(oi.flat_map(convert_t())); in test_flat_map_on_mutable_optional_with_function_object()
71 verify_type< optional<Int> >(oi.flat_map(convert_t())); in test_flat_map_on_const_optional_with_function_object()
93 verify_type< optional<Int> >(oi.flat_map([](int i){ return optional<Int>(i == 0, Int(i)); })); in test_flat_map_with_lambda()
121 verify_type< optional<int&> >(oi.flat_map(get_opt_ref())); in test_flat_map_obj_to_ref()
152 verify_type< optional<int&> >(orI.flat_map(get_opt_int_ref)); in test_flat_map_ref_to_ref()
187 verify_type<optional<optional<Int> > >(oi.flat_map(make_opt_int)); in test_flat_map_opt_opt()
243 verify_type<optional<int> >(boost::move(om).flat_map(get_val)); in test_flat_map_move_only()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/dispatchkit/
H A Dboxed_cast_helper.hpp56 static const T *verify_type(const Boxed_Value &ob, const std::type_info &ti, const T *ptr) { in verify_type() function
65 static T *verify_type(const Boxed_Value &ob, const std::type_info &ti, T *ptr) { in verify_type() function
79 return *static_cast<const Result *>(verify_type(ob, typeid(Result), ob.get_const_ptr())); in cast()
126 return *static_cast<const Result *>(verify_type(ob, typeid(Result), ob.get_const_ptr())); in cast()
138 return *static_cast<Result *>(verify_type(ob, typeid(Result), ob.get_ptr())); in cast()
148 return std::move(*static_cast<Result *>(verify_type(ob, typeid(Result), ob.get_ptr()))); in cast()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/dispatchkit/
H A Dboxed_cast_helper.hpp56 static const T *verify_type(const Boxed_Value &ob, const std::type_info &ti, const T *ptr) { in verify_type() function
65 static T *verify_type(const Boxed_Value &ob, const std::type_info &ti, T *ptr) { in verify_type() function
79 return *static_cast<const Result *>(verify_type(ob, typeid(Result), ob.get_const_ptr())); in cast()
126 return *static_cast<const Result *>(verify_type(ob, typeid(Result), ob.get_const_ptr())); in cast()
138 return *static_cast<Result *>(verify_type(ob, typeid(Result), ob.get_ptr())); in cast()
148 return std::move(*static_cast<Result *>(verify_type(ob, typeid(Result), ob.get_ptr()))); in cast()
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/test/
H A Dbig_extents.c44 static int verify_type(char *filename, MPI_Datatype type, in verify_type() function
107 ret = verify_type(filename, type, expected_extent, nocollective); in testtype()
114 ret = verify_type(filename, type, expected_extent, collective); in testtype()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/test/
H A Dbig_extents.c42 static int verify_type(char *filename, MPI_Datatype type, int64_t expected_extent, int do_coll) in verify_type() function
105 ret = verify_type(filename, type, expected_extent, nocollective); in testtype()
112 ret = verify_type(filename, type, expected_extent, collective); in testtype()
/dports/lang/swi-pl/swipl-8.2.3/packages/clpqr/clpq/
H A Ditf_q.pl70 verify_type(Ty,St,Y,Later,[]),
96 % verify_type(type(Type),strictness(Strict),Y,[OL|OLT],OLT)
102 verify_type(type(Type),strictness(Strict),Y) -->
104 verify_type(n,n,_) --> [].
/dports/lang/yap/yap-6.2.2/packages/clpqr/clpq/
H A Ditf_q.pl69 verify_type(Ty,St,Y,Later,[]),
95 % verify_type(type(Type),strictness(Strict),Y,[OL|OLT],OLT)
101 verify_type(type(Type),strictness(Strict),Y) -->
103 verify_type(n,n,_) --> [].
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/examples/python/
H A Dtypes.py160 def verify_type(target, options, type): function
312 verify_type(target, options, type)
320 verify_type(target, options, type)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/examples/python/
H A Dtypes.py160 def verify_type(target, options, type): function
312 verify_type(target, options, type)
320 verify_type(target, options, type)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/examples/python/
H A Dtypes.py160 def verify_type(target, options, type): function
312 verify_type(target, options, type)
320 verify_type(target, options, type)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/examples/python/
H A Dtypes.py160 def verify_type(target, options, type): function
312 verify_type(target, options, type)
320 verify_type(target, options, type)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/examples/python/
H A Dtypes.py160 def verify_type(target, options, type): function
312 verify_type(target, options, type)
320 verify_type(target, options, type)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/examples/python/
H A Dtypes.py160 def verify_type(target, options, type): function
312 verify_type(target, options, type)
320 verify_type(target, options, type)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/examples/python/
H A Dtypes.py160 def verify_type(target, options, type): function
312 verify_type(target, options, type)
320 verify_type(target, options, type)

12345678910>>...22