Home
last modified time | relevance | path

Searched refs:Boo (Results 1 – 25 of 1651) sorted by relevance

12345678910>>...67

/dports/devel/p5-Inline-C/Inline-C-0.81/example/modules/Boo-2.01/t/
H A Dboo.t3 use Boo;
4 use Boo::Far;
5 use Boo::Far::Faz;
7 is Boo::boo(), "Hello from Boo", 'perl sub';
8 is Boo::Far::boofar(), "Hello from Boo::Far", 'inline c 1 deep';
9 is Boo::Far::Faz::boofarfaz(), "Hello from Boo::Far::Faz", 'inline c 2 deep';
10 is $Boo::VERSION, '2.01', 'Boo $VERSION';
11 is $Boo::Far::VERSION, '2.01', 'Boo::Far $VERSION';
12 is $Boo::Far::Faz::VERSION, '2.01', 'Boo::Far::Faz $VERSION';
/dports/devel/p5-Inline/Inline-0.86/example/modules/Boo-2.01/t/
H A Dboo.t2 use Boo;
3 use Boo::Far;
4 use Boo::Far::Faz;
8 my $str = Boo::boo();
10 if($str eq "Hello from Boo") {print "ok 1\n"}
16 $str = Boo::Far::boofar();
24 $str = Boo::Far::Faz::boofarfaz();
32 if($Boo::VERSION eq '2.01') {print "ok 4\n"}
34 warn "\$Boo::VERSION: $Boo::VERSION\n";
40 warn "\$Boo::Far::VERSION: $Boo::Far::VERSION\n";
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.NamedAndOptional/
H A DConformance.dynamic.namedandoptional.usage.delegate.cs105 Foo f = Boo; in MainMethod()
255 Foo f = Boo; in MainMethod()
448 Foo f = Boo; in MainMethod()
641 Foo f = Boo; in MainMethod()
753 Foo f = Boo; in MainMethod()
1176 eve += Boo; in MainMethod()
1254 eve += Boo; in MainMethod()
1333 eve += Boo; in MainMethod()
1456 eve += Boo; in MainMethod()
1535 eve += Boo; in MainMethod()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/databases/percona57-server/boost_1_59_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/databases/percona57-client/boost_1_59_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/devel/boost-libs/boost_1_72_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/devel/hyperscan/boost_1_75_0/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
H A Dwith_lock_guard_move.cpp68 class Boo { class
70 Boo(int a) : a_(a) { in Boo() function in Boo
73 Boo(Boo&& boo) : a_(boo.a_) { in Boo() function in Boo
82 BOOST_DELETED_FUNCTION(Boo(Boo&))
83 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&))
84 BOOST_DELETED_FUNCTION(Boo& operator=(Boo&&))
89 void func_with_3_arg(Boo&& boo_1, Boo&& boo_2, Boo&& boo_3) { in func_with_3_arg()
98 Boo boo_3(13); in test_real_movable()
101 m, func_with_3_arg, Boo(11), Boo(12), boost::move(boo_3) in test_real_movable()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/
H A D96999.cc35 struct Boo { struct
37 explicit Boo(int) noexcept {} in Boo() function
38 Boo(Boo &&) noexcept = default;
39 Boo &operator=(Boo &&) = default;
41 Boo() noexcept {} in Boo() argument
46 std::variant<Foo, Boo> g(int v, int x) { in g()
47 return v == 0 ? std::variant<Foo, Boo>{Foo{x}} : in g()
48 std::variant<Foo, Boo>{Boo{x}}; in g()
53 std::variant<std::variant<Foo, Boo>, std::string> err{std::string("aaa")}; in main()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/
H A D96999.cc35 struct Boo { struct
37 explicit Boo(int) noexcept {} in Boo() function
38 Boo(Boo &&) noexcept = default;
39 Boo &operator=(Boo &&) = default;
41 Boo() noexcept {} in Boo() argument
46 std::variant<Foo, Boo> g(int v, int x) { in g()
47 return v == 0 ? std::variant<Foo, Boo>{Foo{x}} : in g()
48 std::variant<Foo, Boo>{Boo{x}}; in g()
53 std::variant<std::variant<Foo, Boo>, std::string> err{std::string("aaa")}; in main()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/
H A D96999.cc35 struct Boo { struct
37 explicit Boo(int) noexcept {} in Boo() function
38 Boo(Boo &&) noexcept = default;
39 Boo &operator=(Boo &&) = default;
41 Boo() noexcept {} in Boo() argument
46 std::variant<Foo, Boo> g(int v, int x) { in g()
47 return v == 0 ? std::variant<Foo, Boo>{Foo{x}} : in g()
48 std::variant<Foo, Boo>{Boo{x}}; in g()
53 std::variant<std::variant<Foo, Boo>, std::string> err{std::string("aaa")}; in main()
/dports/devel/loki/loki-0.1.7/test/Register/
H A Dfoo.cpp22 Boo::Boo(){} in Boo() function in Boo
26 Boo::~Boo(){} in ~Boo()
30 void Boo::foo(){std::cout << "Boo::foo() called, this: " << this << "\n"; } in foo()
40 LOKI_CHECK_CLASS_IN_LIST( Boo, ClassList ) in LOKI_CHECK_CLASS_IN_LIST()
43 Base* createBoo(){ return new Boo; } in createBoo()
52 template<> bool RegisterFunction<Boo>() in RegisterFunction()
63 template<> bool UnRegisterFunction<Boo>() in UnRegisterFunction()
/dports/lang/ghc/ghc-8.10.7/utils/haddock/latex-test/src/ConstructorArgs/
H A DConstructorArgs.hs3 module ConstructorArgs (Foo(..), Boo(Foo, Foa, Fo, Fo'), pattern Bo, pattern Bo') where
23 data Boo where type
27 -> Boo -- ^ Make a `Boo`
30 Foa :: Int -> Boo
32 infixr 4 `Boo`
37 -> Boo -- ^ a 'Boo'
41 pattern Fo' :: Boo
49 -> Boo -- ^ a 'Boo' pattern
53 pattern Bo' :: Int -> String -> Boo
/dports/lang/ghc/ghc-8.10.7/utils/haddock/html-test/src/
H A DConstructorArgs.hs3 module ConstructorArgs (Foo(..), Boo(Foo, Foa, Fo, Fo'), pattern Bo, pattern Bo') where
23 data Boo where type
27 -> Boo -- ^ Make a `Boo`
30 Foa :: Int -> Boo
32 infixr 4 `Boo`
37 -> Boo -- ^ a 'Boo'
41 pattern Fo' :: Boo
49 -> Boo -- ^ a 'Boo' pattern
53 pattern Bo' :: Int -> String -> Boo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.Variance/
H A DConformance.dynamic.Variance.basic.cs306 void Boo(T t); in Boo() method
391 void Boo(T t); in Boo() method
446 T Boo(); in Boo() method
451 public T Boo() in Boo() method in ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.basic.integeregererfacecovar2.integeregererfacecovar2.Variance
531 T Boo(); in Boo() method
536 public T Boo() in Boo() method in ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.basic.integeregererfacecovar.integeregererfacecovar.Variance
844 void Boo(T t); in Boo() method
920 void Boo(T t); in Boo() method
967 T Boo(); in Boo() method
972 public T Boo() in Boo() method in ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.basic.integeregererfacecovar4.integeregererfacecovar4.Variance
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d265 static class Boo: IBoo in pr2243()
332 enum h14 = hashOf(new Boo); in pr2243()
334 enum h16 = hashOf([new Boo, new Boo, new Boo]); in pr2243()
335 enum h17 = hashOf([cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
341 auto h21 = hashOf(cast(Boo[3])[new Boo, new Boo, new Boo]); in pr2243()
342 auto h22 = hashOf(cast(IBoo[3])[cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
371 auto v14 = new Boo; in pr2243()
373 auto v16 = [new Boo, new Boo, new Boo]; in pr2243()
374 auto v17 = [cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]; in pr2243()
378 auto v21 = cast(Boo[3])[new Boo, new Boo, new Boo]; in pr2243()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d265 static class Boo: IBoo in pr2243()
332 enum h14 = hashOf(new Boo); in pr2243()
334 enum h16 = hashOf([new Boo, new Boo, new Boo]); in pr2243()
335 enum h17 = hashOf([cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
341 auto h21 = hashOf(cast(Boo[3])[new Boo, new Boo, new Boo]); in pr2243()
342 auto h22 = hashOf(cast(IBoo[3])[cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
371 auto v14 = new Boo; in pr2243()
373 auto v16 = [new Boo, new Boo, new Boo]; in pr2243()
374 auto v17 = [cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]; in pr2243()
378 auto v21 = cast(Boo[3])[new Boo, new Boo, new Boo]; in pr2243()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d265 static class Boo: IBoo in pr2243()
332 enum h14 = hashOf(new Boo); in pr2243()
334 enum h16 = hashOf([new Boo, new Boo, new Boo]); in pr2243()
335 enum h17 = hashOf([cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
341 auto h21 = hashOf(cast(Boo[3])[new Boo, new Boo, new Boo]); in pr2243()
342 auto h22 = hashOf(cast(IBoo[3])[cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
371 auto v14 = new Boo; in pr2243()
373 auto v16 = [new Boo, new Boo, new Boo]; in pr2243()
374 auto v17 = [cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]; in pr2243()
378 auto v21 = cast(Boo[3])[new Boo, new Boo, new Boo]; in pr2243()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d265 static class Boo: IBoo in pr2243()
332 enum h14 = hashOf(new Boo); in pr2243()
334 enum h16 = hashOf([new Boo, new Boo, new Boo]); in pr2243()
335 enum h17 = hashOf([cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
341 auto h21 = hashOf(cast(Boo[3])[new Boo, new Boo, new Boo]); in pr2243()
342 auto h22 = hashOf(cast(IBoo[3])[cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
371 auto v14 = new Boo; in pr2243()
373 auto v16 = [new Boo, new Boo, new Boo]; in pr2243()
374 auto v17 = [cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]; in pr2243()
378 auto v21 = cast(Boo[3])[new Boo, new Boo, new Boo]; in pr2243()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d265 static class Boo: IBoo in pr2243()
332 enum h14 = hashOf(new Boo); in pr2243()
334 enum h16 = hashOf([new Boo, new Boo, new Boo]); in pr2243()
335 enum h17 = hashOf([cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
341 auto h21 = hashOf(cast(Boo[3])[new Boo, new Boo, new Boo]); in pr2243()
342 auto h22 = hashOf(cast(IBoo[3])[cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
371 auto v14 = new Boo; in pr2243()
373 auto v16 = [new Boo, new Boo, new Boo]; in pr2243()
374 auto v17 = [cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]; in pr2243()
378 auto v21 = cast(Boo[3])[new Boo, new Boo, new Boo]; in pr2243()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d265 static class Boo: IBoo in pr2243()
332 enum h14 = hashOf(new Boo); in pr2243()
334 enum h16 = hashOf([new Boo, new Boo, new Boo]); in pr2243()
335 enum h17 = hashOf([cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
341 auto h21 = hashOf(cast(Boo[3])[new Boo, new Boo, new Boo]); in pr2243()
342 auto h22 = hashOf(cast(IBoo[3])[cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]); in pr2243()
371 auto v14 = new Boo; in pr2243()
373 auto v16 = [new Boo, new Boo, new Boo]; in pr2243()
374 auto v17 = [cast(IBoo)new Boo, cast(IBoo)new Boo, cast(IBoo)new Boo]; in pr2243()
378 auto v21 = cast(Boo[3])[new Boo, new Boo, new Boo]; in pr2243()
[all …]

12345678910>>...67