Home
last modified time | relevance | path

Searched defs:splitResult (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp179 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 Dstring_benchmark_test.cpp221 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