Searched defs:splitResult (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_string_test.cpp | 179 string splitResult[3] = { "test", "for", "split" }; in HWTEST_F() local 193 string splitResult[2] = { "test", "split" }; in HWTEST_F() local 215 string splitResult[3] = { "test", "", "split" }; in HWTEST_F() local
|
/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/ |
H A D | string_benchmark_test.cpp | 221 string splitResult[STRSPLIT01_CHAR_ARRAY_SIZE] = { "test", "for", "split" }; in BENCHMARK_F() local 238 string splitResult[STRSPLIT02_CHAR_ARRAY_SIZE] = { "test", "split" }; in BENCHMARK_F() local 262 string splitResult[STRSPLIT03_CHAR_ARRAY_SIZE] = { "test", "", "split" }; BENCHMARK_F() local [all...] |
Completed in 2 milliseconds