Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_string_test.cpp407 string strValue = "12345"; variable
426 string strValue = "12345"; variable
439 string strValue = "-12345"; variable
456 string strValue = "2147483648"; variable
464 string strValue = " "; variable
490 string strValue = "hello world!"; variable
598 string strValue; variable
615 string strValue; variable
627 vector<string> strValue; variable
640 vector<string> strValue; variable
/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
Dstring_benchmark_test.cpp487 string strValue = "12345"; in BENCHMARK_F() local
510 string strValue = "12345"; in BENCHMARK_F() local
527 string strValue = "-12345"; in BENCHMARK_F() local
548 string strValue = "2147483648"; in BENCHMARK_F() local
560 string strValue = " "; in BENCHMARK_F() local
573 string strValue(test); in BENCHMARK_F() local
594 string strValue = "hello world!"; in BENCHMARK_F() local
670 string strValue; in BENCHMARK_F() local
691 string strValue; in BENCHMARK_F() local
706 vector<string> strValue; in BENCHMARK_F() local
[all …]
/commonlibrary/ets_utils/js_sys_module/process/
Djs_childprocess.cpp461 std::string ChildProcess::RequireStrValue(napi_env env, const napi_value strValue) in RequireStrValue()
/commonlibrary/ets_utils/js_api_module/buffer/
Dnative_module_buffer.cpp61 static string GetStringUtf8(napi_env env, napi_value strValue) in GetStringUtf8()
76 static string GetStringASCII(napi_env env, napi_value strValue) in GetStringASCII()
87 static string GetString(napi_env env, EncodingType encodingType, napi_value strValue) in GetString()
116 static std::u16string GetStringUtf16LE(napi_env env, napi_value strValue) in GetStringUtf16LE()
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
Dnapi_helper.cpp369 napi_value strValue = nullptr; in GetPrintString() local
/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp155 std::string strValue = ReviseStr(searchParams[pos + 1], reviseChar); in ToString() local