Home
last modified time | relevance | path

Searched refs:experimental (Results 1 – 25 of 1089) sorted by relevance

12345678910>>...44

/third_party/boost/libs/hana/test/experimental/types/
Ddrop_front.cpp17 hana::drop_front(hana::experimental::types<>{}, hana::size_c<0>), in main()
18 hana::experimental::types<>{} in main()
21 hana::drop_front(hana::experimental::types<>{}, hana::size_c<1>), in main()
22 hana::experimental::types<>{} in main()
26 hana::drop_front(hana::experimental::types<x<0>>{}, hana::size_c<0>), in main()
27 hana::experimental::types<x<0>>{} in main()
30 hana::drop_front(hana::experimental::types<x<0>>{}, hana::size_c<1>), in main()
31 hana::experimental::types<>{} in main()
34 hana::drop_front(hana::experimental::types<x<0>>{}, hana::size_c<2>), in main()
35 hana::experimental::types<>{} in main()
[all …]
Dequal.cpp16 hana::experimental::types<>{}, in main()
17 hana::experimental::types<>{} in main()
21 hana::experimental::types<x<0>>{}, in main()
22 hana::experimental::types<x<0>>{} in main()
26 hana::experimental::types<x<0>, x<1>, x<2>>{}, in main()
27 hana::experimental::types<x<0>, x<1>, x<2>>{} in main()
31 hana::experimental::types<>{}, in main()
32 hana::experimental::types<x<0>>{} in main()
36 hana::experimental::types<x<0>>{}, in main()
37 hana::experimental::types<>{} in main()
[all …]
Dtransform.cpp21 hana::transform(hana::experimental::types<>{}, undefined{}), in main()
22 hana::experimental::types<>{} in main()
28 hana::transform(hana::experimental::types<x<0>>{}, hana::metafunction<mf>), in main()
29 hana::experimental::types<mf<x<0>>::type>{} in main()
33 hana::transform(hana::experimental::types<x<0>, x<1>>{}, hana::metafunction<mf>), in main()
34 hana::experimental::types<mf<x<0>>::type, mf<x<1>>::type>{} in main()
38 hana::transform(hana::experimental::types<x<0>, x<1>, x<2>>{}, hana::metafunction<mf>), in main()
39 hana::experimental::types<mf<x<0>>::type, mf<x<1>>::type, mf<x<2>>::type>{} in main()
43 … hana::transform(hana::experimental::types<x<0>, x<1>, x<2>, x<3>>{}, hana::metafunction<mf>), in main()
44 … hana::experimental::types<mf<x<0>>::type, mf<x<1>>::type, mf<x<2>>::type, mf<x<3>>::type>{} in main()
[all …]
Dcontains.cpp18 hana::experimental::types<>{}, in main()
23 hana::experimental::types<x<0>>{}, in main()
27 hana::experimental::types<x<0>>{}, in main()
32 hana::experimental::types<x<0>, x<1>>{}, in main()
36 hana::experimental::types<x<0>, x<1>>{}, in main()
40 hana::experimental::types<x<0>, x<1>>{}, in main()
45 hana::experimental::types<x<0>, x<1>, x<2>>{}, in main()
49 hana::experimental::types<x<0>, x<1>, x<2>>{}, in main()
53 hana::experimental::types<x<0>, x<1>, x<2>>{}, in main()
57 hana::experimental::types<x<0>, x<1>, x<2>>{}, in main()
[all …]
Dat.cpp17 hana::at_c<0>(hana::experimental::types<x<0>>{}), in main()
22 hana::at_c<0>(hana::experimental::types<x<0>, x<1>>{}), in main()
26 hana::at_c<1>(hana::experimental::types<x<0>, x<1>>{}), in main()
31 hana::at_c<0>(hana::experimental::types<x<0>, x<1>, x<2>>{}), in main()
35 hana::at_c<1>(hana::experimental::types<x<0>, x<1>, x<2>>{}), in main()
39 hana::at_c<2>(hana::experimental::types<x<0>, x<1>, x<2>>{}), in main()
44 hana::at_c<0>(hana::experimental::types<x<0>, x<1>, x<2>, x<3>>{}), in main()
48 hana::at_c<1>(hana::experimental::types<x<0>, x<1>, x<2>, x<3>>{}), in main()
52 hana::at_c<2>(hana::experimental::types<x<0>, x<1>, x<2>, x<3>>{}), in main()
56 hana::at_c<3>(hana::experimental::types<x<0>, x<1>, x<2>, x<3>>{}), in main()
[all …]
Dunpack.cpp24 hana::unpack(hana::experimental::types<>{}, hana::metafunction<mf>), in main()
29 hana::unpack(hana::experimental::types<x<0>>{}, hana::metafunction<mf>), in main()
34 hana::unpack(hana::experimental::types<x<0>, x<1>>{}, hana::metafunction<mf>), in main()
39 hana::unpack(hana::experimental::types<x<0>, x<1>, x<2>>{}, hana::metafunction<mf>), in main()
44 … hana::unpack(hana::experimental::types<x<0>, x<1>, x<2>, x<3>>{}, hana::metafunction<mf>), in main()
49 … hana::unpack(hana::experimental::types<x<0>, x<1>, x<2>, x<3>, x<4>>{}, hana::metafunction<mf>), in main()
59 hana::unpack(hana::experimental::types<>{}, f), in main()
64 hana::unpack(hana::experimental::types<x<0>>{}, f), in main()
69 hana::unpack(hana::experimental::types<x<0>, x<1>>{}, f), in main()
74 hana::unpack(hana::experimental::types<x<0>, x<1>, x<2>>{}, f), in main()
[all …]
/third_party/grpc/test/cpp/end2end/
Dclient_interceptors_end2end_test.cc58 class HijackingInterceptor : public experimental::Interceptor {
60 HijackingInterceptor(experimental::ClientRpcInfo* info) { in HijackingInterceptor()
64 EXPECT_EQ(info->type(), experimental::ClientRpcInfo::Type::UNARY); in HijackingInterceptor()
67 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept()
70 experimental::InterceptionHookPoints::PRE_SEND_INITIAL_METADATA)) { in Intercept()
80 experimental::InterceptionHookPoints::PRE_SEND_MESSAGE)) { in Intercept()
90 experimental::InterceptionHookPoints::PRE_SEND_CLOSE)) { in Intercept()
94 experimental::InterceptionHookPoints::POST_RECV_INITIAL_METADATA)) { in Intercept()
100 experimental::InterceptionHookPoints::POST_RECV_MESSAGE)) { in Intercept()
109 experimental::InterceptionHookPoints::POST_RECV_STATUS)) { in Intercept()
[all …]
Dserver_interceptors_end2end_test.cc45 class LoggingInterceptor : public experimental::Interceptor {
47 LoggingInterceptor(experimental::ServerRpcInfo* info) { in LoggingInterceptor()
52 experimental::ServerRpcInfo::Type type = info->type(); in LoggingInterceptor()
63 (type == experimental::ServerRpcInfo::Type::UNARY || in LoggingInterceptor()
64 type == experimental::ServerRpcInfo::Type::BIDI_STREAMING)) || in LoggingInterceptor()
66 type == experimental::ServerRpcInfo::Type::CLIENT_STREAMING) || in LoggingInterceptor()
68 type == experimental::ServerRpcInfo::Type::SERVER_STREAMING) || in LoggingInterceptor()
70 type == experimental::ServerRpcInfo::Type::BIDI_STREAMING) || in LoggingInterceptor()
73 type == experimental::ServerRpcInfo::Type::BIDI_STREAMING)); in LoggingInterceptor()
76 void Intercept(experimental::InterceptorBatchMethods* methods) override { in Intercept()
[all …]
Dinterceptors_util.h32 class DummyInterceptor : public experimental::Interceptor {
36 virtual void Intercept(experimental::InterceptorBatchMethods* methods) { in Intercept()
38 experimental::InterceptionHookPoints::PRE_SEND_INITIAL_METADATA)) { in Intercept()
41 experimental::InterceptionHookPoints:: in Intercept()
45 experimental::InterceptionHookPoints::PRE_SEND_CANCEL)) { in Intercept()
71 : public experimental::ClientInterceptorFactoryInterface,
72 public experimental::ServerInterceptorFactoryInterface {
74 virtual experimental::Interceptor* CreateClientInterceptor( in CreateClientInterceptor()
75 experimental::ClientRpcInfo* /*info*/) override { in CreateClientInterceptor()
79 virtual experimental::Interceptor* CreateServerInterceptor( in CreateServerInterceptor()
[all …]
Dtest_service_impl.cc41 void MaybeEchoDeadline(experimental::ServerContextBase* context, in MaybeEchoDeadline()
52 void CheckServerAuthContext(const experimental::ServerContextBase* context, in CheckServerAuthContext()
118 void ServerTryCancelNonblocking(experimental::CallbackServerContext* context) { in ServerTryCancelNonblocking()
127 experimental::ServerUnaryReactor* CallbackTestServiceImpl::Echo( in Echo()
128 experimental::CallbackServerContext* context, const EchoRequest* request, in Echo()
130 class Reactor : public ::grpc::experimental::ServerUnaryReactor { in Echo()
133 experimental::CallbackServerContext* ctx, in Echo()
162 alarm_.experimental().Set( in Echo()
244 alarm_.experimental().Set( in Echo()
308 experimental::CallbackServerContext* const ctx_; in Echo()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc73 experimental_constrained_ceil, // llvm.experimental.constrained.ceil
74 experimental_constrained_cos, // llvm.experimental.constrained.cos
75 experimental_constrained_exp, // llvm.experimental.constrained.exp
76 experimental_constrained_exp2, // llvm.experimental.constrained.exp2
77 experimental_constrained_fadd, // llvm.experimental.constrained.fadd
78 experimental_constrained_fcmp, // llvm.experimental.constrained.fcmp
79 experimental_constrained_fcmps, // llvm.experimental.constrained.fcmps
80 experimental_constrained_fdiv, // llvm.experimental.constrained.fdiv
81 experimental_constrained_floor, // llvm.experimental.constrained.floor
82 experimental_constrained_fma, // llvm.experimental.constrained.fma
[all …]
/third_party/boost/boost/hana/experimental/
Dtypes.hpp33 namespace experimental { namespace
52 struct tag_of<experimental::types<T...>> {
53 using type = experimental::types_tag;
58 struct unpack_impl<hana::experimental::types_tag> {
62 static constexpr decltype(auto) apply(hana::experimental::types<T...> const&, F&& f) { in apply()
70 apply(hana::experimental::types<T...> const&, F const&) { return {}; } in apply()
75 struct transform_impl<hana::experimental::types_tag> {
79 static constexpr auto apply(hana::experimental::types<T...> const&, F&& f) in apply()
80 -> hana::experimental::types<typename decltype(+f(hana::type<T>{}))::type...> in apply()
86 static constexpr hana::experimental::types<typename F::template apply<T>::type...>
[all …]
Dview.hpp61 namespace experimental { namespace
204 struct unpack_impl<experimental::view_tag> {
208 apply(experimental::sliced_view_t<Sequence, i...> view, F&& f) { in apply()
216 apply(experimental::transformed_view_t<Sequence, F> view, G&& g) { in apply()
233 apply(experimental::joined_view_t<S1, S2> view, F&& f) { in apply()
243 static constexpr decltype(auto) apply(experimental::single_view_t<T> view, F&& f) { in apply()
249 static constexpr decltype(auto) apply(experimental::empty_view_t, F&& f) { in apply()
258 struct at_impl<experimental::view_tag> {
262 apply(experimental::sliced_view_t<Sequence, i...> view, N const&) { in apply()
271 apply(experimental::transformed_view_t<Sequence, F> view, N const& n) { in apply()
[all …]
/third_party/boost/libs/hana/test/experimental/view/transformed/
Dap.cpp25 auto transformed_storage = hana::experimental::transformed(storage, f); in main()
26 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main()
34 auto transformed_storage = hana::experimental::transformed(storage, f); in main()
35 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main()
43 auto transformed_storage = hana::experimental::transformed(storage, f); in main()
44 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main()
54 auto transformed_storage = hana::experimental::transformed(storage, f); in main()
55 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main()
63 auto transformed_storage = hana::experimental::transformed(storage, f); in main()
64 auto transformed_functions = hana::experimental::transformed(functions, hana::id); in main()
[all …]
Ddrop_front.cpp23 auto transformed = hana::experimental::transformed(storage, f); in main()
32 auto transformed = hana::experimental::transformed(storage, f); in main()
39 auto transformed = hana::experimental::transformed(storage, f); in main()
48 auto transformed = hana::experimental::transformed(storage, f); in main()
55 auto transformed = hana::experimental::transformed(storage, f); in main()
62 auto transformed = hana::experimental::transformed(storage, f); in main()
71 auto transformed = hana::experimental::transformed(storage, f); in main()
78 auto transformed = hana::experimental::transformed(storage, f); in main()
85 auto transformed = hana::experimental::transformed(storage, f); in main()
92 auto transformed = hana::experimental::transformed(storage, f); in main()
/third_party/boost/libs/hana/test/experimental/view/sliced/
Dunpack.cpp23 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int>); in main()
32 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int>); in main()
39 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int, 0>); in main()
48 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int>); in main()
55 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int, 0>); in main()
62 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int, 0, 1>); in main()
69 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int, 1>); in main()
76 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int, 1, 0>); in main()
85 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int>); in main()
92 auto sliced = hana::experimental::sliced(storage, hana::tuple_c<int, 0>); in main()
[all …]
/third_party/grpc/src/core/lib/iomgr/poller/
Deventmanager_libuv.cc25 grpc::experimental::LibuvEventManager::Options::Options() : num_workers_(-1) {} in Options()
26 grpc::experimental::LibuvEventManager::Options::Options(int num_workers) in Options()
29 grpc::experimental::LibuvEventManager::LibuvEventManager(const Options& options) in LibuvEventManager()
45 grpc::experimental::LibuvEventManager::~LibuvEventManager() { in ~LibuvEventManager()
52 void grpc::experimental::LibuvEventManager::RunWorkerLoop() { in RunWorkerLoop()
61 bool grpc::experimental::LibuvEventManager::ShouldStop() { in ShouldStop()
65 void grpc::experimental::LibuvEventManager::Shutdown() { in Shutdown()
79 void grpc::experimental::LibuvEventManager::ShutdownRef() { in ShutdownRef()
83 void grpc::experimental::LibuvEventManager::ShutdownUnref() { in ShutdownUnref()
/third_party/grpc/examples/cpp/keyvaluestore/
Dcaching_interceptor.h33 class CachingInterceptor : public grpc::experimental::Interceptor {
35 CachingInterceptor(grpc::experimental::ClientRpcInfo* info) {} in CachingInterceptor()
38 ::grpc::experimental::InterceptorBatchMethods* methods) override { in Intercept()
41 grpc::experimental::InterceptionHookPoints:: in Intercept()
51 grpc::experimental::InterceptionHookPoints::PRE_SEND_MESSAGE)) { in Intercept()
91 grpc::experimental::InterceptionHookPoints::PRE_SEND_CLOSE)) { in Intercept()
95 grpc::experimental::InterceptionHookPoints::PRE_RECV_MESSAGE)) { in Intercept()
101 grpc::experimental::InterceptionHookPoints::PRE_RECV_STATUS)) { in Intercept()
128 : public grpc::experimental::ClientInterceptorFactoryInterface {
130 grpc::experimental::Interceptor* CreateClientInterceptor( in CreateClientInterceptor()
[all …]
/third_party/boost/libs/hana/test/experimental/printable/
Dtype.cpp22 std::cout << hana::experimental::print(hana::type_c<void>) << std::endl; in main()
24 std::cout << hana::experimental::print(hana::type_c<int>) << std::endl; in main()
26 std::cout << hana::experimental::print(hana::type_c<int const>) << std::endl; in main()
28 std::cout << hana::experimental::print(hana::type_c<int&>) << std::endl; in main()
30 std::cout << hana::experimental::print(hana::type_c<int const&>) << std::endl; in main()
32 std::cout << hana::experimental::print(hana::type_c<int(&)[]>) << std::endl; in main()
34 std::cout << hana::experimental::print(hana::type_c<Template<void, char const*>>) << std::endl; in main()
Dtuple.cpp17 ss << hana::experimental::print(hana::make_tuple()); in main()
23 ss << hana::experimental::print(hana::make_tuple(1)); in main()
29 ss << hana::experimental::print(hana::make_tuple(1, 2)); in main()
35 ss << hana::experimental::print(hana::make_tuple(1, '2', "3456")); in main()
41 ss << hana::experimental::print(hana::make_tuple(1, '2', hana::make_tuple())); in main()
47 ss << hana::experimental::print(hana::make_tuple(1, '2', hana::make_tuple(3.3, '4'))); in main()
/third_party/grpc/test/cpp/common/
Dalts_util_test.cc35 std::unique_ptr<experimental::AltsContext> alts_context = in TEST()
36 experimental::GetAltsContextFromAuthContext(nullptr); in TEST()
45 std::unique_ptr<experimental::AltsContext> alts_context = in TEST()
46 experimental::GetAltsContextFromAuthContext(auth_context); in TEST()
58 std::unique_ptr<experimental::AltsContext> alts_context = in TEST()
59 experimental::GetAltsContextFromAuthContext(auth_context); in TEST()
71 std::unique_ptr<experimental::AltsContext> alts_context = in TEST()
72 experimental::GetAltsContextFromAuthContext(auth_context); in TEST()
105 std::unique_ptr<experimental::AltsContext> alts_context = in TEST()
106 experimental::GetAltsContextFromAuthContext(auth_context); in TEST()
[all …]
/third_party/boost/libs/outcome/doc/src/content/experimental/
Dmap.md20 <td style="vertical-align: top;"><tt>experimental::errc</tt> (almost identical)
24 <td style="vertical-align: top;"><tt>experimental::status_code_domain</tt>
28 <td style="vertical-align: top;"><tt>experimental::generic_code_domain</tt>
33 <li><tt>experimental::posix_code_domain</tt> (POSIX systems)<p>
34 <li><tt>experimental::win32_code_domain</tt> (Microsoft Windows)<p>
35 <li><tt>experimental::nt_code_domain</tt> (Microsoft Windows)
45 <li><tt>experimental::status_code&lt;DomainType&gt;</tt><p>
46 <li><tt>const experimental::status_code&lt;void&gt; &amp;</tt><p>
47 …<li><tt>experimental::status_code&lt;erased&lt;intptr_t&gt;&gt;</tt> (aliased to <tt>experimental:…
48 <li><tt>experimental::errored_status_code&lt;DomainType&gt;</tt><p>
[all …]
/third_party/typescript_eslint/packages/experimental-utils/
DCHANGELOG.md8 **Note:** Version bump only for package @typescript-eslint/experimental-utils
16 **Note:** Version bump only for package @typescript-eslint/experimental-utils
24 **Note:** Version bump only for package @typescript-eslint/experimental-utils
32 **Note:** Version bump only for package @typescript-eslint/experimental-utils
51 **Note:** Version bump only for package @typescript-eslint/experimental-utils
59 **Note:** Version bump only for package @typescript-eslint/experimental-utils
70 * **experimental-utils:** treat RuleTester arrays as readonly ([#2601](https://github.com/typescrip…
78 **Note:** Version bump only for package @typescript-eslint/experimental-utils
97 **Note:** Version bump only for package @typescript-eslint/experimental-utils
105 **Note:** Version bump only for package @typescript-eslint/experimental-utils
[all …]
/third_party/grpc/include/grpcpp/impl/codegen/
Dcall.h26 namespace experimental {
50 experimental::ClientRpcInfo* rpc_info) in Call()
58 int max_receive_message_size, experimental::ServerRpcInfo* rpc_info) in Call()
74 experimental::ClientRpcInfo* client_rpc_info() const { in client_rpc_info()
78 experimental::ServerRpcInfo* server_rpc_info() const { in server_rpc_info()
87 experimental::ClientRpcInfo* client_rpc_info_ = nullptr;
88 experimental::ServerRpcInfo* server_rpc_info_ = nullptr;
/third_party/grpc/test/cpp/interop/
Dclient_helper.h45 std::unique_ptr<experimental::ClientInterceptorFactoryInterface>>
69 class AdditionalMetadataInterceptor : public experimental::Interceptor {
75 void Intercept(experimental::InterceptorBatchMethods* methods) override { in Intercept()
77 experimental::InterceptionHookPoints::PRE_SEND_INITIAL_METADATA)) { in Intercept()
92 : public experimental::ClientInterceptorFactoryInterface {
98 experimental::Interceptor* CreateClientInterceptor( in CreateClientInterceptor()
99 experimental::ClientRpcInfo* /*info*/) override { in CreateClientInterceptor()

12345678910>>...44