/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time.h | 226 constexpr bool operator>(Duration lhs, Duration rhs) { return rhs < lhs; } in operator >() argument 227 constexpr bool operator>=(Duration lhs, Duration rhs) { return !(lhs < rhs); } in operator >=() argument 228 constexpr bool operator<=(Duration lhs, Duration rhs) { return !(rhs < lhs); } in operator <=() argument 230 constexpr bool operator!=(Duration lhs, Duration rhs) { return !(lhs argument 234 operator +(Duration lhs, Duration rhs) operator +() argument 235 operator -(Duration lhs, Duration rhs) operator -() argument 240 operator *(Duration lhs, T rhs) operator *() argument 244 operator *(T lhs, Duration rhs) operator *() argument 248 operator /(Duration lhs, T rhs) operator /() argument 251 operator /(Duration lhs, Duration rhs) operator /() argument 255 operator %(Duration lhs, Duration rhs) operator %() argument 727 operator <(Time lhs, Time rhs) operator <() argument 728 operator >(Time lhs, Time rhs) operator >() argument 729 operator >=(Time lhs, Time rhs) operator >=() argument 730 operator <=(Time lhs, Time rhs) operator <=() argument 731 operator ==(Time lhs, Time rhs) operator ==() argument 732 operator !=(Time lhs, Time rhs) operator !=() argument 735 operator +(Time lhs, Duration rhs) operator +() argument 736 operator +(Duration lhs, Time rhs) operator +() argument 737 operator -(Time lhs, Duration rhs) operator -() argument 738 operator -(Time lhs, Time rhs) operator -() argument 1528 operator <(Duration lhs, Duration rhs) operator <() argument 1537 operator ==(Duration lhs, Duration rhs) operator ==() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_test.cc | 88 bool operator==(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs.v == rhs.v; } in operator ==() argument 89 bool operator!=(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs.v != rhs.v; } in operator !=() argument 90 bool operator<(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs.v < rhs.v; } in operator <() argument 91 bool operator<=(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs.v <= rhs.v; } in operator <=() argument 92 bool operator>=(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs in operator <=() argument 93 operator >(MoveCanThrow lhs, MoveCanThrow rhs) operator >() argument 1990 absl::monostate lhs, rhs; TEST() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.h | 1435 inline bool operator==(const Cord& lhs, const Cord& rhs) { in operator ==() argument 1460 inline bool operator==(const Cord& lhs, absl::string_view rhs) { in operator ==() argument [all...] |
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | translate.rs | 534 let mut lhs = self.pop().unwrap().unwrap_class_unicode(); in visit_class_set_binary_op_post() variables 559 let mut lhs = self.pop().unwrap().unwrap_class_bytes(); in visit_class_set_binary_op_post() variables [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 66 uint32_t lhs = step->GetSingleWordInOperand(0); in GetInductionStepOperation() local
|
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 271 uint32_t operator>>(const spv::LoopControlShift& lhs, in operator >>() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 81 static T dotProduct(vector<LHSOperandT> lhs, vector<RHSOperandT> rhs) in dotProduct() argument
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 413 const std::string_view lhs = ident->value().value(); in SortIfApplicable() local
|
/third_party/backends/backend/genesys/ |
H A D | enums.h | 432 inline bool operator<(StepType lhs, StepType rhs) in operator <() argument 436 inline bool operator<=(StepType lhs, StepType rhs) in operator <=() argument 440 inline bool operator>(StepType lhs, StepType rhs) in operator >() argument 444 inline bool operator>=(StepType lhs, StepType rhs) in operator >=() argument
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 2264 int lhs[] = {1, 2}; in TEST() local 2274 const int lhs[] = {1, 2, 3}; in TEST() local 2285 vector<int> lhs; in TEST() local 2297 vector<bool> lhs = rhs; TEST() local 2310 const double lhs[2] = {1, 2}; TEST() local 2320 const double lhs[3] = {1, 2, 3}; TEST() local 2330 const double lhs[3] = {1, 2, 3}; TEST() local 2337 const double lhs[3] = {1, 2, 3}; TEST() local 2392 int lhs[] = {2, 1}; TEST() local 2402 const int lhs[] = {1, 2, 3}; TEST() local 2413 vector<int> lhs; TEST() local 2428 const double lhs[2] = {1, 2}; TEST() local 2439 const double lhs[3] = {1, 2, 3}; TEST() local 2449 const double lhs[3] = {1, 2, 3}; TEST() local 2455 const double lhs[3] = {1, 2, 3}; TEST() local 2461 const double lhs[3] = {1, 2, 3}; TEST() local [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1363 CmpHelperEQFailure(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQFailure() argument 1380 CmpHelperEQ(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQ() argument 1399 Compare(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) Compare() argument 1411 Compare(const char* lhs_expression, const char* rhs_expression, BiggestInt lhs, BiggestInt rhs) Compare() argument [all...] |
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 1022 inline bool ArrayEq(const T& lhs, const U& rhs) { in ArrayEq() argument 1036 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { in ArrayEq() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rbnf.cpp | 124 streq(const UChar* lhs, const UChar* rhs) { in streq() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-array-prototype.c | 1004 ecma_builtin_array_prototype_object_sort_compare_helper (ecma_value_t lhs, /**< left value */ in ecma_builtin_array_prototype_object_sort_compare_helper() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
H A D | ecma-builtin-typedarray-prototype.c | 1396 ecma_builtin_typedarray_prototype_sort_compare_helper (ecma_value_t lhs, /**< left value */ in ecma_builtin_typedarray_prototype_sort_compare_helper() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_function.cpp | 526 ir_rvalue *lhs = actual; in fix_parameter() local 1260 ir_rvalue *lhs = in process_vec_mat_constructor() local 1394 ir_rvalue *lhs = new(ctx) ir_dereference_array(var, in foreach_in_list() local 1460 ir_dereference_variable *lhs in emit_inline_vector_constructor() local 1527 ir_dereference *lhs = new(ctx) ir_dereference_variable(var); emit_inline_vector_constructor() local 1562 ir_dereference *lhs = new(ctx) ir_dereference_variable(var); emit_inline_vector_constructor() local 1779 ir_rvalue *const lhs = emit_inline_matrix_constructor() local 1815 ir_dereference *const lhs = emit_inline_matrix_constructor() local 1920 ir_dereference *const lhs = emit_inline_record_constructor() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 1326 [](const Block::Pointer lhs, const Block::Pointer rhs) -> bool { in equal_to() member
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 961 inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } in ArrayEq() argument 973 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { in ArrayEq() argument
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 859 clang::Expr* lhs = expr->getLHS(); in DECL_VISIT_EXPR() local
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest.h | 1358 CmpHelperEQFailure(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQFailure() argument 1375 CmpHelperEQ(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQ() argument 1394 Compare(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) Compare() argument 1406 Compare(const char* lhs_expression, const char* rhs_expression, BiggestInt lhs, BiggestInt rhs) Compare() argument [all...] |
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 1009 inline bool ArrayEq(const T& lhs, const U& rhs) { in ArrayEq() argument 1023 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { in ArrayEq() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbnf.cpp | 124 streq(const char16_t* lhs, const char16_t* rhs) { in streq() argument
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 885 nghttp3_qpack_header_block_ref *lhs = in ref_min_cnt_less() local 898 static int max_cnt_greater(const nghttp3_ksl_key *lhs, in max_cnt_greater() argument 1661 const nghttp3_qpack_header_block_ref *lhs = in ref_max_cnt_greater() local
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 2280 VRegister lhs = i.InputSimd128Register(0).V2D(); in AssembleArchInstruction() local 2291 VRegister lhs = i.InputSimd128Register(0).V2D(); in AssembleArchInstruction() local 2316 VRegister lhs = i.InputSimd128Register(0).V4S(); AssembleArchInstruction() local 2327 VRegister lhs = i.InputSimd128Register(0).V4S(); AssembleArchInstruction() local 2483 VRegister lhs = i.InputSimd128Register(0); AssembleArchInstruction() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 2240 Simd128Register lhs = i.InputSimd128Register(0); in AssembleArchInstruction() local 2250 Simd128Register lhs = i.InputSimd128Register(0); in AssembleArchInstruction() local 2715 Simd128Register lhs = i.InputSimd128Register(0); AssembleArchInstruction() local 2725 Simd128Register lhs = i.InputSimd128Register(0); AssembleArchInstruction() local [all...] |