/third_party/boost/libs/hana/test/detail/ |
D | any_of.cpp | 12 struct is_even { struct 17 static_assert(!hana::detail::any_of<is_even>::value, ""); argument
|
/third_party/boost/libs/range/test/adaptor_test/ |
D | filtered_example.cpp | 28 struct is_even struct 30 bool operator()( int x ) const { return x % 2 == 0; } in operator ()()
|
D | replaced_if_example.cpp | 28 struct is_even struct 30 bool operator()(int x) const { return x % 2 == 0; } in operator ()()
|
D | filtered.cpp | 42 struct is_even struct 45 bool operator()( IntegerT x ) const { return x % 2 == 0; } in operator ()()
|
/third_party/boost/libs/intrusive/example/ |
D | doc_erasing_and_disposing.cpp | 34 struct is_even struct 36 bool operator()(const my_class &c) const in operator ()()
|
/third_party/boost/libs/range/test/algorithm_ext_test/ |
D | erase.cpp | 77 struct is_even struct 79 typedef bool result_type; 80 typedef int argument_type; 81 bool operator()(int x) const { return x % 2 == 0; } in operator ()()
|
/third_party/boost/libs/test/doc/examples/ |
D | example30.run-fail.cpp | 12 bool is_even( int i ) in is_even() function
|
/third_party/boost/libs/multi_index/test/ |
D | test_list_ops.cpp | 39 struct is_even struct 41 bool operator()(int x)const{return x%2==0;} in operator ()()
|
/third_party/boost/boost/mpl/math/ |
D | is_even.hpp | 40 struct is_even struct
|
/third_party/boost/libs/mp11/test/ |
D | mp_copy_if.cpp | 23 template<class N> using is_even = mp_bool<N::value % 2 == 0>; typedef
|
/third_party/boost/libs/geometry/test/iterators/ |
D | test_iterator_common.hpp | 76 struct is_even struct 78 inline bool operator()(T const& t) const in operator ()()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | bignum-dtoa.cc | 110 bool is_even = (significand & 1) == 0; in BignumDtoa() local 187 bool is_even, in GenerateShortestDigits() 612 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 124 bool is_even = (significand & 1) == 0; in BignumDtoa() local 201 bool is_even, in GenerateShortestDigits() 626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 124 bool is_even = (significand & 1) == 0; in BignumDtoa() local 201 bool is_even, in GenerateShortestDigits() 626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 124 bool is_even = (significand & 1) == 0; in BignumDtoa() local 201 bool is_even, in GenerateShortestDigits() 626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 124 bool is_even = (significand & 1) == 0; in BignumDtoa() local 201 bool is_even, in GenerateShortestDigits() 626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/third_party/boost/libs/algorithm/test/ |
D | partition_copy_test1.cpp | 60 bool is_even ( int v ) { return v % 2 == 0; } in is_even() function
|
D | gather_test1.cpp | 86 bool is_even ( int i ) { return i % 2 == 0; } in is_even() function
|
D | copy_if_test1.cpp | 33 BOOST_CXX14_CONSTEXPR bool is_even ( int v ) { return v % 2 == 0; } in is_even() function
|
/third_party/boost/libs/intrusive/test/ |
D | itestvalue.hpp | 181 struct is_even struct 184 bool operator() in operator ()()
|
/third_party/boost/libs/hana/test/_include/laws/ |
D | searchable.hpp | 168 BOOST_HANA_CONSTEXPR_LAMBDA auto is_even = [](auto x) { in __anonc68b67df0902() member
|
D | foldable.hpp | 921 BOOST_HANA_CONSTEXPR_LAMBDA auto is_even = [](auto x) { in __anon0fd87a2e0502() member
|
/third_party/skia/src/utils/ |
D | SkDashPath.cpp | 16 static inline int is_even(int x) { in is_even() function
|
/third_party/flutter/skia/src/utils/ |
D | SkDashPath.cpp | 15 static inline int is_even(int x) { in is_even() function
|
/third_party/flutter/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 43 static inline int is_even(int x) { return !(x & 1); } in is_even() function
|