Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 214) sorted by relevance

123456789

/device/generic/vulkan-cereal/fake-android-guest/utils/
DString8.h105 inline String8& operator=(const String8& other); variable
106 inline String8& operator=(const char* other); variable
108 inline String8& operator+=(const String8& other);
109 inline String8 operator+(const String8& other) const;
111 inline String8& operator+=(const char* other);
112 inline String8 operator+(const char* other) const;
116 inline bool operator<(const String8& other) const;
117 inline bool operator<=(const String8& other) const;
118 inline bool operator==(const String8& other) const;
119 inline bool operator!=(const String8& other) const;
[all …]
DString16.h84 inline String16& operator=(const String16& other); variable
86 inline String16& operator+=(const String16& other);
87 inline String16 operator+(const String16& other) const;
110 inline bool operator<(const String16& other) const;
111 inline bool operator<=(const String16& other) const;
112 inline bool operator==(const String16& other) const;
113 inline bool operator!=(const String16& other) const;
114 inline bool operator>=(const String16& other) const;
115 inline bool operator>(const String16& other) const;
117 inline bool operator<(const char16_t* other) const;
[all …]
DRefBase.h195 inline bool operator _op_ (const sp<T>& o) const { \
198 inline bool operator _op_ (const T* o) const { \
202 inline bool operator _op_ (const sp<U>& o) const { \
206 inline bool operator _op_ (const U* o) const { \
228 virtual void operator()(size_t i) const = 0;
333 RefBase& operator=(const RefBase& o); variable
370 wp& operator = (T* other); variable
371 wp& operator = (const wp<T>& other); variable
372 wp& operator = (const sp<T>& other); variable
374 template<typename U> wp& operator = (U* other); variable
[all …]
DStrongPointer.h28 inline bool operator _op_ (const sp<T>& o) const { \
31 inline bool operator _op_ (const T* o) const { \
35 inline bool operator _op_ (const sp<U>& o) const { \
39 inline bool operator _op_ (const U* o) const { \
42 inline bool operator _op_ (const wp<T>& o) const { \
46 inline bool operator _op_ (const wp<U>& o) const { \
68 sp& operator = (T* other); variable
69 sp& operator = (const sp<T>& other); variable
70 sp& operator = (sp<T>&& other); variable
72 template<typename U> sp& operator = (const sp<U>& other); variable
[all …]
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dtype_vec1.inl70 GLM_FUNC_QUALIFIER T & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i)
77 GLM_FUNC_QUALIFIER T const & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i) const
87 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<T, P> const & v)
96 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<U, P> const & v)
104 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator+=(U scalar)
112 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator+=(tvec1<U, P> const & v)
120 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator-=(U scalar)
128 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator-=(tvec1<U, P> const & v)
136 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator*=(U scalar)
144 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator*=(tvec1<U, P> const & v)
[all …]
Dtype_vec2.inl101 GLM_FUNC_QUALIFIER T & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i)
108 GLM_FUNC_QUALIFIER T const & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i) const
118 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator=(tvec2<T, P> const & v)
128 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator=(tvec2<U, P> const & v)
137 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(U scalar)
146 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(tvec1<U, P> const & v)
155 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(tvec2<U, P> const & v)
164 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(U scalar)
173 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(tvec1<U, P> const & v)
182 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(tvec2<U, P> const & v)
[all …]
Dtype_vec3.inl143 GLM_FUNC_QUALIFIER T & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i)
150 GLM_FUNC_QUALIFIER T const & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i) const
160 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<T, P> const & v)
171 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<U, P> const & v)
181 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(U scalar)
191 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec1<U, P> const & v)
201 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec3<U, P> const & v)
211 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(U scalar)
221 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec1<U, P> const & v)
231 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec3<U, P> const & v)
[all …]
Dtype_vec4.inl328 GLM_FUNC_QUALIFIER T & tvec4<T, P>::operator[](typename tvec4<T, P>::length_type i)
335 GLM_FUNC_QUALIFIER T const & tvec4<T, P>::operator[](typename tvec4<T, P>::length_type i) const
345 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<T, P> const & v)
357 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<U, P> const & v)
368 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(U scalar)
375 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(tvec1<U, P> const & v)
382 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(tvec4<U, P> const & v)
389 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator-=(U scalar)
396 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator-=(tvec1<U, P> const & v)
403 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator-=(tvec4<U, P> const & v)
[all …]
Dtype_mat2x2.inl158 …GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::col_type & tmat2x2<T, P>::operator[](typename tmat2x2<T…
165 …GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::col_type const & tmat2x2<T, P>::operator[](typename tma…
175 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator=(tmat2x2<T, P> const & m)
185 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator=(tmat2x2<U, P> const & m)
194 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator+=(U scalar)
203 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator+=(tmat2x2<U, P> const & m)
212 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator-=(U scalar)
221 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator-=(tmat2x2<U, P> const & m)
230 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator*=(U scalar)
239 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator*=(tmat2x2<U, P> const & m)
[all …]
Dtype_mat3x3.inl190 …GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::col_type & tmat3x3<T, P>::operator[](typename tmat3x3<T…
197 …GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::col_type const & tmat3x3<T, P>::operator[](typename tma…
207 GLM_FUNC_QUALIFIER tmat3x3<T, P> & tmat3x3<T, P>::operator=(tmat3x3<T, P> const & m)
218 GLM_FUNC_QUALIFIER tmat3x3<T, P> & tmat3x3<T, P>::operator=(tmat3x3<U, P> const & m)
228 GLM_FUNC_QUALIFIER tmat3x3<T, P> & tmat3x3<T, P>::operator+=(U s)
238 GLM_FUNC_QUALIFIER tmat3x3<T, P> & tmat3x3<T, P>::operator+=(tmat3x3<U, P> const & m)
248 GLM_FUNC_QUALIFIER tmat3x3<T, P> & tmat3x3<T, P>::operator-=(U s)
258 GLM_FUNC_QUALIFIER tmat3x3<T, P> & tmat3x3<T, P>::operator-=(tmat3x3<U, P> const & m)
268 GLM_FUNC_QUALIFIER tmat3x3<T, P> & tmat3x3<T, P>::operator*=(U s)
278 GLM_FUNC_QUALIFIER tmat3x3<T, P> & tmat3x3<T, P>::operator*=(tmat3x3<U, P> const & m)
[all …]
Dtype_mat2x3.inl158 …GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::col_type & tmat2x3<T, P>::operator[](typename tmat2x3<T…
165 …GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::col_type const & tmat2x3<T, P>::operator[](typename tma…
175 GLM_FUNC_QUALIFIER tmat2x3<T, P>& tmat2x3<T, P>::operator=(tmat2x3<T, P> const & m)
185 GLM_FUNC_QUALIFIER tmat2x3<T, P>& tmat2x3<T, P>::operator=(tmat2x3<U, P> const & m)
194 GLM_FUNC_QUALIFIER tmat2x3<T, P> & tmat2x3<T, P>::operator+=(U s)
203 GLM_FUNC_QUALIFIER tmat2x3<T, P>& tmat2x3<T, P>::operator+=(tmat2x3<U, P> const & m)
212 GLM_FUNC_QUALIFIER tmat2x3<T, P>& tmat2x3<T, P>::operator-=(U s)
221 GLM_FUNC_QUALIFIER tmat2x3<T, P>& tmat2x3<T, P>::operator-=(tmat2x3<U, P> const & m)
230 GLM_FUNC_QUALIFIER tmat2x3<T, P>& tmat2x3<T, P>::operator*=(U s)
239 GLM_FUNC_QUALIFIER tmat2x3<T, P> & tmat2x3<T, P>::operator/=(U s)
[all …]
Dtype_mat3x2.inl188 …GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::col_type & tmat3x2<T, P>::operator[](typename tmat3x2<T…
195 …GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::col_type const & tmat3x2<T, P>::operator[](typename tma…
205 GLM_FUNC_QUALIFIER tmat3x2<T, P>& tmat3x2<T, P>::operator=(tmat3x2<T, P> const & m)
216 GLM_FUNC_QUALIFIER tmat3x2<T, P>& tmat3x2<T, P>::operator=(tmat3x2<U, P> const & m)
226 GLM_FUNC_QUALIFIER tmat3x2<T, P>& tmat3x2<T, P>::operator+=(U s)
236 GLM_FUNC_QUALIFIER tmat3x2<T, P>& tmat3x2<T, P>::operator+=(tmat3x2<U, P> const & m)
246 GLM_FUNC_QUALIFIER tmat3x2<T, P>& tmat3x2<T, P>::operator-=(U s)
256 GLM_FUNC_QUALIFIER tmat3x2<T, P>& tmat3x2<T, P>::operator-=(tmat3x2<U, P> const & m)
266 GLM_FUNC_QUALIFIER tmat3x2<T, P>& tmat3x2<T, P>::operator*=(U s)
276 GLM_FUNC_QUALIFIER tmat3x2<T, P> & tmat3x2<T, P>::operator/=(U s)
[all …]
Dtype_mat2x4.inl159 …GLM_FUNC_QUALIFIER typename tmat2x4<T, P>::col_type & tmat2x4<T, P>::operator[](typename tmat2x4<T…
166 …GLM_FUNC_QUALIFIER typename tmat2x4<T, P>::col_type const & tmat2x4<T, P>::operator[](typename tma…
176 GLM_FUNC_QUALIFIER tmat2x4<T, P>& tmat2x4<T, P>::operator=(tmat2x4<T, P> const & m)
186 GLM_FUNC_QUALIFIER tmat2x4<T, P>& tmat2x4<T, P>::operator=(tmat2x4<U, P> const & m)
195 GLM_FUNC_QUALIFIER tmat2x4<T, P>& tmat2x4<T, P>::operator+=(U s)
204 GLM_FUNC_QUALIFIER tmat2x4<T, P>& tmat2x4<T, P>::operator+=(tmat2x4<U, P> const & m)
213 GLM_FUNC_QUALIFIER tmat2x4<T, P>& tmat2x4<T, P>::operator-=(U s)
222 GLM_FUNC_QUALIFIER tmat2x4<T, P>& tmat2x4<T, P>::operator-=(tmat2x4<U, P> const & m)
231 GLM_FUNC_QUALIFIER tmat2x4<T, P>& tmat2x4<T, P>::operator*=(U s)
240 GLM_FUNC_QUALIFIER tmat2x4<T, P> & tmat2x4<T, P>::operator/=(U s)
[all …]
/device/generic/goldfish-opengl/android-emu/aemu/base/fit/
DNullable.h92 constexpr Nullable& operator=(const Nullable& other) = default;
95 constexpr Nullable& operator=(Nullable&& other) = default;
107 constexpr T* operator->() { return &*mOpt; }
108 constexpr const T* operator->() const { return &*mOpt; }
109 constexpr T& operator*() { return *mOpt; }
110 constexpr const T& operator*() const { return *mOpt; }
113 explicit constexpr operator bool() const { return hasValue(); }
115 constexpr Nullable& operator=(decltype(nullptr)) {
120 constexpr Nullable& operator=(T value) {
179 constexpr T* operator->() { return &mValue; }
[all …]
DFunction.h251 FunctionImpl& operator=(decltype(nullptr)) { in decltype()
270 operator=(Callable&& target) {
282 FunctionImpl& operator=(::android::base::fit::CallbackImpl<otherInlineTargetSize, variable
287 FunctionImpl& operator=(FunctionImpl&& other) {
301 using Base::operator bool;
305 Result operator()(Args... args) const { return Base::invoke(std::forward<Args>(args)...); } in operator() function
328 bool operator==(const FunctionImpl<inlineTargetSize, requireInline, Result, Args...>& f,
333 bool operator==(decltype(nullptr),
338 bool operator!=(const FunctionImpl<inlineTargetSize, requireInline, Result, Args...>& f,
343 bool operator!=(decltype(nullptr),
[all …]
/device/generic/vulkan-cereal/fake-android-guest/log/
Dlog_time.h82 bool operator==(const timespec& T) const {
86 bool operator!=(const timespec& T) const {
89 bool operator<(const timespec& T) const {
94 bool operator>=(const timespec& T) const {
97 bool operator>(const timespec& T) const {
102 bool operator<=(const timespec& T) const {
107 log_time operator-=(const timespec& T);
108 log_time operator-(const timespec& T) const {
112 log_time operator+=(const timespec& T);
113 log_time operator+(const timespec& T) const {
[all …]
/device/generic/goldfish-opengl/android-emu/aemu/base/
DOptional.h113 constexpr operator bool() const { return constructed(); }
246 Optional& operator=(const Optional& other) {
270 Optional& operator=(Optional&& other) {
292 Optional& operator=(const Optional<U>& other) {
314 Optional& operator=(Optional<U>&& other) {
340 Optional& operator=(U&& other) {
351 using base_flag::operator bool;
384 T& operator*() {
391 constexpr const T& operator*() const {
399 T* operator->() {
[all …]
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dsimd_mat4.inl15 GLM_FUNC_QUALIFIER fvec4SIMD & fmat4x4SIMD::operator[]
25 GLM_FUNC_QUALIFIER fvec4SIMD const & fmat4x4SIMD::operator[]
112 GLM_FUNC_QUALIFIER fmat4x4SIMD& fmat4x4SIMD::operator=
125 GLM_FUNC_QUALIFIER fmat4x4SIMD & fmat4x4SIMD::operator+=
137 GLM_FUNC_QUALIFIER fmat4x4SIMD & fmat4x4SIMD::operator-=
150 GLM_FUNC_QUALIFIER fmat4x4SIMD & fmat4x4SIMD::operator*=
159 GLM_FUNC_QUALIFIER fmat4x4SIMD & fmat4x4SIMD::operator/=
170 GLM_FUNC_QUALIFIER fmat4x4SIMD & fmat4x4SIMD::operator+=
183 GLM_FUNC_QUALIFIER fmat4x4SIMD & fmat4x4SIMD::operator-=
196 GLM_FUNC_QUALIFIER fmat4x4SIMD & fmat4x4SIMD::operator*=
[all …]
Dsimd_vec4.inl88 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator=(fvec4SIMD const & v)
95 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator+=(float const & s)
101 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator+=(fvec4SIMD const & v)
107 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator-=(float const & s)
113 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator-=(fvec4SIMD const & v)
119 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator*=(float const & s)
125 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator*=(fvec4SIMD const & v)
131 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator/=(float const & s)
137 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator/=(fvec4SIMD const & v)
143 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator++()
[all …]
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_avx2_8.h313 ASTCENC_SIMD_INLINE vmask8 operator|(vmask8 a, vmask8 b)
321 ASTCENC_SIMD_INLINE vmask8 operator&(vmask8 a, vmask8 b)
329 ASTCENC_SIMD_INLINE vmask8 operator^(vmask8 a, vmask8 b)
337 ASTCENC_SIMD_INLINE vmask8 operator~(vmask8 a)
374 ASTCENC_SIMD_INLINE vint8 operator+(vint8 a, vint8 b)
382 ASTCENC_SIMD_INLINE vint8& operator+=(vint8& a, const vint8& b)
391 ASTCENC_SIMD_INLINE vint8 operator-(vint8 a, vint8 b)
399 ASTCENC_SIMD_INLINE vint8 operator*(vint8 a, vint8 b)
407 ASTCENC_SIMD_INLINE vint8 operator~(vint8 a)
415 ASTCENC_SIMD_INLINE vint8 operator|(vint8 a, vint8 b)
[all …]
Dastcenc_vecmathlib_common_4.h62 ASTCENC_SIMD_INLINE vint4 operator+(vint4 a, int b)
70 ASTCENC_SIMD_INLINE vint4& operator+=(vint4& a, const vint4& b)
79 ASTCENC_SIMD_INLINE vint4 operator-(vint4 a, int b)
87 ASTCENC_SIMD_INLINE vint4 operator*(vint4 a, int b)
95 ASTCENC_SIMD_INLINE vint4 operator|(vint4 a, int b)
103 ASTCENC_SIMD_INLINE vint4 operator&(vint4 a, int b)
111 ASTCENC_SIMD_INLINE vint4 operator^(vint4 a, int b)
139 ASTCENC_SIMD_INLINE vfloat4& operator+=(vfloat4& a, const vfloat4& b)
148 ASTCENC_SIMD_INLINE vfloat4 operator+(vfloat4 a, float b)
156 ASTCENC_SIMD_INLINE vfloat4 operator-(vfloat4 a, float b)
[all …]
Dastcenc_vecmathlib_neon_4.h370 ASTCENC_SIMD_INLINE vmask4 operator|(vmask4 a, vmask4 b)
378 ASTCENC_SIMD_INLINE vmask4 operator&(vmask4 a, vmask4 b)
386 ASTCENC_SIMD_INLINE vmask4 operator^(vmask4 a, vmask4 b)
394 ASTCENC_SIMD_INLINE vmask4 operator~(vmask4 a)
420 ASTCENC_SIMD_INLINE vint4 operator+(vint4 a, vint4 b)
428 ASTCENC_SIMD_INLINE vint4 operator-(vint4 a, vint4 b)
436 ASTCENC_SIMD_INLINE vint4 operator*(vint4 a, vint4 b)
444 ASTCENC_SIMD_INLINE vint4 operator~(vint4 a)
452 ASTCENC_SIMD_INLINE vint4 operator|(vint4 a, vint4 b)
460 ASTCENC_SIMD_INLINE vint4 operator&(vint4 a, vint4 b)
[all …]
/device/generic/vulkan-cereal/fake-android-guest/ui/
DPoint.h33 inline bool operator == (const Point& rhs) const {
36 inline bool operator != (const Point& rhs) const {
37 return !operator == (rhs);
44 bool operator < (const Point& rhs) const {
47 inline Point& operator - () {
53 inline Point& operator += (const Point& rhs) {
58 inline Point& operator -= (const Point& rhs) {
64 const Point operator + (const Point& rhs) const {
68 const Point operator - (const Point& rhs) const {
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h5143 constexpr int32_t operator|(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyTy…
5146 constexpr int32_t operator|(const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0…
5149 constexpr int32_t operator|(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyTy…
5152 constexpr int32_t operator&(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyTy…
5155 constexpr int32_t operator&(const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0…
5158 constexpr int32_t operator&(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyTy…
5161 constexpr int32_t &operator|=(int32_t& v, const ::android::hardware::automotive::vehicle::V2_0::Veh…
5165 constexpr int32_t &operator&=(int32_t& v, const ::android::hardware::automotive::vehicle::V2_0::Veh…
5174 constexpr int32_t operator|(const ::android::hardware::automotive::vehicle::V2_0::VehicleArea lhs, …
5177 constexpr int32_t operator|(const int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0…
[all …]
/device/generic/opengl-transport/host/commands/emugen/android/base/
DEnumFlags.h46 enable_if_scoped_enum<E> operator|(E l, E r) {
52 enable_if_scoped_enum<E> operator&(E l, E r) {
58 enable_if_scoped_enum<E> operator~(E e) {
63 enable_if_scoped_enum<E> operator|=(E& l, E r) {
68 enable_if_scoped_enum<E> operator&=(E& l, E r) {
73 enable_if_scoped_enum<E, bool> operator!(E e) {
78 enable_if_scoped_enum<E, bool> operator!=(E e, int val) {
84 enable_if_scoped_enum<E, bool> operator!=(int val, E e) {
89 enable_if_scoped_enum<E, bool> operator==(E e, int val) {
95 enable_if_scoped_enum<E, bool> operator==(int val, E e) {

123456789