Searched defs:CompKey (Results 1 – 3 of 3) sorted by relevance
60 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey() function111 static inline bool CompKey(const JSTaggedValue &a, const JSTaggedValue &b) in CompKey() function
150 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey() function
301 HWTEST_F_L0(GlobalDictionaryTest, CompKey) in HWTEST_F_L0() argument