Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.h60 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey() function
111 static inline bool CompKey(const JSTaggedValue &a, const JSTaggedValue &b) in CompKey() function
Dglobal_dictionary-inl.h150 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.cpp301 HWTEST_F_L0(GlobalDictionaryTest, CompKey) in HWTEST_F_L0() argument