Home
last modified time | relevance | path

Searched defs:lvalue (Results 1 – 25 of 57) sorted by relevance

123

/third_party/boost/boost/polygon/detail/
Dpolygon_45_set_view.hpp98 polygon_45_set_view(const ltype& lvalue, in polygon_45_set_view()
201 operator|(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator |()
214 operator+(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator +()
226 operator*(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator *()
238 operator&(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator &()
250 operator^(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator ^()
263 operator-(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator -()
274 operator+=(geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator +=()
284 operator|=(geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator |=()
295 operator*=(geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator *=()
[all …]
Dpolygon_90_set_view.hpp138 polygon_90_set_view(const ltype& lvalue, in polygon_90_set_view()
281 operator|(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator |()
296 operator+(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator +()
310 operator*(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator *()
324 operator&(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator &()
338 operator^(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator ^()
352 operator-(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator -()
364 operator+=(polygon_90_set_data<coordinate_type_1>& lvalue, const geometry_type_2& rvalue) { in operator +=()
375 operator|=(polygon_90_set_data<coordinate_type_1>& lvalue, const geometry_type_2& rvalue) { in operator |=()
386 operator+=(geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator +=()
[all …]
Dproperty_merge.hpp159 bool operator()(const T& lvalue, const T& rvalue) const { in operator ()() argument
177 static inline void mergeProperty(property_map& lvalue, std::pair<property_type, int>& rvalue) { in mergeProperty()
233 inline void mergeCount(property_map& lvalue, property_map& rvalue) { in mergeCount()
/third_party/boost/boost/polygon/
Dpolygon_set_concept.hpp51 assign(polygon_set_type_1& lvalue, const polygon_set_type_2& rvalue) { in assign()
91 equivalence(const polygon_set_type_1& lvalue, in equivalence()
311 operator|(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator |()
324 operator+(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator +()
337 operator*(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator *()
350 operator&(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator &()
363 operator^(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator ^()
376 operator-(const geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator -()
387 operator+=(geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator +=()
397 operator|=(geometry_type_1& lvalue, const geometry_type_2& rvalue) { in operator |=()
[all …]
Dinterval_concept.hpp168 >::type& assign(IntervalType1& lvalue, const IntervalType2& rvalue) { in assign()
499 >::type& convolve(IntervalType1& lvalue, const IntervalType2& rvalue) { in convolve()
522 >::type& deconvolve(IntervalType1& lvalue, const IntervalType2& rvalue) { in deconvolve()
546 IntervalType1& lvalue, in reflected_convolve()
571 IntervalType1& lvalue, in reflected_deconvolve()
693 IntervalType1& lvalue, in intersect()
723 IntervalType1& lvalue, in generalized_intersect()
Drectangle_concept.hpp192 assign(rectangle_type_1& lvalue, const rectangle_type_2& rvalue) { in assign()
871 …euclidean_distance(const rectangle_type& lvalue, const point_type& rvalue, orientation_2d orient) { in euclidean_distance()
883 …euclidean_distance(const rectangle_type& lvalue, const rectangle_type_2& rvalue, orientation_2d or… in euclidean_distance()
894 square_euclidean_distance(rectangle_type& lvalue, const point_type& rvalue) { in square_euclidean_distance()
908 square_euclidean_distance(const rectangle_type& lvalue, const rectangle_type_2& rvalue) { in square_euclidean_distance()
921 euclidean_distance(rectangle_type& lvalue, const point_type& rvalue) { in euclidean_distance()
931 euclidean_distance(const rectangle_type& lvalue, const rectangle_type_2& rvalue) { in euclidean_distance()
943 manhattan_distance(rectangle_type& lvalue, const point_type& rvalue) { in manhattan_distance()
957 manhattan_distance(const rectangle_type& lvalue, const rectangle_type_2& rvalue) { in manhattan_distance()
Dpoint_concept.hpp167 PointType1>::type& assign(PointType1& lvalue, const PointType2& rvalue) { in assign()
349 PointType1>::type& convolve(PointType1& lvalue, const PointType2& rvalue) { in convolve()
368 PointType1>::type& deconvolve(PointType1& lvalue, const PointType2& rvalue) { in deconvolve()
/third_party/boost/boost/numeric/ublas/detail/
Ddefinitions.hpp87 noalias_proxy<C> noalias (C& lvalue) { in noalias()
92 noalias_proxy<const C> noalias (const C& lvalue) { in noalias()
100 C& safe (C& lvalue) { in safe()
105 const C& safe (const C& lvalue) { in safe()
/third_party/boost/libs/hana/test/optional/
Dvalue.cpp15 auto lvalue = hana::just(ct_eq<3>{}); in main() local
Doperator_deref.cpp15 auto lvalue = hana::just(ct_eq<3>{}); in main() local
Doperator_arrow.cpp19 auto lvalue = hana::just(object{}); in main() local
/third_party/pulseaudio/src/pulsecore/
Dconf-parser.h36 const char *lvalue; /* name of the variable */ member
46 char *lvalue; member
/third_party/boost/boost/hof/
Dalias.hpp82 constexpr T& lvalue(T& x) noexcept in lvalue() function
88 constexpr const T& lvalue(const T& x) noexcept in lvalue() function
/third_party/boost/libs/fusion/test/functional/
Dunfused_typed.cpp120 long lvalue = 1; in unary_tests() local
142 long lvalue = 1; in ternary_tests() local
/third_party/boost/libs/move/example/
Ddoc_how_works.cpp41 sink_tester & lvalue() { static sink_tester lv; return lv; } in lvalue() function
/third_party/libwebsockets/include/libwebsockets/abstract/
Dabstract.h36 unsigned long lvalue; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c148 long long lvalue = (long long)value; in write_elem() local
169 unsigned long long lvalue = (long long)value; in write_elem() local
/third_party/boost/boost/python/detail/
Dsignature.hpp29 bool lvalue; member
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_yacc.y366 static NodeType *new_set(NodeType *lvalue, NodeType *expression) in new_set()
379 static NodeType *new_plus_eq(NodeType *lvalue, NodeType *expression) /* {{{ */ in new_plus_eq()
398 static NodeType *new_sub_eq(NodeType *lvalue, NodeType *expression) /* {{{ */ in new_sub_eq()
417 static NodeType *new_mul_eq(NodeType *lvalue, NodeType *expression) /* {{{ */ in new_mul_eq()
436 static NodeType *new_div_eq(NodeType *lvalue, NodeType *expression) /* {{{ */ in new_div_eq()
915 NodeType *lvalue = set->unode.opr.op[0]; in new_affect_list_after() local
/third_party/boost/libs/pfr/include/boost/pfr/detail/
Dcore14_loophole.hpp151 auto tie_as_tuple_loophole_impl(T& lvalue) noexcept { in tie_as_tuple_loophole_impl()
/third_party/boost/boost/pfr/detail/
Dcore14_loophole.hpp151 auto tie_as_tuple_loophole_impl(T& lvalue) noexcept { in tie_as_tuple_loophole_impl()
/third_party/boost/boost/proto/detail/
Ddecltype.hpp201 T &lvalue(T &t) in lvalue() function
207 T const &lvalue(T const &t) in lvalue() function
/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.cpp595 std::unique_ptr<LValue> lvalue = this->getLValue(*b.fLeft); in writeBinaryExpression() local
606 std::unique_ptr<LValue> lvalue; in writeBinaryExpression() local
1015 std::unique_ptr<LValue> lvalue = this->getLValue(*p.fOperand); in writePrefixExpression() local
1056 std::unique_ptr<LValue> lvalue = this->getLValue(*p.fOperand); in writePostfixExpression() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBTMXImporter.java195 … String lvalue = text.substring(text.indexOf("=")+1,text.length()); in importDoc() local
/third_party/boost/libs/hana/test/_include/laws/
Dsearchable.hpp381 auto lvalue = list(x<0>{}, x<1>{}, x<2>{}); member

123