| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | int128.h | 138 inline bool operator==(const uint128& lhs, const uint128& rhs) { in operator ==() argument 142 inline bool operator!=(const uint128& lhs, const uint128& rhs) { in operator !=() argument 300 operator +(const uint128& lhs, const uint128& rhs) operator +() argument 304 operator -(const uint128& lhs, const uint128& rhs) operator -() argument 308 operator *(const uint128& lhs, const uint128& rhs) operator *() argument 312 operator /(const uint128& lhs, const uint128& rhs) operator /() argument 316 operator %(const uint128& lhs, const uint128& rhs) operator %() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | hashtablez_sampler.h | 190 friend inline void swap(HashtablezInfoHandle& lhs, in swap() argument
|
| H A D | test_instance_tracker.h | 232 friend void swap(CopyableOnlyInstance& lhs, CopyableOnlyInstance& rhs) { in swap() argument 249 friend void swap(CopyableMovableInstance& lhs, CopyableMovableInstance& rhs) { in swap() argument 263 friend void swap(MovableOnlyInstance& lhs, MovableOnlyInstance& rhs) { in swap() argument 121 SwapImpl( BaseCountedInstance& lhs, BaseCountedInstance& rhs) SwapImpl() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | charconv_bigint.h | 353 int Compare(const BigUnsigned<N>& lhs, const BigUnsigned<M>& rhs) { in Compare() argument 368 bool operator==(const BigUnsigned<N>& lhs, const BigUnsigned<M>& rhs) { in operator ==() argument 379 bool operator!=(const BigUnsigned<N>& lhs, cons argument 384 operator <(const BigUnsigned<N>& lhs, const BigUnsigned<M>& rhs) operator <() argument 389 operator >(const BigUnsigned<N>& lhs, const BigUnsigned<M>& rhs) operator >() argument 393 operator <=(const BigUnsigned<N>& lhs, const BigUnsigned<M>& rhs) operator <=() argument 397 operator >=(const BigUnsigned<N>& lhs, const BigUnsigned<M>& rhs) operator >=() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
| H A D | time_zone.h | 220 friend bool operator==(time_zone lhs, time_zone rhs) { in operator ==() argument 223 friend bool operator!=(time_zone lhs, time_zone rhs) { return !(lhs == rhs); } in operator !=() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | fixed_array.h | 345 friend bool operator==(const FixedArray& lhs, const FixedArray& rhs) { in operator ==() argument 349 friend bool operator!=(const FixedArray& lhs, const FixedArray& rhs) { in operator !=() argument 353 friend bool operator<(const FixedArray& lhs, const FixedArray& rhs) { in operator <() argument 358 friend bool operator>(const FixedArray& lhs, const FixedArray& rhs) { in operator >() argument 362 operator <=(const FixedArray& lhs, const FixedArray& rhs) operator <=() argument 366 operator >=(const FixedArray& lhs, const FixedArray& rhs) operator >=() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| H A D | beta_distribution.h | 352 result_type u1, u2, v, w, z, r, s, t, bw_inv, lhs; in AlgorithmCheng() local
|
| /third_party/spirv-tools/source/opt/ |
| H A D | def_use_manager.cpp | 262 bool CompareAndPrintDifferences(const DefUseManager& lhs, in CompareAndPrintDifferences() argument [all...] |
| /third_party/spirv-tools/source/util/ |
| H A D | small_vector.h | 171 friend bool operator==(const SmallVector& lhs, const OtherVector& rhs) { in operator ==() argument 187 friend bool operator==(const std::vector<T>& lhs, const SmallVector& rhs) { in operator ==() argument 192 friend bool operator!=(const SmallVector& lhs, const std::vector<T>& rhs) { in operator !=() argument 196 friend bool operator!=(const std::vector<T>& lhs, const SmallVector& rhs) { in operator !=() argument [all...] |
| /base/security/certificate_framework/test/unittest/v1.0/src/ |
| H A D | crypto_x509_certificate_test.cpp | 1290 CfBlob lhs = { 0 }; in HWTEST_F() local 1307 CfBlob lhs = { 0 }; in HWTEST_F() local 1322 CfBlob lhs = { 0 }; HWTEST_F() local 1337 CfBlob lhs = { 0 }; HWTEST_F() local 1361 CfBlob lhs = { 0 }; HWTEST_F() local 1375 CfBlob lhs = { 0 }; HWTEST_F() local 1391 CfBlob lhs = { 0 }; HWTEST_F() local 1406 CfBlob lhs = { 0 }; HWTEST_F() local [all...] |
| /base/sensors/sensor/frameworks/js/napi/src/ |
| H A D | sensor_napi_utils.cpp | 34 bool IsSameValue(const napi_env &env, const napi_value &lhs, const napi_value &rhs)
in IsSameValue() argument
|
| /foundation/arkui/napi/test/unittest/jsvm/ |
| H A D | test_jsvm.cpp | 278 JSVM_Value lhs = nullptr; in HWTEST_F() local
|
| /foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
| H A D | IntfContainerTest.cpp | 37 bool operator==(const ChildChangedInfo& lhs, const ChildChangedInfo& rhs) in operator ==() argument 42 bool operator==(const ChildMovedInfo& lhs, const ChildMovedInfo& rhs) in operator ==() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/render/ |
| H A D | render_node_scene_util.cpp | 46 inline bool operator<(const SlotSubmeshIndex& lhs, const SlotSubmeshIndex& rhs) in operator <() argument 57 inline bool operator>(const SlotSubmeshIndex& lhs, const SlotSubmeshIndex& rhs) in operator >() argument [all...] |
| /foundation/communication/netmanager_ext/test/mdnsmanager/unittest/mdns_manager_test/ |
| H A D | mdns_manager_test.cpp | 365 auto lhs = Split(testStr, 'c'); in HWTEST_F() local
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
| H A D | sta_interface_test.cpp | 35 bool operator == (const WifiDeviceConfig &lhs, const WifiDeviceConfig &rhs) in operator ==() argument
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | searchndk1.cpp | 374 static int PodNode_cmp(const void *lhs, const void *rhs)
in PodNode_cmp() argument 411 static int NodeCmp(const void *lhs, const void *rhs)
in NodeCmp() argument
|
| /third_party/gn/src/base/containers/ |
| H A D | flat_tree.h | 306 friend bool operator==(const flat_tree& lhs, const flat_tree& rhs) { in operator ==() argument 310 friend bool operator!=(const flat_tree& lhs, const flat_tree& rhs) { in operator !=() argument 314 friend bool operator<(const flat_tree& lhs, const flat_tree& rhs) { in operator <() argument 318 friend bool operator>(const flat_tree& lhs, const flat_tree& rhs) { in operator >() argument 322 friend bool operator>=(const flat_tree& lhs, const flat_tree& rhs) { in operator >=() argument 326 operator <=(const flat_tree& lhs, const flat_tree& rhs) operator <=() argument [all...] |
| /third_party/gn/src/base/ |
| H A D | values.cc | 513 bool operator==(const Value& lhs, const Value& rhs) { in operator ==() argument 546 operator !=(const Value& lhs, const Value& rhs) operator !=() argument 550 operator <(const Value& lhs, const Value& rhs) operator <() argument [all...] |
| /third_party/backends/backend/genesys/ |
| H A D | register.h | 47 inline bool operator<(const Register<Value>& lhs, const Register<Value>& rhs) in operator <() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numparse_affixes.cpp | 48 static bool equals(const AffixPatternMatcher* lhs, const AffixPatternMatcher* rhs) { in equals() argument 444 const AffixMatcher& lhs = *this; in compareTo() local [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | opt_copy_propagation_elements.cpp | 137 void write_elements(ir_variable *lhs, ir_variable *rhs, unsigned write_mask, int swizzle[4]) in write_elements() argument 156 void write_full(ir_variable *lhs, ir_variable *rhs) in write_full() argument 183 remove_unused_var_from_dsts(acp_entry *lhs_entry, ir_variable *lhs, ir_variable *var) remove_unused_var_from_dsts() argument 373 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable(); visit_leave() local 677 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable(); add_copy() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_vectorize_vs_inputs.c | 373 r600_variables_can_merge(const nir_variable *lhs, const nir_variable *rhs) in r600_variables_can_merge() argument
|
| H A D | sfn_nir_lower_fs_out_to_vector.cpp | 199 NirLowerIOToVector::var_can_merge(const nir_variable *lhs, in var_can_merge() argument
|
| H A D | sfn_instr.cpp | 250 inline bool operator != (const Block& lhs, const Block& rhs) in operator !=() argument
|