Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 138) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dpoint_arithmetic.hpp7 point<T> operator+(point<T> const& lhs, point<T> const& rhs) in operator +()
13 point<T> operator+(point<T> const& lhs, T const& rhs) in operator +()
19 point<T> operator-(point<T> const& lhs, point<T> const& rhs) in operator -()
25 point<T> operator-(point<T> const& lhs, T const& rhs) in operator -()
31 point<T> operator*(point<T> const& lhs, point<T> const& rhs) in operator *()
37 point<T> operator*(point<T> const& lhs, T const& rhs) in operator *()
43 point<T> operator/(point<T> const& lhs, point<T> const& rhs) in operator /()
49 point<T> operator/(point<T> const& lhs, T const& rhs) in operator /()
55 point<T>& operator+=(point<T>& lhs, point<T> const& rhs) in operator +=()
63 point<T>& operator+=(point<T>& lhs, T const& rhs) in operator +=()
[all …]
H A Dbox.hpp22 constexpr bool operator==(box<T> const& lhs, box<T> const& rhs) in operator ==()
28 constexpr bool operator!=(box<T> const& lhs, box<T> const& rhs) in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/
H A Dtype_index_facade.hpp158 …dex_facade<Derived, TypeInfo>& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOST_NOEXCEP… in operator ==()
163 …dex_facade<Derived, TypeInfo>& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOST_NOEXCEP… in operator <()
170 …dex_facade<Derived, TypeInfo>& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOST_NOEXCEP… in operator >()
175 …dex_facade<Derived, TypeInfo>& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOST_NOEXCEP… in operator <=()
180 …dex_facade<Derived, TypeInfo>& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOST_NOEXCEP… in operator >=()
185 …dex_facade<Derived, TypeInfo>& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOST_NOEXCEP… in operator !=()
191 inline bool operator == (const TypeInfo& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOS… in operator ==()
196 inline bool operator < (const TypeInfo& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOST… in operator <()
201 inline bool operator > (const TypeInfo& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOST… in operator >()
206 inline bool operator <= (const TypeInfo& lhs, const type_index_facade<Derived, TypeInfo>& rhs) BOOS… in operator <=()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_id_io.cpp8 ::std::ostream& operator<<(::std::ostream& os, const CanonicalTileID& rhs) { in operator <<()
15 std::string toString(const CanonicalTileID& rhs) { in toString()
20 ::std::ostream& operator<<(::std::ostream& os, const OverscaledTileID& rhs) { in operator <<()
25 std::string toString(const OverscaledTileID& rhs) { in toString()
30 ::std::ostream& operator<<(::std::ostream& os, const UnwrappedTileID& rhs) { in operator <<()
38 std::string toString(const UnwrappedTileID& rhs) { in toString()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.hpp959 String operator + (const String& lhs, const String& rhs) in operator +()
969 String operator + (const String& lhs, const char* rhs) in operator +()
980 String operator + (const char* lhs, const String& rhs) in operator +()
991 String operator + (const String& lhs, char rhs) in operator +()
1001 String operator + (char lhs, const String& rhs) in operator +()
1010 static inline bool operator== (const String& lhs, const String& rhs) { return 0 == lhs.compare(rhs)… in operator ==()
1011 static inline bool operator== (const char* lhs, const String& rhs) { return 0 == rhs.compare(lhs)… in operator ==()
1012 static inline bool operator== (const String& lhs, const char* rhs) { return 0 == lhs.compare(rhs)… in operator ==()
1013 static inline bool operator!= (const String& lhs, const String& rhs) { return 0 != lhs.compare(rhs)… in operator !=()
1014 static inline bool operator!= (const char* lhs, const String& rhs) { return 0 != rhs.compare(lhs)… in operator !=()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.hpp959 String operator + (const String& lhs, const String& rhs) in operator +()
969 String operator + (const String& lhs, const char* rhs) in operator +()
980 String operator + (const char* lhs, const String& rhs) in operator +()
991 String operator + (const String& lhs, char rhs) in operator +()
1001 String operator + (char lhs, const String& rhs) in operator +()
1010 static inline bool operator== (const String& lhs, const String& rhs) { return 0 == lhs.compare(rhs)… in operator ==()
1011 static inline bool operator== (const char* lhs, const String& rhs) { return 0 == rhs.compare(lhs)… in operator ==()
1012 static inline bool operator== (const String& lhs, const char* rhs) { return 0 == lhs.compare(rhs)… in operator ==()
1013 static inline bool operator!= (const String& lhs, const String& rhs) { return 0 != lhs.compare(rhs)… in operator !=()
1014 static inline bool operator!= (const char* lhs, const String& rhs) { return 0 != rhs.compare(lhs)… in operator !=()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.hpp959 String operator + (const String& lhs, const String& rhs) in operator +()
969 String operator + (const String& lhs, const char* rhs) in operator +()
980 String operator + (const char* lhs, const String& rhs) in operator +()
991 String operator + (const String& lhs, char rhs) in operator +()
1001 String operator + (char lhs, const String& rhs) in operator +()
1010 static inline bool operator== (const String& lhs, const String& rhs) { return 0 == lhs.compare(rhs)… in operator ==()
1011 static inline bool operator== (const char* lhs, const String& rhs) { return 0 == rhs.compare(lhs)… in operator ==()
1012 static inline bool operator== (const String& lhs, const char* rhs) { return 0 == lhs.compare(rhs)… in operator ==()
1013 static inline bool operator!= (const String& lhs, const String& rhs) { return 0 != lhs.compare(rhs)… in operator !=()
1014 static inline bool operator!= (const char* lhs, const String& rhs) { return 0 != rhs.compare(lhs)… in operator !=()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Drecursive_wrapper.hpp58 recursive_wrapper& operator=(const recursive_wrapper& rhs) in operator =()
64 recursive_wrapper& operator=(const T& rhs) in operator =()
79 recursive_wrapper& operator=(recursive_wrapper&& rhs) BOOST_NOEXCEPT in operator =()
85 recursive_wrapper& operator=(T&& rhs) in operator =()
141 void recursive_wrapper<T>::assign(const T& rhs) in assign()
151 inline void swap(recursive_wrapper<T>& lhs, recursive_wrapper<T>& rhs) BOOST_NOEXCEPT in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Drecursive_wrapper.hpp27 void assign(T const& rhs) in assign()
61 inline recursive_wrapper& operator=(recursive_wrapper const& rhs) in operator =()
67 inline recursive_wrapper& operator=(T const& rhs) in operator =()
80 recursive_wrapper& operator=(recursive_wrapper&& rhs) noexcept in operator =()
86 recursive_wrapper& operator=(T&& rhs) in operator =()
115 inline void swap(recursive_wrapper<T>& lhs, recursive_wrapper<T>& rhs) noexcept in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp484 define(">", [](double lhs, double rhs) -> Result<bool> { return lhs > rhs; }); in initializeDefinitions()
485 …define(">", [](const std::string& lhs, const std::string& rhs) -> Result<bool> { return lhs > rhs;… in initializeDefinitions()
486 …define(">", [](const std::string& lhs, const std::string& rhs, const Collator& c) -> Result<bool> … in initializeDefinitions()
487 define(">=", [](double lhs, double rhs) -> Result<bool> { return lhs >= rhs; }); in initializeDefinitions()
488 …define(">=",[](const std::string& lhs, const std::string& rhs) -> Result<bool> { return lhs >= rhs… in initializeDefinitions()
489 …define(">=", [](const std::string& lhs, const std::string& rhs, const Collator& c) -> Result<bool>… in initializeDefinitions()
490 define("<", [](double lhs, double rhs) -> Result<bool> { return lhs < rhs; }); in initializeDefinitions()
491 …define("<", [](const std::string& lhs, const std::string& rhs) -> Result<bool> { return lhs < rhs;… in initializeDefinitions()
492 …define("<", [](const std::string& lhs, const std::string& rhs, const Collator& c) -> Result<bool> … in initializeDefinitions()
493 define("<=", [](double lhs, double rhs) -> Result<bool> { return lhs <= rhs; }); in initializeDefinitions()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dpoint.hpp64 bool operator==(point<T> const& lhs, point<T> const& rhs) { in operator ==()
69 bool operator==(mapbox::geometry::point<T> const& lhs, point<T> const& rhs) { in operator ==()
74 bool operator==(point<T> const& lhs, mapbox::geometry::point<T> const& rhs) { in operator ==()
79 bool operator!=(point<T> const& lhs, point<T> const& rhs) { in operator !=()
84 bool operator!=(mapbox::geometry::point<T> const& lhs, point<T> const& rhs) { in operator !=()
89 bool operator!=(point<T> const& lhs, mapbox::geometry::point<T> const& rhs) { in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dbackup_holder.hpp45 backup_holder& operator=(const backup_holder& rhs) in operator =()
51 backup_holder& operator=(const T& rhs) in operator =()
57 void swap(backup_holder& rhs) BOOST_NOEXCEPT in swap()
87 void swap(backup_holder<T>& lhs, backup_holder<T>& rhs) BOOST_NOEXCEPT in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp47 MBGL_CONSTEXPR MapDebugOptions operator|(MapDebugOptions lhs, MapDebugOptions rhs) { in operator |()
51 MBGL_CONSTEXPR MapDebugOptions& operator|=(MapDebugOptions& lhs, MapDebugOptions rhs) { in operator |=()
55 MBGL_CONSTEXPR bool operator&(MapDebugOptions lhs, MapDebugOptions rhs) { in operator &()
59 MBGL_CONSTEXPR MapDebugOptions& operator&=(MapDebugOptions& lhs, MapDebugOptions rhs) { in operator &=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp49 unique_any(unique_any&& rhs) : vtable(rhs.vtable) { in unique_any() function in mbgl::util::unique_any
68 unique_any& operator=(unique_any&& rhs) { in operator =()
75 unique_any& operator=(ValueType&& rhs) { in operator =()
87 void swap(unique_any& rhs) { in swap()
267 inline void swap(mbgl::util::unique_any& lhs, mbgl::util::unique_any& rhs) { in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_reference_spec.hpp130 explicit optional(const optional<U&>& rhs) BOOST_NOEXCEPT : ptr_(rhs.get_ptr()) {} in optional()
131 optional(const optional& rhs) BOOST_NOEXCEPT : ptr_(rhs.get_ptr()) {} in optional()
135 …explicit optional(U& rhs, BOOST_DEDUCED_TYPENAME boost::enable_if_c<detail::is_same_decayed<T, U>:… in optional()
139 …optional(U& rhs, BOOST_DEDUCED_TYPENAME boost::enable_if_c<detail::is_same_decayed<T, U>::value &&… in optional()
142 optional& operator=(const optional& rhs) BOOST_NOEXCEPT { ptr_ = rhs.get_ptr(); return *this; } in operator =()
144 …optional& operator=(const optional<U&>& rhs) BOOST_NOEXCEPT { ptr_ = rhs.get_ptr(); return *this; } in operator =()
148 void swap(optional& rhs) BOOST_NOEXCEPT { std::swap(ptr_, rhs.ptr_); } in swap()
H A Dold_optional_implementation.hpp162 optional_base ( optional_base const& rhs ) in optional_base() function in boost::optional_detail::optional_base
173 optional_base ( optional_base&& rhs ) in optional_base() function in boost::optional_detail::optional_base
211 void assign ( optional_base const& rhs ) in assign()
228 void assign ( optional_base&& rhs ) in assign()
246 void assign ( optional<U> const& rhs ) in assign()
273 void assign ( optional<U>&& rhs ) in assign()
694 explicit optional ( optional<U> const& rhs ) in optional() function in boost::optional
707 explicit optional ( optional<U> && rhs ) in optional() function in boost::optional
746 optional ( optional const& rhs ) : base( static_cast<base const&>(rhs) ) {} in optional() function in boost::optional
792 optional& operator= ( optional<U> const& rhs ) in operator =()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dbuffer.hpp65 void swap(basic_buffer<Ch, Alloc>& lhs, basic_buffer<Ch, Alloc>& rhs) in swap()
139 void swap(buffer<Ch, Alloc>& lhs, buffer<Ch, Alloc>& rhs) in swap()
174 void basic_buffer<Ch, Alloc>::swap(basic_buffer& rhs) in swap()
194 inline void buffer<Ch, Alloc>::swap(buffer& rhs) in swap()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dthumbnails.cpp110 bool ConfigLess(const rkaiq_thumbnails_config_t& lhs, const rkaiq_thumbnails_config_t& rhs) { in ConfigLess()
124 bool ConfigEqual(const rkaiq_thumbnails_config_t& lhs, const rkaiq_thumbnails_config_t& rhs) { in ConfigEqual()
197 friend bool operator<(const RefCountedVideoBuffer& lhs, const RefCountedVideoBuffer& rhs) { in operator <()
202 friend bool operator>(const RefCountedVideoBuffer& lhs, const RefCountedVideoBuffer& rhs) { in operator >()
207 friend bool operator<=(const RefCountedVideoBuffer& lhs, const RefCountedVideoBuffer& rhs) { in operator <=()
211 friend bool operator>=(const RefCountedVideoBuffer& lhs, const RefCountedVideoBuffer& rhs) { in operator >=()
215 friend bool operator!=(const RefCountedVideoBuffer& lhs, const RefCountedVideoBuffer& rhs) { in operator !=()
219 friend bool operator==(const RefCountedVideoBuffer& lhs, const RefCountedVideoBuffer& rhs) { in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp176 static bool childrenEqual(const T& lhs, const T& rhs) { in childrenEqual()
187 …c bool childEqual(const std::unique_ptr<Expression>& lhs, const std::unique_ptr<Expression>& rhs) { in childEqual()
193 const std::pair<T, std::unique_ptr<Expression>>& rhs) { in childEqual()
199 const std::pair<T, std::shared_ptr<Expression>>& rhs) { in childEqual()
204 … const std::pair<std::unique_ptr<Expression>, std::unique_ptr<Expression>>& rhs) { in childEqual()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dstyle_diff.cpp49 return diff(a, b, [] (const ImmutableImage& lhs, const ImmutableImage& rhs) { in diffImages()
56 return diff(a, b, [] (const ImmutableSource& lhs, const ImmutableSource& rhs) { in diffSources()
64 return diff(a, b, [] (const ImmutableLayer& lhs, const ImmutableLayer& rhs) { in diffLayers()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dtypes.hpp175 inline void swap(data_view& lhs, data_view& rhs) noexcept { in swap()
186 inline bool operator==(const data_view& lhs, const data_view& rhs) noexcept { in operator ==()
197 inline bool operator!=(const data_view& lhs, const data_view& rhs) noexcept { in operator !=()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtime64.h52 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare()
64 struct timespec64 rhs) in timespec64_add()
76 struct timespec64 rhs) in timespec64_sub()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp157 optional_base ( optional_base const& rhs ) in optional_base() function in boost::optional_detail::optional_base
168 optional_base ( optional_base&& rhs ) in optional_base() function in boost::optional_detail::optional_base
206 void assign ( optional_base const& rhs ) in assign()
223 void assign ( optional_base&& rhs ) in assign()
241 void assign ( optional<U> const& rhs ) in assign()
268 void assign ( optional<U>&& rhs ) in assign()
819 explicit optional ( optional<U> const& rhs in optional() function in boost::optional
836 explicit optional ( optional<U> && rhs in optional() function in boost::optional
877 optional ( optional const& rhs ) : base( static_cast<base const&>(rhs) ) {} in optional() function in boost::optional
922 optional& operator= ( optional<U> const& rhs ) in operator =()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dtest_min_heap.c14 static __init bool less_than(const void *lhs, const void *rhs) in less_than()
19 static __init bool greater_than(const void *lhs, const void *rhs) in greater_than()
24 static __init void swap_ints(void *lhs, void *rhs) in swap_ints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dfilter.hpp31 friend bool operator==(const Filter& lhs, const Filter& rhs) { in operator ==()
39 friend bool operator!=(const Filter& lhs, const Filter& rhs) { in operator !=()

123456