/third_party/boost/boost/icl/concept/ |
D | interval.hpp | 43 const typename interval_traits<Type>::domain_type& right) in domain_less() 51 const typename interval_traits<Type>::domain_type& right) in domain_less_equal() 59 const typename interval_traits<Type>::domain_type& right) in domain_equal() 265 const typename interval_traits<Type>::domain_type& right) in span() 279 const typename interval_traits<Type>::domain_type& right) in hull() 291 const typename interval_traits<Type>::domain_type& right) in hull() 312 const typename interval_traits<Type>::domain_type& right) in hull() 324 const typename interval_traits<Type>::domain_type& right) in hull() 347 const typename interval_traits<Type>::domain_type& right) in hull() 589 exclusive_less(const Type& left, const Type& right) in exclusive_less() [all …]
|
D | comparable.hpp | 22 operator != (const Type& left, const Type& right) in operator !=() 27 operator > (const Type& left, const Type& right) in operator >() 33 operator <= (const Type& left, const Type& right) in operator <=() 38 operator >= (const Type& left, const Type& right) in operator >=()
|
/third_party/skia/src/core/ |
D | SkStringView.cpp | 13 bool operator==(string_view left, string_view right) { in operator ==() 20 bool operator!=(string_view left, string_view right) { in operator !=() 24 bool operator<(string_view left, string_view right) { in operator <() 33 bool operator<=(string_view left, string_view right) { in operator <=() 37 bool operator>(string_view left, string_view right) { in operator >() 41 bool operator>=(string_view left, string_view right) { in operator >=()
|
/third_party/boost/boost/dll/ |
D | shared_library_load_mode.hpp | 210 BOOST_CONSTEXPR inline type operator|(type left, type right) BOOST_NOEXCEPT { in operator |() 215 BOOST_CXX14_CONSTEXPR inline type& operator|=(type& left, type right) BOOST_NOEXCEPT { in operator |=() 220 BOOST_CONSTEXPR inline type operator&(type left, type right) BOOST_NOEXCEPT { in operator &() 225 BOOST_CXX14_CONSTEXPR inline type& operator&=(type& left, type right) BOOST_NOEXCEPT { in operator &=() 230 BOOST_CONSTEXPR inline type operator^(type left, type right) BOOST_NOEXCEPT { in operator ^() 235 BOOST_CXX14_CONSTEXPR inline type& operator^=(type& left, type right) BOOST_NOEXCEPT { in operator ^=()
|
/third_party/boost/boost/log/utility/ |
D | value_ref.hpp | 505 inline void swap(value_ref< T, TagT >& left, value_ref< T, TagT >& right) in swap() 530 inline bool operator== (value_ref< T, TagT > const& left, U const& right) in operator ==() 536 inline bool operator== (U const& left, value_ref< T, TagT > const& right) in operator ==() 542 inline bool operator== (value_ref< T1, TagT1 > const& left, value_ref< T2, TagT2 > const& right) in operator ==() 551 inline bool operator!= (value_ref< T, TagT > const& left, U const& right) in operator !=() 557 inline bool operator!= (U const& left, value_ref< T, TagT > const& right) in operator !=() 563 inline bool operator!= (value_ref< T1, TagT1 > const& left, value_ref< T2, TagT2 > const& right) in operator !=() 572 inline bool operator< (value_ref< T, TagT > const& left, U const& right) in operator <() 578 inline bool operator< (U const& left, value_ref< T, TagT > const& right) in operator <() 584 inline bool operator< (value_ref< T1, TagT1 > const& left, value_ref< T2, TagT2 > const& right) in operator <() [all …]
|
/third_party/gn/src/gn/ |
D | operators.cc | 227 const Value& right) { in MakeIncompatibleTypeError() 308 Value right, in ExecuteEquals() 340 Value right, in ExecutePlus() 391 const Value& right, in ExecuteMinus() 415 Value right, in ExecutePlusEquals() 487 const Value& right, in ExecuteMinusEquals() 516 const Value& right, in ExecuteEqualsEquals() 526 const Value& right, in ExecuteNotEquals() 536 const Value& right, in FillNeedsTwoIntegersError() 548 const Value& right, in ExecuteLessEquals() [all …]
|
/third_party/boost/boost/icl/detail/ |
D | element_comparer.hpp | 33 const RightT& right, in element_comparer() 51 bool covalues_are_equal(LeftIterT& left, RightIterT& right) in covalues_are_equal() 60 int proceed(LeftIterT& left, RightIterT& right) in proceed() 82 int next_both(LeftIterT& left, RightIterT& right) in next_both() 118 int next_left(LeftIterT& left, RightIterT& right) in next_left() 140 int next_right(LeftIterT& left, RightIterT& right) in next_right() 179 const RightT& right, //super in element_compare()
|
D | interval_subset_comparer.hpp | 99 const RightT& right, in subset_comparer() 119 int co_compare(LeftIterT& left, RightIterT& right) in co_compare() 134 int proceed(LeftIterT& left, RightIterT& right) in proceed() 159 int next_both(LeftIterT& left, RightIterT& right) in next_both() 244 int next_left(LeftIterT& left, RightIterT& right) in next_left() 279 int next_right(LeftIterT& left, RightIterT& right) in next_right() 333 const RightT& right, //super in subset_compare()
|
D | mapped_reference.hpp | 135 const mapped_reference<FirstT, SecondT>& right) in operator ==() 143 const mapped_reference<FirstT, SecondT>& right) in operator !=() 152 const mapped_reference<FirstT, SecondT>& right) in operator <() 161 const mapped_reference<FirstT, SecondT>& right) in operator >() 170 const mapped_reference<FirstT, SecondT>& right) in operator <=() 179 const mapped_reference<FirstT, SecondT>& right) in operator >=() 187 inline mapped_reference<FirstT, SecondT> make_mapped_reference(const FirstT& left, SecondT& right) in make_mapped_reference()
|
D | subset_comparer.hpp | 100 const RightT& right, in subset_comparer() 119 int co_compare(LeftIterT& left, RightIterT& right) in co_compare() 136 int next_both(LeftIterT& left, RightIterT& right) in next_both() 218 const RightT& right, //super in subset_compare() 239 int subset_compare(const LeftT& left, const RightT& right) in subset_compare()
|
/third_party/boost/boost/log/utility/ipc/ |
D | object_name.hpp | 196 friend void swap(object_name& left, object_name& right) BOOST_NOEXCEPT in swap() 212 friend bool operator== (object_name const& left, object_name const& right) BOOST_NOEXCEPT in operator ==() 219 friend bool operator!= (object_name const& left, object_name const& right) BOOST_NOEXCEPT in operator !=() 226 friend bool operator< (object_name const& left, object_name const& right) BOOST_NOEXCEPT in operator <() 233 friend bool operator> (object_name const& left, object_name const& right) BOOST_NOEXCEPT in operator >() 240 friend bool operator<= (object_name const& left, object_name const& right) BOOST_NOEXCEPT in operator <=() 247 friend bool operator>= (object_name const& left, object_name const& right) BOOST_NOEXCEPT in operator >=()
|
/third_party/typescript/tests/baselines/reference/ |
D | genericTypeAliases.js | 7 right: { property 9 right: 2 property 12 right: 3 property 81 right: { property 83 right: 2 property 86 right: 3 property
|
D | numberOnLeftSideOfInExpression.js | 3 var right: any; variable 8 var right; variable
|
/third_party/flutter/skia/src/core/ |
D | SkTSort.h | 123 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort() 141 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition() 169 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort() 197 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort() 207 template <typename T> void SkTQSort(T* left, T* right) { in SkTQSort() 212 template <typename T> void SkTQSort(T** left, T** right) { in SkTQSort()
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | width.hpp | 72 inline bool operator ==(width const &left, width const &right) in operator ==() 77 inline bool operator !=(width const &left, width const &right) in operator !=() 82 inline width operator +(width left, width const &right) in operator +() 87 inline width operator |(width left, width const &right) in operator |()
|
/third_party/boost/libs/atomic/test/ |
D | value_with_epsilon.hpp | 38 friend bool operator== (T left, value_with_epsilon< T > const& right) in operator ==() 42 friend bool operator== (value_with_epsilon< T > const& left, T right) in operator ==() 47 friend bool operator!= (T left, value_with_epsilon< T > const& right) in operator !=() 51 friend bool operator!= (value_with_epsilon< T > const& left, T right) in operator !=()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLBinaryExpression.h | 31 std::unique_ptr<Expression> right, const Type* type) in BinaryExpression() 70 std::unique_ptr<Expression>& right() { in right() function 74 const std::unique_ptr<Expression>& right() const { in right() function
|
D | SkSLBinaryExpression.cpp | 25 const Expression& right, in is_low_precision_matrix_vector_multiply() 39 const Expression& right, in rewrite_matrix_vector_multiply() 72 std::unique_ptr<Expression> right) { in Convert() 139 std::unique_ptr<Expression> right) { in Make() 153 std::unique_ptr<Expression> right, in Make()
|
/third_party/skia/tests/ |
D | CanvasStateHelpers.cpp | 26 float right, float bottom, int32_t spacer) { in complex_layers_draw() 38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 48 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 61 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
|
/third_party/flutter/skia/tests/ |
D | CanvasStateHelpers.cpp | 23 float right, float bottom, int32_t spacer) { in complex_layers_draw() 35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 45 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 58 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
|
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/ |
D | ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.ts | 8 top: { left: Point, right: Point }, variable 9 bottom: { left: Point, right: Point } variable
|
/third_party/boost/boost/geometry/strategies/agnostic/ |
D | buffer_distance_asymmetric.hpp | 52 NumericType const& right) in distance_asymmetric() 87 NumericType const right = geometry::math::abs(m_right); in max_distance() local 97 NumericType const right = geometry::math::abs(m_right); in simplify_distance() local
|
/third_party/typescript/src/compiler/transformers/ |
D | es2016.ts | 46 const right = visitNode(node.right, visitor, isExpression); constant 101 const right = visitNode(node.right, visitor, isExpression); constant
|
/third_party/boost/boost/test/tools/old/ |
D | impl.hpp | 112 inline assertion_result equal_impl( char* left, char const* right ) { return equal_impl( static_cas… in equal_impl() 113 inline assertion_result equal_impl( char const* left, char* right ) { return equal_impl( static_cas… in equal_impl() 114 inline assertion_result equal_impl( char* left, char* right ) { return equal_impl( static_cas… in equal_impl() 118 inline assertion_result equal_impl( wchar_t* left, wchar_t const* right ) { return equal_impl( stat… in equal_impl() 119 inline assertion_result equal_impl( wchar_t const* left, wchar_t* right ) { return equal_impl( stat… in equal_impl() 120 inline assertion_result equal_impl( wchar_t* left, wchar_t* right ) { return equal_impl( stat… in equal_impl() 319 check_is_close( FPT1 left, FPT2 right, ToleranceType tolerance ) in check_is_close()
|
/third_party/boost/libs/accumulators/test/ |
D | vector.cpp | 25 …name boost::enable_if<is_floating_point<T> >::type is_equal_or_close(T const &left, T const &right) in is_equal_or_close() 31 …ame boost::disable_if<is_floating_point<T> >::type is_equal_or_close(T const &left, T const &right) in is_equal_or_close() 37 void is_equal(std::vector<T> const &left, std::vector<T> const &right) in is_equal()
|