/third_party/boost/boost/pfr/ |
D | functors.hpp | 49 typedef std::true_type is_transparent; typedef 64 typedef std::true_type is_transparent; typedef 77 typedef std::true_type is_transparent; typedef 92 typedef std::true_type is_transparent; typedef 105 typedef std::true_type is_transparent; typedef 120 typedef std::true_type is_transparent; typedef 133 typedef std::true_type is_transparent; typedef 148 typedef std::true_type is_transparent; typedef 162 typedef std::true_type is_transparent; typedef 177 typedef std::true_type is_transparent; typedef [all …]
|
/third_party/boost/libs/pfr/include/boost/pfr/ |
D | functors.hpp | 49 typedef std::true_type is_transparent; typedef 64 typedef std::true_type is_transparent; typedef 77 typedef std::true_type is_transparent; typedef 92 typedef std::true_type is_transparent; typedef 105 typedef std::true_type is_transparent; typedef 120 typedef std::true_type is_transparent; typedef 133 typedef std::true_type is_transparent; typedef 148 typedef std::true_type is_transparent; typedef 162 typedef std::true_type is_transparent; typedef 177 typedef std::true_type is_transparent; typedef [all …]
|
/third_party/boost/boost/multi_index/detail/ |
D | promotes_arg.hpp | 61 mpl::not_<is_transparent<F,Arg1,Arg2> >, 63 is_transparent<F,Arg2,Arg2> 70 mpl::not_<is_transparent<F,Arg1,Arg2> >, 72 is_transparent<F,Arg1,Arg1>
|
D | is_transparent.hpp | 32 struct is_transparent:mpl::true_{}; struct 90 struct is_transparent< struct 121 struct is_transparent< struct
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults.h | 71 using is_transparent = void; member 82 using is_transparent = void; member 114 using is_transparent = void; 121 using is_transparent = void;
|
D | common.h | 31 struct IsTransparent<T, absl::void_t<typename T::is_transparent>> 34 template <bool is_transparent>
|
D | raw_hash_set_benchmark.cc | 116 using is_transparent = void; typedef 119 using is_transparent = void; typedef
|
D | raw_hash_set_test.cc | 377 using is_transparent = void; typedef 380 using is_transparent = void; typedef 681 using is_transparent = void; typedef 688 using is_transparent = void; typedef 1739 using is_transparent = void; in TEST() typedef 1744 using is_transparent = void; in TEST() typedef
|
/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults.h | 71 using is_transparent = void; member 85 using is_transparent = void; member 112 using is_transparent = void; 119 using is_transparent = void;
|
D | common.h | 31 struct IsTransparent<T, absl::void_t<typename T::is_transparent>> 34 template <bool is_transparent>
|
D | raw_hash_set_test.cc | 331 using is_transparent = void; typedef 334 using is_transparent = void; typedef 559 using is_transparent = void; typedef 566 using is_transparent = void; typedef 1555 using is_transparent = void; in TEST() typedef 1560 using is_transparent = void; in TEST() typedef
|
/third_party/boost/boost/beast/core/ |
D | string.hpp | 49 using is_transparent = void; typedef 70 using is_transparent = void; typedef
|
/third_party/boost/libs/beast/include/boost/beast/core/ |
D | string.hpp | 49 using is_transparent = void; typedef 70 using is_transparent = void; typedef
|
/third_party/boost/boost/container/detail/ |
D | mpl.hpp | 91 struct is_transparent_base<T, typename void_t<typename T::is_transparent>::type> 97 struct is_transparent struct 103 : boost::move_detail::enable_if_c<dtl::is_transparent<C>::value, R>
|
/third_party/boost/libs/container/test/ |
D | check_equal_containers.hpp | 114 typedef void is_transparent; typedef 125 typedef void is_transparent; typedef
|
D | flat_map_test.cpp | 457 BOOST_STATIC_ASSERT((dtl::is_transparent<less_transparent>::value)); in test_heterogeneous_lookups() 458 BOOST_STATIC_ASSERT(!(dtl::is_transparent<std::less<int> >::value)); in test_heterogeneous_lookups() 565 typedef void is_transparent; typedef
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-rgb.c | 371 a_this->is_transparent = FALSE ; in cr_rgb_set() 425 return a_this->is_transparent ; in cr_rgb_is_set_to_transparent() 442 a_this->is_transparent = a_is_transparent ; in cr_rgb_set_to_transparent() 595 a_this->is_transparent = FALSE ; in cr_rgb_set_from_term()
|
D | cr-rgb.h | 57 gboolean is_transparent ; member
|
/third_party/abseil-cpp/absl/container/ |
D | flat_hash_map_test.cc | 139 using is_transparent = void; typedef 152 using is_transparent = void; typedef
|
D | node_hash_map_test.cc | 148 using is_transparent = void; typedef 153 using is_transparent = void; typedef
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | node_hash_map_test.cc | 148 using is_transparent = void; typedef 153 using is_transparent = void; typedef
|
D | flat_hash_map_test.cc | 139 using is_transparent = void; typedef 152 using is_transparent = void; typedef
|
D | btree_test.cc | 873 using is_transparent = void; typedef 2091 using is_transparent = void; typedef 2577 using is_transparent = void; typedef 2729 using is_transparent = void; typedef 2741 using is_transparent = void; typedef 2929 using is_transparent = void; typedef
|
/third_party/gn/src/gn/ |
D | string_atom.h | 162 using is_transparent = int;
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 4955 int is_transparent; /* Transparency information was present. */ member 4998 dp->is_transparent = 0; in standard_display_init() 5030 dp->is_transparent = 1; in standard_palette_init() 5032 dp->is_transparent = 0; in standard_palette_init() 5034 dp->is_transparent = (i >= 0); in standard_palette_init() 5142 if (read_palette(palette, &npalette, pp, pi) != dp->is_transparent) in standard_palette_validate() 6629 test_pixel.have_tRNS = dp->this.is_transparent != 0; in transform_info_imp() 6771 int have_tRNS = dp->this.is_transparent; in transform_image_validate() 7109 that->this.is_transparent = 1; in image_transform_png_set_tRNS_to_alpha_set() 7244 that->this.is_transparent = 1; in image_transform_png_set_expand_set() [all …]
|