Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp41 HWTEST_F_L0(StringHelperTest, ConcatToStdString) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h64 inline std::string ConcatToStdString(T&& first, Args&&... args) in ConcatToStdString() function