Home
last modified time | relevance | path

Searched refs:is_transparent (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/boost/pfr/
Dfunctors.hpp49 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/
Dfunctors.hpp49 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/
Dpromotes_arg.hpp61 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>
Dis_transparent.hpp32 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/
Dhash_function_defaults.h71 using is_transparent = void; member
82 using is_transparent = void; member
114 using is_transparent = void;
121 using is_transparent = void;
Dcommon.h31 struct IsTransparent<T, absl::void_t<typename T::is_transparent>>
34 template <bool is_transparent>
Draw_hash_set_benchmark.cc116 using is_transparent = void; typedef
119 using is_transparent = void; typedef
Draw_hash_set_test.cc377 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/
Dhash_function_defaults.h71 using is_transparent = void; member
85 using is_transparent = void; member
112 using is_transparent = void;
119 using is_transparent = void;
Dcommon.h31 struct IsTransparent<T, absl::void_t<typename T::is_transparent>>
34 template <bool is_transparent>
Draw_hash_set_test.cc331 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/
Dstring.hpp49 using is_transparent = void; typedef
70 using is_transparent = void; typedef
/third_party/boost/libs/beast/include/boost/beast/core/
Dstring.hpp49 using is_transparent = void; typedef
70 using is_transparent = void; typedef
/third_party/boost/boost/container/detail/
Dmpl.hpp91 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/
Dcheck_equal_containers.hpp114 typedef void is_transparent; typedef
125 typedef void is_transparent; typedef
Dflat_map_test.cpp457 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/
Dcr-rgb.c371 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()
Dcr-rgb.h57 gboolean is_transparent ; member
/third_party/abseil-cpp/absl/container/
Dflat_hash_map_test.cc139 using is_transparent = void; typedef
152 using is_transparent = void; typedef
Dnode_hash_map_test.cc148 using is_transparent = void; typedef
153 using is_transparent = void; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dnode_hash_map_test.cc148 using is_transparent = void; typedef
153 using is_transparent = void; typedef
Dflat_hash_map_test.cc139 using is_transparent = void; typedef
152 using is_transparent = void; typedef
Dbtree_test.cc873 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/
Dstring_atom.h162 using is_transparent = int;
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c4955 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 …]

12