/third_party/boost/libs/unordered/test/unordered/ |
D | constructor_tests.cpp | 38 BOOST_TEST(test::equivalent(x.hash_function(), hf)); in constructor_tests1() 39 BOOST_TEST(test::equivalent(x.key_eq(), eq)); in constructor_tests1() 40 BOOST_TEST(test::equivalent(x.get_allocator(), al)); in constructor_tests1() 51 BOOST_TEST(test::equivalent(x.hash_function(), hf)); in constructor_tests1() 52 BOOST_TEST(test::equivalent(x.key_eq(), eq)); in constructor_tests1() 53 BOOST_TEST(test::equivalent(x.get_allocator(), al)); in constructor_tests1() 64 BOOST_TEST(test::equivalent(x.hash_function(), hf)); in constructor_tests1() 65 BOOST_TEST(test::equivalent(x.key_eq(), eq)); in constructor_tests1() 66 BOOST_TEST(test::equivalent(x.get_allocator(), al)); in constructor_tests1() 76 BOOST_TEST(test::equivalent(x.hash_function(), hf)); in constructor_tests1() [all …]
|
D | assign_tests.cpp | 40 BOOST_TEST(test::equivalent(x.hash_function(), hf)); in assign_tests1() 41 BOOST_TEST(test::equivalent(x.key_eq(), eq)); in assign_tests1() 87 BOOST_TEST(test::equivalent(x1.hash_function(), hf1)); in assign_tests2() 88 BOOST_TEST(test::equivalent(x1.key_eq(), eq1)); in assign_tests2() 89 BOOST_TEST(test::equivalent(x2.hash_function(), hf1)); in assign_tests2() 90 BOOST_TEST(test::equivalent(x2.key_eq(), eq1)); in assign_tests2() 102 BOOST_TEST(test::equivalent(x1.hash_function(), hf1)); in assign_tests2() 103 BOOST_TEST(test::equivalent(x1.key_eq(), eq1)); in assign_tests2() 104 BOOST_TEST(test::equivalent(x2.hash_function(), hf1)); in assign_tests2() 105 BOOST_TEST(test::equivalent(x2.key_eq(), eq1)); in assign_tests2() [all …]
|
D | copy_tests.cpp | 40 BOOST_TEST(test::equivalent(y.hash_function(), hf)); in copy_construct_tests1() 41 BOOST_TEST(test::equivalent(y.key_eq(), eq)); in copy_construct_tests1() 42 BOOST_TEST(test::equivalent(y.get_allocator(), al)); in copy_construct_tests1() 56 test::unordered_equivalence_tester<T> equivalent(x); in copy_construct_tests1() local 57 BOOST_TEST(equivalent(y)); in copy_construct_tests1() 74 test::unordered_equivalence_tester<T> equivalent(x); in copy_construct_tests1() local 75 BOOST_TEST(equivalent(y)); in copy_construct_tests1() 100 BOOST_TEST(test::equivalent(y.hash_function(), hf)); in copy_construct_tests2() 101 BOOST_TEST(test::equivalent(y.key_eq(), eq)); in copy_construct_tests2() 102 BOOST_TEST(test::equivalent(y.get_allocator(), al)); in copy_construct_tests2() [all …]
|
D | simple_tests.cpp | 22 test::unordered_equivalence_tester<X> equivalent(a); in simple_test() local 31 BOOST_TEST(equivalent(X(a))); in simple_test() 36 BOOST_TEST(equivalent(u)); in simple_test() 41 BOOST_TEST(equivalent(u)); in simple_test() 53 BOOST_TEST(equivalent(b)); in simple_test() 57 BOOST_TEST(equivalent(c)); in simple_test() 60 BOOST_TEST(equivalent(b)); in simple_test() 70 BOOST_TEST(equivalent(r)); in simple_test() 72 BOOST_TEST(equivalent(r)); in simple_test()
|
D | move_tests.cpp | 68 BOOST_TEST(test::equivalent(y.hash_function(), hf)); in move_construct_tests1() 69 BOOST_TEST(test::equivalent(y.key_eq(), eq)); in move_construct_tests1() 70 BOOST_TEST(test::equivalent(y.get_allocator(), al)); in move_construct_tests1() 126 BOOST_TEST(test::equivalent(y.hash_function(), hf)); in move_construct_tests2() 127 BOOST_TEST(test::equivalent(y.key_eq(), eq)); in move_construct_tests2() 128 BOOST_TEST(test::equivalent(y.get_allocator(), al)); in move_construct_tests2() 142 BOOST_TEST(test::equivalent(y.hash_function(), hf)); in move_construct_tests2() 143 BOOST_TEST(test::equivalent(y.key_eq(), eq)); in move_construct_tests2() 144 BOOST_TEST(test::equivalent(y.get_allocator(), al2)); in move_construct_tests2() 172 BOOST_TEST(test::equivalent(y.hash_function(), hf)); in move_construct_tests2() [all …]
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_conv17to18.qbk | 12 details equivalent functionality for previous version 1.7 16 The equivalent to all the V1.7 functionality, which looks for 32 V1.8 equivalent 45 V1.8 equivalent 58 V1.8 equivalent 61 is the exact equivalent. 68 V1.8 equivalent 73 as the exact equivalent. 84 V1.8 equivalent 87 is the exact equivalent. [all …]
|
/third_party/abseil-cpp/absl/types/ |
D | compare_test.cc | 30 EXPECT_TRUE(Identity(weak_equality::equivalent == 0)); in TEST() 31 EXPECT_TRUE(Identity(0 == weak_equality::equivalent)); in TEST() 34 const weak_equality values[] = {weak_equality::equivalent, in TEST() 50 EXPECT_TRUE(Identity(strong_equality::equivalent == 0)); in TEST() 51 EXPECT_TRUE(Identity(0 == strong_equality::equivalent)); in TEST() 63 EXPECT_TRUE(Identity(strong_equality::equivalent == strong_equality::equal)); in TEST() 73 EXPECT_TRUE(Identity(partial_ordering::equivalent == 0)); in TEST() 74 EXPECT_TRUE(Identity(0 == partial_ordering::equivalent)); in TEST() 90 partial_ordering::less, partial_ordering::equivalent, in TEST() 106 EXPECT_TRUE(Identity(weak_ordering::equivalent == 0)); in TEST() [all …]
|
D | compare.h | 74 equivalent = equal, enumerator 117 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 125 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 132 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 140 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 148 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 161 ABSL_COMPARE_INLINE_SUBCLASS_DECL(weak_equality, equivalent); 193 ABSL_COMPARE_INLINE_INIT(weak_equality, equivalent, 194 compare_internal::eq::equivalent); 207 ABSL_COMPARE_INLINE_SUBCLASS_DECL(strong_equality, equivalent); [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | compare_test.cc | 30 EXPECT_TRUE(Identity(weak_equality::equivalent == 0)); in TEST() 31 EXPECT_TRUE(Identity(0 == weak_equality::equivalent)); in TEST() 34 const weak_equality values[] = {weak_equality::equivalent, in TEST() 50 EXPECT_TRUE(Identity(strong_equality::equivalent == 0)); in TEST() 51 EXPECT_TRUE(Identity(0 == strong_equality::equivalent)); in TEST() 63 EXPECT_TRUE(Identity(strong_equality::equivalent == strong_equality::equal)); in TEST() 73 EXPECT_TRUE(Identity(partial_ordering::equivalent == 0)); in TEST() 74 EXPECT_TRUE(Identity(0 == partial_ordering::equivalent)); in TEST() 90 partial_ordering::less, partial_ordering::equivalent, in TEST() 106 EXPECT_TRUE(Identity(weak_ordering::equivalent == 0)); in TEST() [all …]
|
D | compare.h | 74 equivalent = equal, enumerator 117 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 125 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 132 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 140 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 148 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent); 161 ABSL_COMPARE_INLINE_SUBCLASS_DECL(weak_equality, equivalent); 193 ABSL_COMPARE_INLINE_INIT(weak_equality, equivalent, 194 compare_internal::eq::equivalent); 207 ABSL_COMPARE_INLINE_SUBCLASS_DECL(strong_equality, equivalent); [all …]
|
/third_party/boost/boost/system/detail/ |
D | std_interoperability.hpp | 65 …bool equivalent( int code, const std::error_condition & condition ) const BOOST_NOEXCEPT BOOST_OVE… 66 …bool equivalent( const std::error_code & code, int condition ) const BOOST_NOEXCEPT BOOST_OVERRIDE; 117 inline bool std_category::equivalent( int code, const std::error_condition & condition ) const BOOS… in equivalent() function in boost::system::detail::std_category 122 return pc_->equivalent( code, bn ); in equivalent() 127 return pc_->equivalent( code, bn ); in equivalent() 135 return pc_->equivalent( code, bn ); in equivalent() 146 inline bool std_category::equivalent( const std::error_code & code, int condition ) const BOOST_NOE… in equivalent() function in boost::system::detail::std_category 151 return pc_->equivalent( bc, condition ); in equivalent() 156 return pc_->equivalent( bc, condition ); in equivalent() 164 return pc_->equivalent( bc, condition ); in equivalent() [all …]
|
/third_party/boost/libs/system/test/ |
D | std_interop_test.cpp | 67 BOOST_TEST( bt.equivalent( ev, bn ) ); in test_generic_category() 74 BOOST_TEST( st.equivalent( ev, sn ) ); in test_generic_category() 103 BOOST_TEST( bt.equivalent( ev, bn ) ); in test_system_category() 106 BOOST_TEST( st.equivalent( ev, sn ) ); in test_system_category() 128 BOOST_TEST( bt.equivalent( ev, bn ) ); in test_system_category() 131 BOOST_TEST( st.equivalent( ev, sn ) ); in test_system_category() 171 …virtual bool equivalent( int code, const boost::system::error_condition & condition ) const BOOST_… in equivalent() function in user_category_impl 220 BOOST_TEST( bt.equivalent( ev, bn ) ); in test_user_category() 223 BOOST_TEST( st.equivalent( ev, sn ) ); in test_user_category() 245 BOOST_TEST( bt.equivalent( ev, bn ) ); in test_user_category() [all …]
|
D | error_category_test.cpp | 54 BOOST_TEST( s_cat_1.equivalent( 1, sys::error_condition( 1, s_cat_1 ) ) ); in main() 55 BOOST_TEST( !s_cat_1.equivalent( 1, sys::error_condition( 2, s_cat_1 ) ) ); in main() 56 BOOST_TEST( !s_cat_1.equivalent( 1, sys::error_condition( 2, s_cat_2 ) ) ); in main() 60 BOOST_TEST( s_cat_1.equivalent( sys::error_code( 1, s_cat_1 ), 1 ) ); in main() 61 BOOST_TEST( !s_cat_1.equivalent( sys::error_code( 1, s_cat_1 ), 2 ) ); in main() 62 BOOST_TEST( !s_cat_1.equivalent( sys::error_code( 1, s_cat_2 ), 1 ) ); in main()
|
/third_party/python/Doc/c-api/ |
D | number.rst | 21 equivalent of the Python expression ``o1 + o2``. 27 the equivalent of the Python expression ``o1 - o2``. 33 the equivalent of the Python expression ``o1 * o2``. 39 failure. This is the equivalent of the Python expression ``o1 @ o2``. 47 equivalent to the "classic" division of integers. 62 the equivalent of the Python expression ``o1 % o2``. 70 the equivalent of the Python expression ``divmod(o1, o2)``. 78 equivalent of the Python expression ``pow(o1, o2, o3)``, where *o3* is optional. 86 equivalent of the Python expression ``-o``. 91 Returns *o* on success, or ``NULL`` on failure. This is the equivalent of the [all …]
|
D | sequence.rst | 24 failure. This is equivalent to the Python expression ``len(o)``. 30 This is the equivalent of the Python expression ``o1 + o2``. 36 failure. This is the equivalent of the Python expression ``o * count``. 42 The operation is done *in-place* when *o1* supports it. This is the equivalent 50 equivalent of the Python expression ``o *= count``. 55 Return the *i*\ th element of *o*, or ``NULL`` on failure. This is the equivalent of 62 failure. This is the equivalent of the Python expression ``o[i1:i2]``. 69 is the equivalent of the Python statement ``o[i] = v``. This function *does 79 equivalent of the Python statement ``del o[i]``. 85 *i2*. This is the equivalent of the Python statement ``o[i1:i2] = v``. [all …]
|
D | object.rst | 33 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function 44 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function 56 value on success, or ``NULL`` on failure. This is the equivalent of the Python 63 value on success, or ``NULL`` on failure. This is the equivalent of the Python 81 return ``0`` on success. This is the equivalent of the Python statement 92 return ``0`` on success. This is the equivalent of the Python statement 114 This is the equivalent of the Python statement ``del o.attr_name``. 120 This is the equivalent of the Python statement ``del o.attr_name``. 144 ``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. This is the equivalent of 155 ``0`` if the result is false, ``1`` otherwise. This is the equivalent of the [all …]
|
/third_party/boost/boost/outcome/experimental/status-code/ |
D | errored_status_code.hpp | 290 return a.equivalent(static_cast<const status_code<DomainType2> &>(b)); in operator ==() 295 return a.equivalent(static_cast<const status_code<DomainType2> &>(b)); in operator ==() 300 return static_cast<const status_code<DomainType1> &>(a).equivalent(b); in operator ==() 305 return !a.equivalent(static_cast<const status_code<DomainType2> &>(b)); in operator !=() 310 return !a.equivalent(static_cast<const status_code<DomainType2> &>(b)); in operator !=() 315 return !static_cast<const status_code<DomainType1> &>(a).equivalent(b); in operator !=() 323 return a.equivalent(make_status_code(b)); in operator ==() 331 return b.equivalent(make_status_code(a)); in operator ==() 339 return !a.equivalent(make_status_code(b)); in operator !=() 347 return !b.equivalent(make_status_code(a)); in operator !=() [all …]
|
/third_party/boost/libs/dll/test/ |
D | symbol_runtime_info_test.cpp | 133 (boost::dll::fs::equivalent(symbol_location(sl.get<int(void)>("exef")), argv[0])) in main() 143 (boost::dll::fs::equivalent(symbol_location(sl.get<int(void)>("exef"), ec), argv[0])) in main() 154 (boost::dll::fs::equivalent(symbol_location(internal_function), argv[0])) in main() 158 (boost::dll::fs::equivalent(symbol_location(internal_variable), argv[0])) in main() 164 (boost::dll::fs::equivalent(this_line_location(), argv[0])) in main() 171 (boost::dll::fs::equivalent(this_line_location(ec), argv[0])) in main() 185 BOOST_TEST((boost::dll::fs::equivalent( in main() 214 BOOST_TEST((boost::dll::fs::equivalent( in main()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | ForwardIterator.rst | 31 * Two iterators into the same sequence are `equivalent` if they have the same 36 is equivalent to ``j``. 105 * ``i`` and ``j`` are equivalent if and only if they are pointing to the same 108 * If ``i`` is dereferenceable, and ``j`` is equivalent to ``i``, then ``j`` is 111 * If ``i`` and ``j`` are equivalent and dereferenceable, then ``deref<i>::type`` 114 * If ``i`` is incrementable, and ``j`` is equivalent to ``i``, then ``j`` is 117 * If ``i`` and ``j`` are equivalent and incrementable, then ``next<i>::type`` 118 and ``next<j>::type`` are equivalent.
|
/third_party/python/Doc/library/ |
D | operator.rst | 20 equivalent to the expression ``x+y``. Many function names are those used for 46 equivalent to ``a < b``, ``le(a, b)`` is equivalent to ``a <= b``, ``eq(a, 47 b)`` is equivalent to ``a == b``, ``ne(a, b)`` is equivalent to ``a != b``, 48 ``gt(a, b)`` is equivalent to ``a > b`` and ``ge(a, b)`` is equivalent to ``a 70 equivalent to using the :class:`bool` constructor. 125 Return the bitwise inverse of the number *obj*. This is equivalent to ``~obj``. 449 does; for example, the :term:`statement` ``x += y`` is equivalent to 451 ``z = operator.iadd(x, y)`` is equivalent to the compound statement 480 ``a = iadd(a, b)`` is equivalent to ``a += b``. 486 ``a = iand(a, b)`` is equivalent to ``a &= b``. [all …]
|
/third_party/boost/libs/hof/doc/src/ |
D | concepts.md | 223 …, std::decay_t<decltype(x)>>()` is true, then `INVOKE(f, x, xs...)` is equivalent to `(x.*f)(xs...… 224 …cialization of `std::reference_wrapper`, then `INVOKE(f, x, xs...)` is equivalent to `(x.get().*f)… 225 …- otherwise, if x does not satisfy the previous items, then `INVOKE(f, x, xs...)` is equivalent to… 229 …d::is_base_of<U, std::decay_t<decltype(x)>>()` is true, then `INVOKE(f, x)` is equivalent to `x.*f` 230 … is a specialization of `std::reference_wrapper`, then `INVOKE(f, x)` is equivalent to `x.get().*f` 231 …- otherwise, if `x` does not satisfy the previous items, then `INVOKE(f, x)` is equivalent to `(*x… 233 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)` 263 …, std::decay_t<decltype(x)>>()` is true, then `INVOKE(f, x, xs...)` is equivalent to `(x.*f)(xs...… 264 …cialization of `std::reference_wrapper`, then `INVOKE(f, x, xs...)` is equivalent to `(x.get().*f)… 265 …- otherwise, if x does not satisfy the previous items, then `INVOKE(f, x, xs...)` is equivalent to… [all …]
|
/third_party/boost/libs/hof/doc/html/_sources/doc/src/ |
D | concepts.md.txt | 223 …, std::decay_t<decltype(x)>>()` is true, then `INVOKE(f, x, xs...)` is equivalent to `(x.*f)(xs...… 224 …cialization of `std::reference_wrapper`, then `INVOKE(f, x, xs...)` is equivalent to `(x.get().*f)… 225 …- otherwise, if x does not satisfy the previous items, then `INVOKE(f, x, xs...)` is equivalent to… 229 …d::is_base_of<U, std::decay_t<decltype(x)>>()` is true, then `INVOKE(f, x)` is equivalent to `x.*f` 230 … is a specialization of `std::reference_wrapper`, then `INVOKE(f, x)` is equivalent to `x.get().*f` 231 …- otherwise, if `x` does not satisfy the previous items, then `INVOKE(f, x)` is equivalent to `(*x… 233 * otherwise, `INVOKE(f, x, xs...)` is equivalent to `f(x, xs...)` 263 …, std::decay_t<decltype(x)>>()` is true, then `INVOKE(f, x, xs...)` is equivalent to `(x.*f)(xs...… 264 …cialization of `std::reference_wrapper`, then `INVOKE(f, x, xs...)` is equivalent to `(x.get().*f)… 265 …- otherwise, if x does not satisfy the previous items, then `INVOKE(f, x, xs...)` is equivalent to… [all …]
|
/third_party/EGL/sdk/docs/man/ |
D | NOTES | 8 OK> opengl-man.css - CSS equivalent to content wrapped in old/styles-css.xsl 18 OK> index.html - main SDK index (equivalent to es/../index.php) 21 NO> TOC.html - accordion index frame, equivalent to output of makeindex.py 22 OK> Intro.html - equivalent to start.html 25 NO> styles-css.xsl - equivalent to es/opengl-man.css 30 OK> egl/style.css - equivalent to es/style-index.css, includes a couple of other .css files 50 style-index.css - equivalent to egl/style.css
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/ |
D | NOTES | 8 OK> opengl-man.css - CSS equivalent to content wrapped in old/styles-css.xsl 18 OK> index.html - main SDK index (equivalent to es/../index.php) 21 NO> TOC.html - accordion index frame, equivalent to output of makeindex.py 22 OK> Intro.html - equivalent to start.html 25 NO> styles-css.xsl - equivalent to es/opengl-man.css 30 OK> egl/style.css - equivalent to es/style-index.css, includes a couple of other .css files 50 style-index.css - equivalent to egl/style.css
|
/third_party/boost/libs/asio/doc/requirements/ |
D | GettableSocketOption.qbk | 26 __getsockopt__ (or equivalent). 34 __POSIX__ __getsockopt__ (or equivalent). 42 __POSIX__ __getsockopt__ (or equivalent). 50 __POSIX__ __getsockopt__ (or equivalent), after appropriate 60 __getsockopt__ (or equivalent) after successful completion of the
|