Searched refs:CompKey (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_dictionary-inl.h | 116 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
|
| D | tagged_dictionary.cpp | 82 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()
|
| D | tagged_dictionary.h | 73 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
|
| D | global_dictionary.h | 85 static bool inline CompKey(const std::pair<JSTaggedValue, uint32_t> &a,
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | global_dictionary_test.cpp | 301 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()
|