| /commonlibrary/c_utils/base/test/benchmarktest/rwlock_benchmark_test/ |
| H A D | rwlock_benchmark_test.cpp | 60 void WriteStr(const string& str) in WriteStr() argument 72 void ReadStr(string& str) in ReadStr() argument
|
| /commonlibrary/c_utils/base/test/unittest/common/ |
| H A D | utils_rwlock_test.cpp | 36 void WriteStr(const string& str) in WriteStr() argument 47 void ReadStr(string& str) in ReadStr() argument
|
| H A D | utils_safe_map_test.cpp | 202 void callback(const std::string str, int& value) in callback() argument
|
| H A D | utils_file_test.cpp | 82 string str; in HWTEST_F() local 104 string str; in HWTEST_F() local 116 string str; in HWTEST_F() local 131 string str; in HWTEST_F() local 146 string str; HWTEST_F() local 161 string str; HWTEST_F() local 583 string str = "abc"; HWTEST_F() local 595 string str = NULL_STR; HWTEST_F() local 609 string str = "world"; HWTEST_F() local 639 string str = "woRld"; HWTEST_F() local 717 string str = "abc"; HWTEST_F() local 729 string str = NULL_STR; HWTEST_F() local [all...] |
| /commonlibrary/rust/ylong_json/src/value/ |
| H A D | index.rs | [all...] |
| /commonlibrary/c_utils/base/test/fuzztest/string_fuzzer/ |
| H A D | string_fuzzer.cpp | 34 string str = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in StringTestFunc() local
|
| /commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/ |
| H A D | file_benchmark_test.cpp | 120 string str; in BENCHMARK_F() local 147 string str; in BENCHMARK_F() local 165 string str; BENCHMARK_F() local 185 string str; BENCHMARK_F() local 205 string str; BENCHMARK_F() local 225 string str; BENCHMARK_F() local 703 string str = "abc"; BENCHMARK_F() local 720 string str = NULL_STR; BENCHMARK_F() local 739 string str = "world"; BENCHMARK_F() local 780 string str = "woRld"; BENCHMARK_F() local 889 string str = "abc"; BENCHMARK_F() local 906 string str = NULL_STR; BENCHMARK_F() local [all...] |
| /commonlibrary/ets_utils/js_api_module/convertxml/test/ |
| H A D | test_convertxml.h | 94 void CxmlTest::Replace(napi_env env, std::string &str, const std::string src, const std::string dst) in Replace() argument
|
| H A D | test_convertxml.cpp | 62 const char* str = "abc"; in setPropertyForTrim() local 543 std::string str = ""; in HWTEST_F() local 560 std::string str = ""; in HWTEST_F() local 796 std::string str = "xmlsss<!DOCTYPE>ssa"; in HWTEST_F() local
|
| /commonlibrary/rust/ylong_json/src/ |
| H A D | error.rs | 89 let mut str = match *unexpected { in fmt() variables
|
| H A D | states.rs | 1097 let mut str = String::from(r#"{"key":"value"}"#); ut_recursion_limit() variables 1106 let mut str = String::from(r#"{"key":"value"}"#); ut_recursion_limit() variables [all...] |
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| H A D | addr.rs | [all...] |
| /commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
| H A D | mod.rs | [all...] |
| /commonlibrary/c_utils/base/src/ |
| H A D | file_ex.cpp | 364 string str; in StringExistsInFile() local 381 int CountStrInStr(const string& str, const string& subStr) in CountStrInStr() argument 406 string str; in CountStrInFile() local [all...] |
| H A D | string_ex.cpp | 31 string UpperStr(const string& str) in UpperStr() argument 38 string LowerStr(const string& str) in LowerStr() argument 45 string ReplaceStr(const string& str, const string& src, const string& dst) in ReplaceStr() argument 61 string TrimStr(const string& str, const char cTrim /*= ' '*/) in TrimStr() argument 95 SplitStr(const string& str, const string& sep, vector<string>& strs, bool canEmpty, bool needTrim) SplitStr() argument 118 StrToInt(const string& str, int& value) StrToInt() argument 136 IsNumericStr(const string& str) IsNumericStr() argument 151 IsAlphaStr(const string& str) IsAlphaStr() argument 166 IsUpperStr(const string& str) IsUpperStr() argument 181 IsLowerStr(const string& str) IsLowerStr() argument 196 IsSubStr(const string& str, const string& sub) IsSubStr() argument 205 GetFirstSubStrBetween(const string& str, const string& left, const string& right, string& sub) GetFirstSubStrBetween() argument 222 GetSubStrBetween(const string& str, const string& left, const string& right, vector<string>& sub) GetSubStrBetween() argument 246 IsAsciiString(const string& str) IsAsciiString() argument 259 Str8ToStr16(const string& str) Str8ToStr16() argument [all...] |
| /commonlibrary/c_utils/base/test/benchmarktest/safe_map_benchmark_test/ |
| H A D | safe_map_benchmark_test.cpp | 281 void callback(const std::string str, int& value) in callback() argument
|
| /commonlibrary/c_utils/base/test/unittest/rust/ |
| H A D | rust_utils_file_test.rs | 50 let mut str = String::new(); in test_load_string_from_file_001() variables 68 let mut str = String::new(); in test_load_string_from_file_002() variables 76 let mut str in test_load_string_from_file_003() variables 87 let mut str = String::new(); test_load_string_from_file_004() variables 98 let mut str = String::new(); test_load_string_from_file_005() variables 109 let mut str = String::new(); test_load_string_from_file_006() variables [all...] |
| /commonlibrary/ets_utils/js_api_module/buffer/test/ |
| H A D | test_napi.cpp | 516 std::string str = "1234567890"; in HWTEST_F() local 531 std::string str = "123456789"; in HWTEST_F() local 552 std::string str = "123456789"; in HWTEST_F() local 573 std::string str = "123456789"; in HWTEST_F() local 594 std::string str = "123456789"; in HWTEST_F() local 616 std::string str = "12345678"; HWTEST_F() local 647 std::string str = "1234567890"; HWTEST_F() local 672 std::string str = "1234567890"; HWTEST_F() local [all...] |
| /commonlibrary/ets_utils/js_api_module/uri/test/ |
| H A D | test_napi.cpp | 734 std::string GetStringUtf8(napi_env env, napi_value str) in GetStringUtf8() argument
|
| /commonlibrary/ets_utils/js_concurrent_module/test/ |
| H A D | test_concurrent.cpp | 42 std::string str = "test"; in HWTEST_F() local 63 std::string str = "test"; in HWTEST_F() local 355 std::string str = "test"; in HWTEST_F() local 548 std::string str = "test"; in HWTEST_F() local 793 std::string str in HWTEST_F() local [all...] |
| /commonlibrary/memory_utils/libpurgeablemem/test/ |
| H A D | purgeable_c_test.cpp | 180 char *str = (char *)data; in InitData() local 201 char *str = (char *)data; in ModifyData() local
|
| H A D | purgeable_memory_test.cpp | 119 char *str = (char *)data; in InitData() local 140 char *str = (char *)data; in ModifyData() local
|
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| H A D | converter.cpp | 134 string Utf8ToUtf16BEToANSI(const string &str) in Utf8ToUtf16BEToANSI() argument
|
| /commonlibrary/ets_utils/js_api_module/convertxml/ |
| H A D | js_convertxml.cpp | 574 void ConvertXml::Replace(std::string &str, const std::string src, const std::string dst) const
in Replace() argument
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| H A D | js_textdecoder.cpp | 323 char *str = static_cast<char*>(data); in ReplaceNull() local
|