Home
last modified time | relevance | path

Searched defs:strResult (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_directory_test.cpp126 string strResult = "data/test/UtilsDirectoryTest"; variable
137 string strResult = "data/test/UtilsDirectoryTest/"; variable
148 string strResult = "/"; variable
Dutils_string_test.cpp598 string strResult = "sub str"; variable
627 string strResult[2] = { "sub str", "sub str1" }; variable
640 string strResult[2] = { "sub str", "sub str1" }; variable
/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
Dstring_benchmark_test.cpp669 string strResult = "sub str"; in BENCHMARK_F() local
705 string strResult[GETSUBSTR03_CHAR_ARRAY_SIZE] = { "sub str", "sub str1" }; in BENCHMARK_F() local
722 string strResult[GETSUBSTR04_CHAR_ARRAY_SIZE] = { "sub str", "sub str1" }; in BENCHMARK_F() local
/commonlibrary/c_utils/base/test/benchmarktest/directory_benchmark_test/
Ddirectory_benchmark_test.cpp152 string strResult = "data/test/DirectoryTest"; in BENCHMARK_F() local
167 string strResult = "data/test/DirectoryTest/"; in BENCHMARK_F() local
/commonlibrary/ets_utils/js_api_module/convertxml/
Djs_convertxml.cpp21 std::string strResult = ""; in GetNodeType() local
/commonlibrary/ets_utils/js_util_module/util/test/
Dtest_util.cpp1675 napi_value strResult = nullptr; variable