| /third_party/boost/boost/asio/detail/ |
| D | bind_handler.hpp | 81 binder1<Handler, Arg1>* this_handler) in asio_handler_allocate() 95 binder1<Handler, Arg1>* this_handler) in asio_handler_deallocate() 106 binder1<Handler, Arg1>* this_handler) in asio_handler_is_continuation() 115 binder1<Handler, Arg1>* this_handler) in asio_handler_invoke() 127 binder1<Handler, Arg1>* this_handler) in asio_handler_invoke() 200 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_allocate() 214 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_deallocate() 225 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_is_continuation() 234 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke() 246 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke() [all …]
|
| D | wrapped_handler.hpp | 207 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_allocate() argument 221 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_deallocate() argument 232 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_is_continuation() argument 241 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke() argument 255 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke() argument 268 rewrapped_handler<Handler, Context>* this_handler) in asio_handler_allocate() 282 rewrapped_handler<Handler, Context>* this_handler) in asio_handler_deallocate() 302 rewrapped_handler<Handler, Context>* this_handler) in asio_handler_invoke() 314 rewrapped_handler<Handler, Context>* this_handler) in asio_handler_invoke()
|
| D | handler_alloc_helpers.hpp | 120 hook_allocator(const hook_allocator<Handler, U>& a) in hook_allocator() 158 hook_allocator(const hook_allocator<Handler, U>& a) in hook_allocator()
|
| D | handler_work.hpp | 412 handler_work(Handler&, const IoExecutor& io_ex) BOOST_ASIO_NOEXCEPT in handler_work() argument
|
| /third_party/grpc/third_party/upb/tests/ |
| D | test_cpp.cc | 103 void Handler(const char *buf, size_t len) { in Handler() function in StringBufTesterVoidMethodNoHandlerDataNoHandle 121 void Handler(const char *buf, size_t len, const upb_bufhandle* handle) { in Handler() function in StringBufTesterVoidMethodNoHandlerDataWithHandle 140 void Handler(const int* hd, const char *buf, size_t len) { in Handler() function in StringBufTesterVoidMethodWithHandlerDataNoHandle 159 void Handler(const int* hd, const char* buf, size_t len, in Handler() function in StringBufTesterVoidMethodWithHandlerDataWithHandle 180 static void Handler(ME* t, const char *buf, size_t len) { in Handler() function in StringBufTesterVoidFunctionNoHandlerDataNoHandle 198 static void Handler(ME* t, const char* buf, size_t len, in Handler() function in StringBufTesterVoidFunctionNoHandlerDataWithHandle 218 static void Handler(ME* t, const int* hd, const char *buf, size_t len) { in Handler() function in StringBufTesterVoidFunctionWithHandlerDataNoHandle 237 static void Handler(ME* t, const int* hd, const char* buf, size_t len, in Handler() function in StringBufTesterVoidFunctionWithHandlerDataWithHandle 258 size_t Handler(const char *buf, size_t len) { in Handler() function in StringBufTesterSizeTMethodNoHandlerDataNoHandle 277 bool Handler(const char *buf, size_t len) { in Handler() function in StringBufTesterBoolMethodNoHandlerDataNoHandle [all …]
|
| /third_party/boost/boost/beast/core/impl/ |
| D | async_base.hpp | 61 async_base<Handler, Executor1, Allocator>* p) in asio_handler_invoke() 75 async_base<Handler, Executor1, Allocator>* p) in asio_handler_allocate() 89 async_base<Handler, Executor1, Allocator>* p) in asio_handler_deallocate() 102 async_base<Handler, Executor1, Allocator>* p) in asio_handler_is_continuation() 116 allocate_stable( in allocate_stable()
|
| /third_party/boost/boost/asio/impl/ |
| D | spawn.hpp | 115 coro_handler<Handler, T>* this_handler) in asio_handler_allocate() 129 coro_handler<Handler, T>* this_handler) in asio_handler_deallocate() 139 inline bool asio_handler_is_continuation(coro_handler<Handler, T>*) in asio_handler_is_continuation() 147 coro_handler<Handler, T>* this_handler) in asio_handler_invoke() 159 coro_handler<Handler, T>* this_handler) in asio_handler_invoke() 251 typename detail::coro_async_result<Handler, in async_result() 264 typename detail::coro_async_result<Handler, in async_result() 278 typename detail::coro_async_result<Handler, in async_result() 292 typename detail::coro_async_result<Handler, in async_result() 396 spawn_helper<Handler, Function1>* this_handler) in asio_handler_invoke() [all …]
|
| D | compose.hpp | 401 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_allocate() argument 415 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_deallocate() argument 426 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_is_continuation() argument 437 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_invoke() argument 450 composed_op<Impl, Work, Handler, Signature>* this_handler) in asio_handler_invoke() argument
|
| /third_party/flutter/skia/experimental/wasm-skp-debugger/ |
| D | serve.py | 11 class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler): class
|
| /third_party/flutter/skia/modules/pathkit/ |
| D | serve.py | 11 class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler): class
|
| /third_party/flutter/skia/specs/web-img-decode/proposed/ |
| D | serve.py | 11 class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler): class
|
| /third_party/flutter/skia/modules/canvaskit/ |
| D | serve.py | 11 class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler): class
|
| /third_party/grpc/src/csharp/Grpc.Core.Tests/ |
| D | PInvokeTest.cs | 116 private void Handler(bool success) in Handler() method in Grpc.Core.Tests.PInvokeTest
|
| /third_party/grpc/test/core/http/ |
| D | test_server.py | 40 class Handler(BaseHTTPServer.BaseHTTPRequestHandler): class
|
| /third_party/mingw-w64/mingw-w64-headers/include/ |
| D | ks.h | 347 #define DEFINE_KSPROPERTY_ITEM_GENERAL_COMPONENTID(Handler) \ argument 365 #define DEFINE_KSMETHOD_ITEM_STREAMIO_READ(Handler) \ argument 374 #define DEFINE_KSMETHOD_ITEM_STREAMIO_WRITE(Handler) \ argument 440 #define DEFINE_KSPROPERTY_ITEM_MEDIASEEKING_CAPABILITIES(Handler) \ argument 448 #define DEFINE_KSPROPERTY_ITEM_MEDIASEEKING_FORMATS(Handler) \ argument 465 #define DEFINE_KSPROPERTY_ITEM_MEDIASEEKING_POSITION(Handler) \ argument 473 #define DEFINE_KSPROPERTY_ITEM_MEDIASEEKING_STOPPOSITION(Handler) \ argument 481 #define DEFINE_KSPROPERTY_ITEM_MEDIASEEKING_POSITIONS(Handler) \ argument 490 #define DEFINE_KSPROPERTY_ITEM_MEDIASEEKING_DURATION(Handler) \ argument 498 #define DEFINE_KSPROPERTY_ITEM_MEDIASEEKING_AVAILABLE(Handler) \ argument [all …]
|
| /third_party/grpc/include/grpcpp/impl/codegen/ |
| D | async_generic_service.h | 147 Handler() { in Handler() function
|
| /third_party/grpc/tools/run_tests/python_utils/ |
| D | port_server.py | 142 class Handler(BaseHTTPRequestHandler): class
|
| /third_party/python/Lib/test/ |
| D | test_nntplib.py | 1493 class Handler(NNTPv1Handler): class 1500 class Handler(NNTPv1Handler): class 1507 class Handler(NNTPv1Handler): class 1514 class Handler(NNTPv1Handler): class 1525 class Handler(NNTPv1Handler): class
|
| D | test_socketserver.py | 385 class Handler(socketserver.StreamRequestHandler): class 406 class Handler(socketserver.StreamRequestHandler): class
|
| /third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ |
| D | _handler.py | 24 class Handler(_common.ServerRpcHandler): class
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | hrtimer.h | 109 typedef enum hrtimer_restart (*Handler)(struct hrtimer *); typedef
|
| /third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
| D | ntpoapi.h | 159 PPROCESSOR_IDLE_HANDLER Handler; member 207 PENTER_STATE_HANDLER Handler; member 218 PENTER_STATE_NOTIFY_HANDLER Handler; member
|
| D | portcls.h | 265 PCPFNPROPERTY_HANDLER Handler; member 294 PCPFNEVENT_HANDLER Handler; member 320 PCPFNMETHOD_HANDLER Handler; member
|
| /third_party/boost/boost/property_map/parallel/ |
| D | distributed_property_map.hpp | 326 typedef handle_message<basic_reduce<value_type> > Handler; in distributed_property_map() typedef
|
| /third_party/grpc/third_party/upb/upb/ |
| D | handlers.h | 32 template <class T> class Handler; variable
|