Home
last modified time | relevance | path

Searched refs:is_transparent (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults.h71 using is_transparent = void;
82 using is_transparent = void;
114 using is_transparent = void;
121 using is_transparent = void;
H A Dcommon.h31 struct IsTransparent<T, absl::void_t<typename T::is_transparent>>
34 template <bool is_transparent>
H A Draw_hash_set_benchmark.cc116 using is_transparent = void;
119 using is_transparent = void;
H A Draw_hash_set_test.cc377 using is_transparent = void;
380 using is_transparent = void;
681 using is_transparent = void;
688 using is_transparent = void;
1739 using is_transparent = void; in TEST()
1744 using is_transparent = void; in TEST()
H A Dbtree.h85 using is_transparent = void;
118 using is_transparent = void;
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp517 using detect_is_transparent = typename T::is_transparent;
719 // is_transparent
726 inline constexpr bool is_transparent() in is_transparent() function
733 // checks whether T has a member named is_transparent
735 struct is_transparent : bool_constant<impl::is_transparent<T>()> {}; struct
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc139 using is_transparent = void;
152 using is_transparent = void;
H A Dnode_hash_map_test.cc148 using is_transparent = void;
153 using is_transparent = void;
H A Dbtree_test.cc873 using is_transparent = void;
880 // N3657 C++ proposal). Test that for comparators without 'is_transparent' in operator ()()
2091 using is_transparent = void;
2577 using is_transparent = void;
2729 using is_transparent = void;
2741 using is_transparent = void;
2929 using is_transparent = void;
/third_party/gn/src/gn/
H A Dstring_atom.h162 using is_transparent = int;
/third_party/protobuf/src/google/protobuf/
H A Dmap.h226 using is_transparent = void;
237 using is_transparent = void;
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A 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()
7106 * channel is_transparent must be updated: in image_transform_png_set_tRNS_to_alpha_set()
7109 that->this.is_transparent in image_transform_png_set_tRNS_to_alpha_set()
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp2211 !detail::is_transparent<object_comparator_t>::value
2236 !detail::is_transparent<object_comparator_t>::value
2260 detail::is_transparent<object_comparator_t>::value
2287 detail::is_transparent<object_comparator_t>::value
/third_party/gn/src/base/containers/
H A Dflat_tree.h61 // Uses SFINAE to detect whether type has is_transparent member.
65 struct IsTransparentCompare<T, std::void_t<typename T::is_transparent>>
/third_party/json/single_include/nlohmann/
H A Djson.hpp3913 using detect_is_transparent = typename T::is_transparent;
4115 // is_transparent
4122 inline constexpr bool is_transparent() in is_transparent() function
4129 // checks whether T has a member named is_transparent
4131 struct is_transparent : bool_constant<impl::is_transparent<T>()> {}; struct
21389 !detail::is_transparent<object_comparator_t>::value
21414 !detail::is_transparent<object_comparator_t>::value
21438 detail::is_transparent<object_comparator_t>::value
21465 detail::is_transparent<object_comparator_
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp19362 typedef __is_transparent is_transparent;
19377 typedef __is_transparent is_transparent;
19392 typedef __is_transparent is_transparent;
19407 typedef __is_transparent is_transparent;
19422 typedef __is_transparent is_transparent;
19437 typedef __is_transparent is_transparent;
19532 typedef __is_transparent is_transparent;
19547 typedef __is_transparent is_transparent;
19562 typedef __is_transparent is_transparent;
19577 typedef __is_transparent is_transparent;
[all...]

Completed in 70 milliseconds