Home
last modified time | relevance | path

Searched defs:EqualString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/base/
Dhash_utils.h40 struct EqualString { struct
41 bool operator()(const char* lhs, const char* rhs) const { return strcmp(lhs, rhs) == 0; } in operator()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp509 bool JSTaggedValue::EqualString(JSThread *thread, const JSHandle<JSTaggedValue> &x, in EqualString() function in panda::ecmascript::JSTaggedValue