Home
last modified time | relevance | path

Searched refs:DoNothing (Results 1 – 25 of 26) sorted by relevance

12

/third_party/grpc/test/cpp/microbenchmarks/
Dbm_closure.cc54 static void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function
61 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx)); in BM_ClosureInitAgainstExecCtx()
74 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, nullptr)); in BM_ClosureInitAgainstCombiner()
85 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureRun()
101 GRPC_CLOSURE_CREATE(DoNothing, nullptr, grpc_schedule_on_exec_ctx), in BM_ClosureCreateAndRun()
116 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx), in BM_ClosureInitAndRun()
127 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSchedOnExecCtx()
142 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched2OnExecCtx()
143 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched2OnExecCtx()
160 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched3OnExecCtx()
[all …]
Dbm_call_create.cc317 static void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function
456 op_.on_complete = GRPC_CLOSURE_INIT(&closure_, DoNothing, nullptr, in SendEmptyMetadata()
544 grpc_call_stack_init(channel_stack, 1, DoNothing, nullptr, &call_args)); in BM_IsolatedFilter()
/third_party/boost/libs/function/test/
Dallocator_test.cpp70 struct DoNothing: base struct
107 fv.assign( DoNothing<disable_small_object_optimization>(), counting_allocator<int>() ); in main()
113 fv.assign( DoNothing<enable_small_object_optimization>(), counting_allocator<int>() ); in main()
117 fv.assign( DoNothing<disable_small_object_optimization>(), std::allocator<int>() ); in main()
119 fv.assign( DoNothing<enable_small_object_optimization>(), std::allocator<int>() ); in main()
/third_party/boost/libs/signals2/test/
Ddeadlock_regression_test.cpp87 static void DoNothing() in DoNothing() function in SelfReference
100 obj->m_conDoNothing = signal->connect(Signal::slot_type(&SelfReference::DoNothing)); in Run()
/third_party/spirv-tools/test/
Dtimer_test.cpp42 TEST(MockTimer, DoNothing) { in TEST() argument
110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtimer_test.cpp42 TEST(MockTimer, DoNothing) { in TEST() argument
110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dtimer_test.cpp42 TEST(MockTimer, DoNothing) { in TEST() argument
110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
/third_party/boost/boost/property_tree/json_parser/detail/
Dnarrow_encoding.hpp79 transcode_codepoint(cur, end, DoNothing(), error_fn); in skip_codepoint()
141 struct DoNothing { struct
Dwide_encoding.hpp83 transcode_codepoint(cur, end, DoNothing(), error_fn); in skip_codepoint()
109 struct DoNothing { struct in boost::property_tree::json_parser::detail::wide_wide_encoding
Dparser.hpp71 DoNothing n; in have()
83 DoNothing n; in expect()
98 struct DoNothing { struct in boost::property_tree::json_parser::detail::source
/third_party/cef/libcef/browser/net/
Dcrlset_file_util_impl.cc20 base::as_bytes(base::make_span(crl_set_bytes)), base::DoNothing()); in UpdateCRLSet()
/third_party/cef/tests/cefclient/browser/
Droot_window.cc42 delegate_->CreateExtensionWindow(*it, CefRect(), nullptr, base::DoNothing(), in OnExtensionsChanged()
/third_party/cef/tests/ceftests/
Dthread_unittest.cc218 3, base::DoNothing(), in RunThreadTestOnOwnerThread()
385 3, base::DoNothing(), in OnProcessMessageReceived()
Ddevtools_message_unittest.cc284 ExecuteMethod("Page.navigate", params.str(), base::DoNothing(), in Navigate()
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.cc330 modifiers, base::DoNothing()); in DragTargetDragEnter()
385 modifiers, base::DoNothing()); in DragTargetDragOver()
456 base::DoNothing()); in DragTargetDrop()
/third_party/grpc/test/cpp/naming/
Dcancel_ares_query_test.cc103 void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function
109 GRPC_CLOSURE_INIT(&DoNothing_cb, DoNothing, nullptr, in ArgsFinish()
Dresolver_component_test.cc226 void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function
233 GRPC_CLOSURE_INIT(&DoNothing_cb, DoNothing, nullptr, in ArgsFinish()
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.cc265 void DoNothing() {} in DoNothing() function
Dcallback.h576 void PROTOBUF_EXPORT DoNothing();
/third_party/cef/include/base/
Dcef_callback_helpers.h207 class DoNothing {
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp996 void DoNothing (sWelsEncCtx* pointer) { in DoNothing() function
1045 DoNothing (m_pEncoderCtx); in AfterBuildRefList()
/third_party/abseil-cpp/absl/strings/
Dcord_test.cc80 static void DoNothing(absl::string_view /* data */, void* /* arg */) {} in DoNothing() function
635 "foo bar baz", [](absl::string_view s) { DoNothing(s, nullptr); }); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_test.cc95 static void DoNothing(absl::string_view /* data */, void* /* arg */) {} in DoNothing() function
723 "foo bar baz", [](absl::string_view s) { DoNothing(s, nullptr); }); in TEST_P()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1265 done_(::google::protobuf::NewPermanentCallback(&DoNothing)) {}
/third_party/chromium/patch/
D0004-3.2-Beta5.patch34041 - ui::EventFlagsToWebEventModifiers(event.flags()), base::DoNothing());
34043 + base::DoNothing());
34106 - ui::EventFlagsToWebEventModifiers(event.flags()), base::DoNothing());
34108 + base::DoNothing());
34172 return base::DoNothing();
34212 exit_drag.ReplaceClosure(base::DoNothing());
43944 config->profile, config->options, base::DoNothing(),

12