Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.cpp21 CString *StringHashMap::FindOrInsertString(const CString *cstr) in FindOrInsertString()
64 CString *cstr = const_cast<CString *>(&cstrArg); in InsertStrAndGetStringId() local
85 CString *StringHashMap::GetString(const CString &cstr) in GetString()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_second_test.cpp223 auto cstr = EcmaStringAccessor(resultStr).ToCString(thread); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp26 const char *cstr = env->GetStringUTFChars(estr, nullptr); in GetString() local