| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | variant_exception_safety_test.cc | 211 ThrowingVariant lhs = ValuelessByException(); in TEST() local 217 ThrowingVariant lhs = WithThrower(); in TEST() local 251 ThrowingVariant lhs = WithThrower(); in TEST() local 293 ThrowingVariant lhs = ValuelessByException(); TEST() local 299 ThrowingVariant lhs = WithThrower(); TEST() local 402 ThrowingVariant lhs = WithThrower(); TEST() local 407 ThrowingVariant lhs = WithThrower(); TEST() local 485 ThrowingVariant lhs = ValuelessByException(); TEST() local [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | def_use_manager.h | 40 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument 44 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument 46 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument 60 inline bool operator==(const UserEntry& lhs, cons argument [all...] |
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/ |
| H A D | Matrix4x4.h | 38 static void Multiply(Matrix4x4 lhs, Matrix4x4 rhs, Matrix4x4 &product) in Multiply() argument
|
| /kernel/linux/linux-5.10/arch/openrisc/kernel/ |
| H A D | entry.S | 447 lhs: l.lbs r5,0(r2) label
|
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | dm-cache-background-tracker.c | 68 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | time64.h | 52 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() argument 63 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() argument 75 timespec64_sub(struct timespec64 lhs, struct timespec64 rhs) timespec64_sub() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | iosys-map.h | 214 static inline bool iosys_map_is_equal(const struct iosys_map *lhs, in iosys_map_is_equal() argument
|
| H A D | time64.h | 57 static inline int timespec64_compare(const struct timespec64 *lhs, const struct timespec64 *rhs) in timespec64_compare() argument 68 static inline struct timespec64 timespec64_add(struct timespec64 lhs, in timespec64_add() argument 80 timespec64_sub(struct timespec64 lhs, struct timespec64 rhs) timespec64_sub() argument [all...] |
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | dm-cache-background-tracker.c | 77 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock() argument
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| H A D | cpumap.c | 174 static int __test__cpu_map_intersect(const char *lhs, const char *rhs, int nr, const char *expected) in __test__cpu_map_intersect() argument
|
| /third_party/gn/src/base/memory/ |
| H A D | scoped_refptr.h | 283 bool operator==(const scoped_refptr<T>& lhs, const U* rhs) { in operator ==() argument 288 bool operator==(const T* lhs, const scoped_refptr<U>& rhs) { in operator ==() argument 293 bool operator==(const scoped_refptr<T>& lhs, std::nullptr_t null) { in operator ==() argument 303 bool operator!=(const scoped_refptr<T>& lhs, const U* rhs) { in operator !=() argument 308 bool operator!=(const T* lhs, const scoped_refptr<U>& rhs) { in operator !=() argument 313 operator !=(const scoped_refptr<T>& lhs, std::nullptr_t null) operator !=() argument [all...] |
| /third_party/gn/src/base/numerics/ |
| H A D | checked_math.h | 230 static constexpr CheckedNumeric MathOp(const L lhs, const R rhs) { in MathOp() argument 335 CheckMathOp(const L lhs, const R rhs, const Args... args) { in CheckMathOp() argument 356 L* operator+(L* lhs, const StrictNumeric<R> rhs) { in operator +() argument 364 L* operator-(L* lhs, cons argument 321 CheckMathOp( const L lhs, const R rhs) CheckMathOp() argument [all...] |
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | ReportAPI.java | 251 private int statusChange(APIInfo lhs, APIInfo rhs) { // new. old in statusChange() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | unifiedcache.h | 78 friend inline bool operator==(const CacheKeyBase& lhs, in operator ==() argument 83 friend inline bool operator!=(const CacheKeyBase& lhs, in operator !=() argument
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api-binary-operations-instanceof.cpp | 27 jerry_value_t lhs; member
|
| H A D | test-api-binary-operations-arithmetics.cpp | 40 jerry_value_t lhs; member 48 jerry_value_t lhs; global() member [all...] |
| /third_party/json/include/nlohmann/detail/ |
| H A D | json_pointer.hpp | 123 friend json_pointer operator/(const json_pointer& lhs, in operator /() argument 131 friend json_pointer operator/(const json_pointer& lhs, string_t token) // NOLINT(performance-unnecessary-value-param) in operator /() argument 138 friend json_pointer operator/(const json_pointer& lhs, std::size_t array_idx) in operator /() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | opt_dead_code_local.cpp | 51 assignment_entry(ir_variable *lhs, ir_assignment *ir) in assignment_entry() argument 60 ir_variable *lhs; member in __anon7207::assignment_entry [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| H A D | sfn_instr_test.cpp | 24 void check(const Instr& lhs,const Instr& rhs) const { in check() argument
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-handle-set.h | 129 friend bool operator==(ZoneHandleSet<T> const& lhs, in operator ==() argument 146 friend bool operator!=(ZoneHandleSet<T> const& lhs, in operator !=() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | unifiedcache.h | 78 friend inline bool operator==(const CacheKeyBase& lhs, in operator ==() argument 83 friend inline bool operator!=(const CacheKeyBase& lhs, in operator !=() argument
|
| /third_party/nghttp2/tests/ |
| H A D | nghttp2_pq_test.c | 52 static int pq_less(const void *lhs, const void *rhs) { in pq_less() argument 126 static int node_less(const void *lhs, const void *rhs) { in node_less() argument
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_function.c | 153 static int func_compare_name(const struct rb_node *lhs, const struct rb_node *rhs) in func_compare_name() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | node-observer.h | 46 inline bool operator==(const ObservableNodeState& lhs, in operator ==() argument 52 inline bool operator!=(const ObservableNodeState& lhs, in operator !=() argument
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-traced-handle.h | 307 V8_INLINE bool operator==(const TracedReferenceBase& lhs, in operator ==() argument 317 V8_INLINE bool operator==(const TracedReferenceBase& lhs, in operator ==() argument 327 V8_INLINE bool operator==(const v8::Local<U>& lhs, in operator ==() argument 332 V8_INLINE bool operator!=(const TracedReferenceBase& lhs, in operator !=() argument 338 V8_INLINE bool operator!=(const TracedReferenceBase& lhs, in operator !=() argument 344 operator !=(const v8::Local<U>& lhs, const TracedReferenceBase& rhs) operator !=() argument [all...] |