Home
last modified time | relevance | path

Searched refs:IsEqual (Results 1 - 25 of 41) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/tests/
H A Dlist_test.cpp58 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 Dutf_test.cpp579 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 Dlist_test.cpp59 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 Dets_string_test.cpp140 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 Dsparse_datainfo.h108 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 Ddatainfo.h87 bool IsEqual(const DataInfo &secondInfo) const
99 bool IsEqual(const MapleVector<uint64> &LiveInfoBak) const
/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.h90 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 Dutf.cpp384 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 Dutf.h114 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 Dutf.cpp288 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 Druntime_adapter.cpp21 bool BytecodeOptimizerRuntimeAdapter::IsEqual(panda_file::MethodDataAccessor mda, in IsEqual() function in ark::BytecodeOptimizerRuntimeAdapter
/arkcompiler/ets_runtime/ecmascript/js_vm/
H A Dmain.cpp52 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 Dproto_data_accessor.h75 bool IsEqual(ProtoDataAccessor *other);
H A Dproto_data_accessor-inl.h72 inline bool ProtoDataAccessor::IsEqual(ProtoDataAccessor *other) in IsEqual() function in panda::panda_file::ProtoDataAccessor
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dproto_data_accessor.h79 bool IsEqual(ProtoDataAccessor *other);
H A Dproto_data_accessor-inl.h74 inline bool ProtoDataAccessor::IsEqual(ProtoDataAccessor *other) in IsEqual() function in ark::panda_file::ProtoDataAccessor
H A Dclass_data_accessor-inl.h143 if (utf::IsEqual(utf::CStringAsMutf8(name), annotationName)) {
H A Dfile.h408 return utf::IsEqual(stringData1.data, stringData2.data); in operator ==()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp84 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 Dets_class_linker_extension.cpp402 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 Dbit_vector_property_test.cpp41 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 Dets_interop_runtime_interface-inl.h146 if (!utf::IsEqual(utf::CStringAsMutf8("value"), elemName)) {
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.h90 bool IsEqual(const BoundsRange &range) const;
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.cpp233 return utf::IsEqual({stringData.data, stringData.utf16Length}, in CheckEntrypointSignature()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h371 bool IsEqual(const char *str) in IsEqual() function in ark::ets::EtsString

Completed in 15 milliseconds

12