Home
last modified time | relevance | path

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

/third_party/musl/Benchmark/musl/
Dlibc_cxa_finalize.cpp14 static void DoNothing() {} in DoNothing() function
19 …__cxa_atexit(call, reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(DoNothing)), reinterpret_c… in Bm_function_cxa_finalize()
33 …__cxa_atexit(call, reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(DoNothing)), reinterpret_c… in Bm_function_cxa_finalize_dynamic()
/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/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/spirv-tools/test/
Dtimer_test.cpp42 TEST(MockTimer, DoNothing) { in TEST() argument
110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.cc265 void DoNothing() {} in DoNothing() function
Dcallback.h576 void PROTOBUF_EXPORT 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/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)) {}