Home
last modified time | relevance | path

Searched defs:CompKey (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.h77 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey() function
142 static inline bool CompKey(const JSTaggedValue &a, const JSTaggedValue &b) in CompKey() function
Dglobal_dictionary-inl.h205 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp277 HWTEST_F_L0(GlobalDictionaryTest, CompKey) in HWTEST_F_L0() argument