/third_party/boost/libs/hana/example/tutorial/ |
D | quickstart.switchAny.cpp | 28 auto default_ = case_<default_t>; variable 33 auto process(Any&, std::type_index const&, Default& default_) { in process() argument 34 return default_(); in process() 38 auto process(Any& a, std::type_index const& t, Default& default_, in process() argument 43 : process(a, t, default_, rest...); in process() 53 auto default_ = hana::find_if(cases, [](auto const& c) { in switch_() local 56 static_assert(default_ != hana::nothing, in switch_() 64 return process(a, a.type(), hana::second(*default_), rest...); in switch_() 82 default_([] { return "unknown"s; }) in main() 95 default_([]() -> long long { return 3ll; }) in main()
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | runner.hpp | 31 bool default_ = false; member in boost::beast::unit_test::runner 186 default_ = true; in run() 245 BOOST_ASSERT(default_ || ! name.empty()); in testcase() 247 BOOST_ASSERT(default_ || cond_); in testcase() 248 if(! default_) in testcase() 250 default_ = false; in testcase() 260 if(default_) in pass() 271 if(default_) in fail() 283 if(default_) in log()
|
/third_party/boost/boost/beast/_experimental/unit_test/ |
D | runner.hpp | 31 bool default_ = false; member in boost::beast::unit_test::runner 186 default_ = true; in run() 245 BOOST_ASSERT(default_ || ! name.empty()); in testcase() 247 BOOST_ASSERT(default_ || cond_); in testcase() 248 if(! default_) in testcase() 250 default_ = false; in testcase() 260 if(default_) in pass() 271 if(default_) in fail() 283 if(default_) in log()
|
/third_party/boost/boost/mpl/ |
D | has_xxx.hpp | 93 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF_(trait, name, default_) \ argument 109 template< typename T, typename fallback_ = boost::mpl::bool_<default_> > \ 168 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ argument 192 template< typename T, typename fallback_ = boost::mpl::bool_<default_> > \ 201 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_BCB_DEF(trait, trait_tester, name, default_) \ argument 220 template< typename T, typename fallback_ = boost::mpl::bool_<default_> > \ 227 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ argument 231 , default_ ) \ 236 # define BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(trait, name, default_) \ argument 237 template< typename T, typename fallback_ = boost::mpl::bool_<default_> > \ [all …]
|
/third_party/boost/boost/callable_traits/detail/ |
D | qualifier_flags.hpp | 42 constexpr qualifier_flags default_ = 0; variable 54 constexpr qualifier_flags lref_ = default_; 55 constexpr qualifier_flags rref_ = default_; 86 (std::is_const<T>::value ? const_ : default_) 87 | (std::is_volatile<T>::value ? volatile_ : default_)>; 93 : default_)>; 108 template<typename T> struct flag_map { static constexpr qualifier_flags value = default_; };
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | fill.cc | 34 default_ = param->num_dims_; in RunFill() 37 fill_value.s[0] = fill_value.s[1] = fill_value.s[2] = fill_value.s[3] = default_; in RunFill() 60 cl_int4 fill_value = {default_, default_, default_, default_}; in RunShape()
|
D | sparse_to_dense.cc | 38 fill_value.s[0] = fill_value.s[1] = fill_value.s[2] = fill_value.s[3] = default_; in InitOutputToDefault() 153 if (ocl_runtime_->SetKernelArg(kernel_, arg_cn++, default_) != CL_SUCCESS) { in SetConstArgs() 204 default_ = static_cast<float>(*reinterpret_cast<float16_t *>(input_tensor3->data())); in Prepare() 206 default_ = *reinterpret_cast<float *>(input_tensor3->data()); in Prepare() 208 MS_ASSERT(default_); in Prepare()
|
/third_party/icu/icu4c/source/config/ |
D | make2sh.sed | 16 s@^\(prefix\)=\(.*\)@default_\1=\2\ 17 if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@ 18 s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\ 19 if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
|
/third_party/flutter/skia/third_party/externals/icu/source/config/ |
D | make2sh.sed | 16 s@^\(prefix\)=\(.*\)@default_\1=\2\ 17 if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@ 18 s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\ 19 if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | make2sh.sed | 16 s@^\(prefix\)=\(.*\)@default_\1=\2\ 17 if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@ 18 s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\ 19 if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
|
/third_party/boost/tools/quickbook/src/ |
D | dependency_tracker.hpp | 34 default_ = 0, enumerator 48 void write_dependencies(fs::path const&, flags = default_); 49 void write_dependencies(std::ostream&, flags = default_);
|
D | collector.cpp | 33 collector::collector() : main(default_), top(default_) {} in collector()
|
/third_party/boost/boost/detail/ |
D | named_template_params.hpp | 146 default_##TYPE, Base, NamedTraits>::type type; \ 152 default_##TYPE, Base, Traits>::type type; \ 170 template <> struct default_generator<default_##TYPE> { \ 171 typedef default_##TYPE type; \
|
/third_party/boost/boost/fusion/sequence/io/detail/ |
D | manip.hpp | 98 print(char const* default_) const in print() 105 stream << default_; in print() 109 read(char const* default_) const in read() 123 while (*default_) in read() 124 check_delim(*default_++); in read()
|
/third_party/boost/boost/parameter/ |
D | keyword.hpp | 145 , ::boost::parameter::aux::default_<Tag,Default const> 149 return ::boost::parameter::aux::default_<Tag,Default const>(d); in operator |() 247 , ::boost::parameter::aux::default_<Tag,Default> 251 return ::boost::parameter::aux::default_<Tag,Default>(d); in operator |() 555 inline ::boost::parameter::aux::default_<Tag,Default const> 577 , ::boost::parameter::aux::default_<Tag,Default const> 582 return ::boost::parameter::aux::default_<Tag,Default const>(d); in operator |() 621 inline ::boost::parameter::aux::default_<Tag,Default> 643 , ::boost::parameter::aux::default_<Tag,Default> 648 return ::boost::parameter::aux::default_<Tag,Default>(d); in operator |()
|
/third_party/boost/libs/python/src/ |
D | object_protocol.cpp | 18 BOOST_PYTHON_DECL object getattr(object const& target, object const& key, object const& default_) in getattr() argument 24 return default_; in getattr() 49 BOOST_PYTHON_DECL object getattr(object const& target, char const* key, object const& default_) in getattr() argument 55 return default_; in getattr()
|
/third_party/boost/boost/parameter/aux_/ |
D | default.hpp | 15 struct default_ struct 17 inline BOOST_CONSTEXPR default_(Value& x) : value(x) in default_() argument
|
D | tagged_argument.hpp | 292 ::boost::parameter::aux::default_<key_type,Default> const& in operator []() 310 ::boost::parameter::aux::default_<KW,Default> const& x in operator []() 506 ::boost::parameter::aux::default_<key_type,Default> const& in operator []() 533 ::boost::parameter::aux::default_<KW,Default> const& x in operator []() 702 ::boost::parameter::aux::default_<KW,Default> const& x in get_with_default() 712 ::boost::parameter::aux::default_<key_type,Default> const& in get_with_default() 727 ::boost::parameter::aux::default_<KW,Default> const& x in operator []() 771 ::boost::parameter::aux::default_<key_type,Default> const& in operator []() 789 ::boost::parameter::aux::default_<KW,Default> const& x in operator []()
|
/third_party/boost/boost/lockfree/detail/ |
D | parameter.hpp | 62 template <typename bound_args, bool default_ = false> 69 mpl::bool_<default_>
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-fvar-table.hh | 137 void get_coordinates (float &min, float &default_, float &max) const in get_coordinates() 139 default_ = defaultValue / 65536.f; in get_coordinates() 141 min = hb_min (default_, minValue / 65536.f); in get_coordinates() 142 max = hb_max (default_, maxValue / 65536.f); in get_coordinates()
|
/third_party/harfbuzz/src/ |
D | hb-ot-var-fvar-table.hh | 137 void get_coordinates (float &min, float &default_, float &max) const in get_coordinates() 139 default_ = defaultValue / 65536.f; in get_coordinates() 141 min = hb_min (default_, minValue / 65536.f); in get_coordinates() 142 max = hb_max (default_, maxValue / 65536.f); in get_coordinates()
|
/third_party/boost/boost/accumulators/numeric/ |
D | functional.hpp | 478 struct default_ struct 480 typedef default_ type; argument 486 return default_::value; in operator T const&() 491 T const default_<T>::value = T(); 527 : mpl::if_<is_empty<T>, default_<T>, one<T> >::type 532 : mpl::if_<is_empty<T>, default_<T>, zero<T> >::type
|
/third_party/boost/libs/phoenix/test/statement/ |
D | switch_tests.cpp | 46 default_(cout << val("<any...>") << endl) in main() 71 default_(cout << val("<over 4>") << endl) in main()
|
/third_party/boost/boost/hana/fwd/ |
D | optional.hpp | 249 constexpr decltype(auto) value_or(U&& default_); 398 constexpr auto maybe = [](auto&& default_, auto&& f, auto&& m) -> decltype(auto) { 402 return forwarded(default_);
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | optional.hpp | 249 constexpr decltype(auto) value_or(U&& default_); 398 constexpr auto maybe = [](auto&& default_, auto&& f, auto&& m) -> decltype(auto) { 402 return forwarded(default_);
|