/third_party/boost/libs/asio/include/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()
|
/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()
|
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 512 unpackAndRun(HandlerT &Handler, std::tuple<TArgTs...> &Args) { in unpackAndRun() 519 static Error unpackAndRunAsync(HandlerT &Handler, ResponderT &Responder, in unpackAndRunAsync() 530 run(HandlerT &Handler, ArgTs &&... Args) { in run() 539 run(HandlerT &Handler, TArgTs... Args) { in run() 566 unpackAndRunHelper(HandlerT &Handler, ArgTuple &Args, in unpackAndRunHelper() 575 unpackAndRunAsyncHelper(HandlerT &Handler, ResponderT &Responder, in unpackAndRunAsyncHelper() 648 ResponseHandlerImpl(HandlerT Handler) : Handler(std::move(Handler)) {} in ResponseHandlerImpl() 683 ResponseHandlerImpl(HandlerT Handler) : Handler(std::move(Handler)) {} in ResponseHandlerImpl() 711 ResponseHandlerImpl(HandlerT Handler) : Handler(std::move(Handler)) {} in ResponseHandlerImpl() 746 ResponseHandlerImpl(HandlerT Handler) : Handler(std::move(Handler)) {} in ResponseHandlerImpl() [all …]
|
/third_party/boost/libs/beast/include/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/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() 397 spawn_helper<Handler, Function1>* this_handler) in asio_handler_invoke() [all …]
|
/third_party/boost/libs/asio/include/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() 397 spawn_helper<Handler, Function1>* this_handler) in asio_handler_invoke() [all …]
|
/third_party/cef/tests/ceftests/extensions/ |
D | extension_test_handler.cc | 40 class Handler : public CefRequestContextHandler { in RunTest() class 42 explicit Handler(ExtensionTestHandler* test_handler) in RunTest() function in ExtensionTestHandler::RunTest::Handler 79 class Handler : public CefRequestContextHandler { in RunTest() class 81 Handler() {} in RunTest() function in ExtensionTestHandler::RunTest::Handler
|
/third_party/cef/tests/cefclient/browser/ |
D | binding_test.cc | 21 class Handler : public CefMessageRouterBrowserSide::Handler { class 23 Handler() {} in Handler() function in client::binding_test::__anon30c7477f0111::Handler
|
D | window_test.cc | 60 class Handler : public CefMessageRouterBrowserSide::Handler { class 62 Handler() : runner_(CreateWindowTestRunner()) {} in Handler() function in client::window_test::__anona488a17c0111::Handler
|
D | dialog_test.cc | 93 class Handler : public CefMessageRouterBrowserSide::Handler { class 95 Handler() {} in Handler() function in client::dialog_test::__anona58736940111::Handler
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsClassStatic.js | 2 class Handler { class 28 function Handler() { class in Handler
|
/third_party/skia/tools/ |
D | serve_wasm.py | 14 class Handler(http.server.SimpleHTTPRequestHandler): class
|
/third_party/skia/specs/web-img-decode/proposed/ |
D | serve.py | 12 class Handler(http.server.SimpleHTTPRequestHandler): class
|
/third_party/flutter/skia/experimental/wasm-skp-debugger/ |
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/flutter/skia/specs/web-img-decode/proposed/ |
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/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsClassStatic.ts | 7 class Handler { class
|
/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 1869 class Handler : public CefV8Handler { in RunFunctionCreateTest() class 1871 Handler() {} in RunFunctionCreateTest() function in __anon3c62b0f30111::V8RendererTest::RunFunctionCreateTest::Handler 1915 class Handler : public CefV8Handler { in RunFunctionHandlerTest() class 1917 Handler() {} in RunFunctionHandlerTest() function in __anon3c62b0f30111::V8RendererTest::RunFunctionHandlerTest::Handler 1986 class Handler : public CefV8Handler { in RunFunctionHandlerExceptionTest() class 1988 Handler() {} in RunFunctionHandlerExceptionTest() function in __anon3c62b0f30111::V8RendererTest::RunFunctionHandlerExceptionTest::Handler 2032 class Handler : public CefV8Handler { in RunFunctionHandlerFailTest() class 2034 Handler() {} in RunFunctionHandlerFailTest() function in __anon3c62b0f30111::V8RendererTest::RunFunctionHandlerFailTest::Handler 2075 class Handler : public CefV8Handler { in RunFunctionHandlerNoObjectTest() class 2077 Handler() {} in RunFunctionHandlerNoObjectTest() function in __anon3c62b0f30111::V8RendererTest::RunFunctionHandlerNoObjectTest::Handler [all …]
|
/third_party/cef/tests/cefclient/renderer/ |
D | performance_test_tests.cc | 89 class Handler : public CefV8Handler { in PERF_TEST_FUNC() class 91 Handler() {} in PERF_TEST_FUNC() function in client::performance_test::__anon9210f55b0111::PERF_TEST_FUNC::Handler 111 class Handler : public CefV8Handler { in PERF_TEST_FUNC() class 113 Handler() {} in PERF_TEST_FUNC() function in client::performance_test::__anon9210f55b0111::PERF_TEST_FUNC::Handler 136 class Handler : public CefV8Handler { in PERF_TEST_FUNC() class 138 Handler() {} in PERF_TEST_FUNC() function in client::performance_test::__anon9210f55b0111::PERF_TEST_FUNC::Handler
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
D | CurrencyDataParser.java | 50 private static class Handler extends DefaultHandler { class in CurrencyDataParser 84 public Handler(boolean historic) { in Handler() method in CurrencyDataParser.Handler
|