Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 25 of 4981) sorted by relevance

12345678910>>...200

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp34 template <class U> using rebind = B1<U>; typedef
36 template <class U> struct rebind {typedef B1<U> other;};
51 template <class V> using rebind = D1<V, U>; typedef
53 template <class V> struct rebind {typedef D1<V, U> other;};
61 void rebind() {} in rebind() function
70 using rebind = void; typedef
79 static constexpr int rebind = 42; member
87 …static_assert((std::is_same<std::pointer_traits<A<int*> >::rebind<double*>, A<double*> >::value), … in main()
88 …static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), ""… in main()
89 …static_assert((std::is_same<std::pointer_traits<C<char, int> >::rebind<double>, C<double, int> >::… in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/heap/tools/
H A Dthroughput_benchmarks.cpp41 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<2> > > in run_benchmarks_immutable()
59 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<4> > > in run_benchmarks_immutable()
77 template rebind<boost::heap::d_ary_heap<long, boost::heap::arity<8> > > in run_benchmarks_immutable()
95 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_immutable()
104 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_immutable()
113 template rebind<boost::heap::pairing_heap<long> > in run_benchmarks_immutable()
122 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
131 template rebind<boost::heap::skew_heap<long> > in run_benchmarks_immutable()
189 template rebind<boost::heap::binomial_heap<long> > in run_benchmarks_mutable()
198 template rebind<boost::heap::fibonacci_heap<long> > in run_benchmarks_mutable()
[all …]
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/
H A Dtask.py63 auto_extract=True, rebind=None, inject=None, argument
68 auto_extract=auto_extract, rebind=rebind,
126 requires=None, auto_extract=True, rebind=None, revert=None, argument
143 mapping = self._build_arg_mapping(execute, requires, rebind,
145 self.rebind, exec_requires, self.optional = mapping
148 revert_mapping = self._build_arg_mapping(revert, requires, rebind,
151 revert_mapping = (self.rebind, exec_requires, self.optional)
176 auto_extract=True, rebind=None, inject=None): argument
200 rebind=rebind,
225 auto_extract=True, rebind=None, inject=None): argument
[all …]
H A Datom.py86 rebind = collections.OrderedDict(compat_zip(req_args, rebind_args))
91 rebind.update((a, a) for a in rebind_args[len(req_args):])
92 return rebind
253 auto_extract=True, rebind=None, inject=None, argument
268 self.rebind, exec_requires, self.optional = self._build_arg_mapping(
271 rebind=rebind, auto_extract=auto_extract,
279 rebind=revert_rebind or rebind,
292 def _build_arg_mapping(self, executor, requires=None, rebind=None, argument
301 rebind = collections.OrderedDict()
304 rebind.setdefault(arg_name, bound_name)
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gin/2.1.2/javadoc/
H A Dpackage-list5 com.google.gwt.inject.rebind
6 com.google.gwt.inject.rebind.adapter
7 com.google.gwt.inject.rebind.binding
8 com.google.gwt.inject.rebind.output
9 com.google.gwt.inject.rebind.reflect
10 com.google.gwt.inject.rebind.resolution
11 com.google.gwt.inject.rebind.util
/dports/devel/RStudio/javadoc/
H A Dpackage-list5 com.google.gwt.inject.rebind
6 com.google.gwt.inject.rebind.adapter
7 com.google.gwt.inject.rebind.binding
8 com.google.gwt.inject.rebind.output
9 com.google.gwt.inject.rebind.reflect
10 com.google.gwt.inject.rebind.resolution
11 com.google.gwt.inject.rebind.util

12345678910>>...200