Home
last modified time | relevance | path

Searched defs:nothing (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/phoenix/core/
Dnothing.hpp29 struct nothing {}; struct
56 nothing_type const BOOST_ATTRIBUTE_UNUSED nothing = {{{}}}; variable
/third_party/boost/libs/hana/test/optional/
Drepresentation.cpp17 auto nothing = hana::nothing; in main() local
/third_party/boost/boost/hana/fwd/
Doptional.hpp343 constexpr optional<> nothing{}; variable
369 constexpr optional<> nothing{}; variable
/third_party/boost/libs/assign/test/
Dlist_of.cpp33 struct nothing struct
44 std::for_each( r.begin(), r.end(), nothing() ); in for_each() argument
/third_party/node/test/js-native-api/test_reference_double_free/
Dtest_reference_double_free.c7 static void Destructor(napi_env env, void* data, void* nothing) { in Destructor()
/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Dtest7.c96 new_clock_cb (GstBus * bus, GstMessage * msg, gpointer nothing) in new_clock_cb()
/third_party/boost/libs/hana/example/misc/
Dlambda_tuple.cpp218 auto go = [=](auto index, auto ...nothing) { in apply()
/third_party/boost/tools/quickbook/src/
Dgrammar_impl.hpp38 nothing = 0, enumerator
/third_party/python/Lib/unittest/test/
Dtest_case.py1740 def nothing(self): function
1765 def nothing(self): function
1792 def nothing(self): function
/third_party/cares/test/
Dares-test-mock.cc856 std::vector<byte> nothing; in TEST_P() local
900 std::vector<byte> nothing; in TEST_P() local
/third_party/ffmpeg/libavdevice/
Ddshow_capture.h52 static inline void nothing(void *foo) in nothing() function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationRegressionTest.java632 String nothing = ""; in Test4101940() local
/third_party/icu/icu4c/source/test/intltest/
Dregcoll.cpp712 UnicodeString nothing = ""; in Test4101940() local
/third_party/python/Lib/test/
Dtest_functools.py468 nothing = functools.partialmethod(capture) variable in TestPartialMethod.A