Home
last modified time | relevance | path

Searched refs:CompKey (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dglobal_dictionary-inl.h116 std::sort(sortArr.begin(), sortArr.end(), CompKey); in GetAllKeys()
150 std::sort(sortArr.begin(), sortArr.end(), CompKey); in GetAllKeysByFilter()
196 std::sort(sortArr.begin(), sortArr.end(), CompKey); in GetEnumAllKeys()
205 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey() function
Dtagged_dictionary.cpp82 std::sort(sortArr.begin(), sortArr.end(), CompKey); in GetAllKeys()
112 std::sort(sortArr.begin(), sortArr.end(), CompKey); in GetAllKeysByFilter()
292 std::sort(sortArr.begin(), sortArr.end(), CompKey); in GetAllKeys()
323 std::sort(sortArr.begin(), sortArr.end(), CompKey); in GetAllKeysByFilter()
348 std::sort(sortArr.begin(), sortArr.end(), CompKey); in GetAllEnumKeys()
Dtagged_dictionary.h73 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey() function
131 static inline bool CompKey(const JSTaggedValue &a, const JSTaggedValue &b) in CompKey() function
Dglobal_dictionary.h85 static bool inline CompKey(const std::pair<JSTaggedValue, uint32_t> &a,
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp301 HWTEST_F_L0(GlobalDictionaryTest, CompKey) in HWTEST_F_L0() argument
306 EXPECT_TRUE(GlobalDictionary::CompKey(a, b)); in HWTEST_F_L0()
307 EXPECT_TRUE(!GlobalDictionary::CompKey(a, c)); in HWTEST_F_L0()