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.cpp405 string strValue = "12345"; variable
424 string strValue = "12345"; variable
437 string strValue = "-12345"; variable
454 string strValue = "2147483648"; variable
462 string strValue = " "; variable
488 string strValue = "hello world!"; variable
541 string strValue; variable
558 string strValue; variable
570 vector<string> strValue; variable
583 vector<string> strValue; variable
/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
Dstring_benchmark_test.cpp486 string strValue = "12345"; in BENCHMARK_F() local
509 string strValue = "12345"; in BENCHMARK_F() local
526 string strValue = "-12345"; in BENCHMARK_F() local
547 string strValue = "2147483648"; in BENCHMARK_F() local
559 string strValue = " "; in BENCHMARK_F() local
572 string strValue(test); in BENCHMARK_F() local
593 string strValue = "hello world!"; in BENCHMARK_F() local
669 string strValue; in BENCHMARK_F() local
690 string strValue; in BENCHMARK_F() local
705 vector<string> strValue; in BENCHMARK_F() local
[all …]
/commonlibrary/ets_utils/js_api_module/buffer/
Dnative_module_buffer.cpp57 static string GetStringUtf8(napi_env env, napi_value strValue) in GetStringUtf8()
72 static string GetStringASCII(napi_env env, napi_value strValue) in GetStringASCII()
83 static string GetString(napi_env env, EncodingType encodingType, napi_value strValue) in GetString()
112 static std::u16string GetStringUtf16LE(napi_env env, napi_value strValue) in GetStringUtf16LE()
/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_concurrent_module/common/helper/
Dnapi_helper.cpp336 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