/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | list_test.cpp | 58 bool IsEqual(const List<TestNode> &list1, std::initializer_list<TestNode> list2) const in IsEqual() function in ListTest 95 ASSERT_TRUE(IsEqual(list, {1})); in TEST_F() 99 ASSERT_TRUE(IsEqual(list, {2, 1})); in TEST_F() 102 ASSERT_TRUE(IsEqual(list, {1})); in TEST_F() 105 ASSERT_TRUE(IsEqual(list, {1, 2})); in TEST_F() 108 ASSERT_TRUE(IsEqual(list, {0, 1, 2})); in TEST_F() 111 ASSERT_TRUE(IsEqual(list, {0, 1})); in TEST_F() 116 ASSERT_TRUE(IsEqual(list, {0, 1, 2, 3, 4, 5, 6, 7, 8, 9})); in TEST_F() 120 ASSERT_TRUE(IsEqual(list2, {0, 1, 2, 3, 4, 5, 6, 7, 8, 9})); in TEST_F() 123 ASSERT_TRUE(IsEqual(lis in TEST_F() 169 bool IsEqual(const DList &list1, std::list<DTestNode> list2) const IsEqual() function in DListTest [all...] |
H A D | utf_test.cpp | 579 ASSERT_TRUE(IsEqual(utf8_1, utf8_2)); in HWTEST() 587 ASSERT_FALSE(IsEqual(utf8_1, utf8_2)); in HWTEST() 593 EXPECT_TRUE(IsEqual(v1.data(), v2.data())); in HWTEST()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | list_test.cpp | 59 bool IsEqual(const List<TestNode> &list1, std::initializer_list<TestNode> list2) const in IsEqual() function in ListTest 97 ASSERT_TRUE(IsEqual(list, {1U})); in TEST_F() 101 ASSERT_TRUE(IsEqual(list, {2U, 1U})); in TEST_F() 104 ASSERT_TRUE(IsEqual(list, {1U})); in TEST_F() 107 ASSERT_TRUE(IsEqual(list, {1U, 2U})); in TEST_F() 110 ASSERT_TRUE(IsEqual(list, {0U, 1U, 2U})); in TEST_F() 113 ASSERT_TRUE(IsEqual(list, {0U, 1U})); in TEST_F() 119 ASSERT_TRUE(IsEqual(list, {0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, 9U})); in TEST_F() 123 ASSERT_TRUE(IsEqual(list2, {0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, 9U})); in TEST_F() 126 ASSERT_TRUE(IsEqual(lis in TEST_F() 172 bool IsEqual(const DList &list1, std::list<DTestNode> list2) const IsEqual() function in DListTest [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
H A D | ets_string_test.cpp | 140 ASSERT_TRUE(utf::IsEqual({firstEtsString->GetDataMUtf8(), firstStringLength}, {firstString, firstStringLength})); in TEST_F() 142 utf::IsEqual({firstEtsString->GetDataMUtf8(), firstStringLength - 2}, {firstString, firstStringLength - 2})); in TEST_F() 149 ASSERT_TRUE(utf::IsEqual({firstEtsString->GetDataMUtf8(), thirdStringLength}, in TEST_F() 151 ASSERT_TRUE(utf::IsEqual({firstEtsString->GetDataMUtf8(), thirdStringLength - 1}, in TEST_F() 482 TEST_F(EtsStringTest, IsEqual) in TEST_F() 492 ASSERT_TRUE(str1->IsEqual(data1.data())); in TEST_F() 493 ASSERT_TRUE(str2->IsEqual(data2.data())); in TEST_F() 494 ASSERT_TRUE(str3->IsEqual(&data3)); in TEST_F() 495 ASSERT_FALSE(str1->IsEqual(data2.data())); in TEST_F() 496 ASSERT_FALSE(str2->IsEqual(data in TEST_F() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | sparse_datainfo.h | 108 bool IsEqual(const SparseDataInfo &secondInfo) const in IsEqual() function in maplebe::SparseDataInfo 113 bool IsEqual(const MapleSparseBitVector<> &liveInfoBak) const in IsEqual() function in maplebe::SparseDataInfo
|
H A D | datainfo.h | 87 bool IsEqual(const DataInfo &secondInfo) const 99 bool IsEqual(const MapleVector<uint64> &LiveInfoBak) const
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | utf.h | 90 bool IsEqual(Span<const uint8_t> utf8_1, Span<const uint8_t> utf8_2); 92 bool IsEqual(const uint8_t *mutf8_1, const uint8_t *mutf8_2); 131 return IsEqual(mutf8_1, mutf8_2); in operator ()()
|
H A D | utf.cpp | 384 bool IsEqual(Span<const uint8_t> utf8_1, Span<const uint8_t> utf8_2) in IsEqual() function 393 bool IsEqual(const uint8_t *mutf8_1, const uint8_t *mutf8_2) in IsEqual() function
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | utf.h | 114 PANDA_PUBLIC_API bool IsEqual(Span<const uint8_t> utf81, Span<const uint8_t> utf82); 116 PANDA_PUBLIC_API bool IsEqual(const uint8_t *mutf81, const uint8_t *mutf82); 184 return IsEqual(mutf81, mutf82); in operator ()()
|
H A D | utf.cpp | 288 bool IsEqual(Span<const uint8_t> utf81, Span<const uint8_t> utf82) in IsEqual() function 297 bool IsEqual(const uint8_t *mutf81, const uint8_t *mutf82) in IsEqual() function
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | runtime_adapter.cpp | 21 bool BytecodeOptimizerRuntimeAdapter::IsEqual(panda_file::MethodDataAccessor mda, in IsEqual() function in ark::BytecodeOptimizerRuntimeAdapter
|
/arkcompiler/ets_runtime/ecmascript/js_vm/ |
H A D | main.cpp | 52 bool IsEqual(EcmaVM *vm, Local<JSValueRef> jsArg0, Local<JSValueRef> jsArg1) in IsEqual() function 66 if (!IsEqual(vm, arg0, arg1)) { in IsEqual() 90 if (!IsEqual(vm, jsArg0, jsArg1)) { in AssertEqual()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | proto_data_accessor.h | 75 bool IsEqual(ProtoDataAccessor *other);
|
H A D | proto_data_accessor-inl.h | 72 inline bool ProtoDataAccessor::IsEqual(ProtoDataAccessor *other) in IsEqual() function in panda::panda_file::ProtoDataAccessor
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | proto_data_accessor.h | 79 bool IsEqual(ProtoDataAccessor *other);
|
H A D | proto_data_accessor-inl.h | 74 inline bool ProtoDataAccessor::IsEqual(ProtoDataAccessor *other) in IsEqual() function in ark::panda_file::ProtoDataAccessor
|
H A D | class_data_accessor-inl.h | 143 if (utf::IsEqual(utf::CStringAsMutf8(name), annotationName)) {
|
H A D | file.h | 408 return utf::IsEqual(stringData1.data, stringData2.data); in operator ==()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vtable_builder.cpp | 84 return utf::IsEqual(a.descriptor_, b.descriptor_); in AreEqual() 173 if (utf::IsEqual(super.GetDescriptor(), utf::CStringAsMutf8(panda_file_items::class_descriptors::OBJECT.data()))) { in RefIsAssignableToImpl()
|
H A D | ets_class_linker_extension.cpp | 402 ASSERT(utf::IsEqual(descriptor, langCtx_.GetObjectClassDescriptor()) || in CreateClass() 403 utf::IsEqual(descriptor, langCtx_.GetClassClassDescriptor())); in CreateClass()
|
/arkcompiler/runtime_core/static_core/verification/util/tests/ |
H A D | bit_vector_property_test.cpp | 41 bool IsEqual() const in IsEqual() function 245 RC_ASSERT(lhs.IsEqual()); 256 RC_ASSERT(lhs.IsEqual()); 265 RC_ASSERT(lhs.IsEqual());
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | ets_interop_runtime_interface-inl.h | 146 if (!utf::IsEqual(utf::CStringAsMutf8("value"), elemName)) {
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | bounds_analysis.h | 90 bool IsEqual(const BoundsRange &range) const;
|
/arkcompiler/runtime_core/static_core/runtime/core/ |
H A D | core_vm.cpp | 233 return utf::IsEqual({stringData.data, stringData.utf16Length}, in CheckEntrypointSignature()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_string.h | 371 bool IsEqual(const char *str) in IsEqual() function in ark::ets::EtsString
|