Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 1469) sorted by relevance

12345678910>>...59

/third_party/boost/boost/icl/concept/
Dinterval.hpp42 domain_less(const typename interval_traits<Type>::domain_type& left, in domain_less()
50 domain_less_equal(const typename interval_traits<Type>::domain_type& left, in domain_less_equal()
58 domain_equal(const typename interval_traits<Type>::domain_type& left, in domain_equal()
264 span(const typename interval_traits<Type>::domain_type& left, in span()
278 hull(const typename interval_traits<Type>::domain_type& left, in hull()
290 hull(const typename interval_traits<Type>::domain_type& left, in hull()
311 hull(const typename interval_traits<Type>::domain_type& left, in hull()
323 hull(const typename interval_traits<Type>::domain_type& left, in hull()
346 hull(const typename interval_traits<Type>::domain_type& left, in hull()
589 exclusive_less(const Type& left, const Type& right) in exclusive_less()
[all …]
Dcomparable.hpp22 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/
DSkStringView.cpp13 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/
Dshared_library_load_mode.hpp210 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 ^=()
240 BOOST_CONSTEXPR inline type operator~(type left) BOOST_NOEXCEPT { in operator ~()
/third_party/boost/boost/log/utility/
Dvalue_ref.hpp505 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/boost/boost/log/utility/ipc/
Dobject_name.hpp196 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/boost/boost/icl/detail/
Delement_comparer.hpp32 element_comparer(const LeftT& left, 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()
178 const LeftT& left, //sub in element_compare()
Dmapped_reference.hpp134 operator == ( const StdPairT& left, in operator ==()
142 operator != ( const StdPairT& left, in operator !=()
151 operator < ( const StdPairT& left, in operator <()
160 operator > ( const StdPairT& left, in operator >()
169 operator <= ( const StdPairT& left, in operator <=()
178 operator >= ( const StdPairT& left, in operator >=()
187 inline mapped_reference<FirstT, SecondT> make_mapped_reference(const FirstT& left, SecondT& right) in make_mapped_reference()
Dinterval_subset_comparer.hpp98 subset_comparer(const LeftT& left, 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()
332 const LeftT& left, //sub in subset_compare()
Dsubset_comparer.hpp99 subset_comparer(const LeftT& left, 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()
217 const LeftT& left, //sub in subset_compare()
239 int subset_compare(const LeftT& left, const RightT& right) in subset_compare()
/third_party/typescript/tests/baselines/reference/
DgenericTypeAliases.js5 left: { property
6 left: 0, property
8 left: 1, property
79 left: { property
80 left: 0, property
82 left: 1, property
DnumberOnLeftSideOfInExpression.js2 var left: number; variable
7 var left; variable
/third_party/typescript/src/compiler/transformers/
Desnext.ts43 const propertyAccessTarget = propertyAccessTargetSimpleCopiable ? left.expression : constant
45 …const propertyAccessTargetAssignment = propertyAccessTargetSimpleCopiable ? left.expression : fact… constant
62 … const elementAccessArgument = elementAccessArgumentSimpleCopiable ? left.argumentExpression : constant
Des2016.ts45 const left = visitNode(node.left, visitor, isExpression); constant
100 const left = visitNode(node.left, visitor, isExpression); constant
/third_party/flutter/skia/src/core/
DSkTSort.h123 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/libs/atomic/test/
Dvalue_with_epsilon.hpp38 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/boost/boost/xpressive/detail/utility/
Dwidth.hpp72 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/skia/src/sksl/ir/
DSkSLBinaryExpression.h30 BinaryExpression(int line, std::unique_ptr<Expression> left, Operator op, in BinaryExpression()
62 std::unique_ptr<Expression>& left() { in left() function
66 const std::unique_ptr<Expression>& left() const { in left() function
DSkSLBinaryExpression.cpp23 static bool is_low_precision_matrix_vector_multiply(const Expression& left, in is_low_precision_matrix_vector_multiply()
37 const Expression& left, in rewrite_matrix_vector_multiply()
70 std::unique_ptr<Expression> left, in Convert()
137 std::unique_ptr<Expression> left, in Make()
151 std::unique_ptr<Expression> left, in Make()
/third_party/gn/src/gn/
Doperators.cc245 const Value& left, in MakeIncompatibleTypeError()
368 Value left, in ExecutePlus()
419 Value left, in ExecuteMinus()
556 const Value& left, in ExecuteEqualsEquals()
566 const Value& left, in ExecuteNotEquals()
576 const Value& left, in FillNeedsTwoIntegersError()
588 const Value& left, in ExecuteLessEquals()
598 const Value& left, in ExecuteGreaterEquals()
608 const Value& left, in ExecuteGreater()
618 const Value& left, in ExecuteLess()
[all …]
/third_party/skia/tests/
DCanvasStateHelpers.cpp25 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
47 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, 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/
DCanvasStateHelpers.cpp22 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
44 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, 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/boost/boost/geometry/strategies/agnostic/
Dbuffer_distance_asymmetric.hpp51 distance_asymmetric(NumericType const& left, in distance_asymmetric()
86 NumericType const left = geometry::math::abs(m_left); in max_distance() local
96 NumericType const left = geometry::math::abs(m_left); in simplify_distance() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_rescale_enc.c40 int* const left, int* const top) { in SnapTopLeftPosition()
49 int* const left, int* const top, in AdjustAndCheckRectangle()
94 int left, int top, int width, int height, in WebPPictureView()
127 int left, int top, int width, int height) { in WebPPictureCrop()
282 int left, int top, int width, int height, in WebPPictureView()
294 int left, int top, int width, int height) { in WebPPictureCrop()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_rescale_enc.c40 int* const left, int* const top) { in SnapTopLeftPosition()
49 int* const left, int* const top, in AdjustAndCheckRectangle()
94 int left, int top, int width, int height, in WebPPictureView()
127 int left, int top, int width, int height) { in WebPPictureCrop()
289 int left, int top, int width, int height, in WebPPictureView()
301 int left, int top, int width, int height) { in WebPPictureCrop()

12345678910>>...59