Searched defs:splitResult (Results 1 – 2 of 2) sorted by relevance
| /commonlibrary/c_utils/base/test/unittest/common/ |
| D | utils_string_test.cpp | 179 string splitResult[3] = { "test", "for", "split" }; variable 193 string splitResult[2] = { "test", "split" }; variable 215 string splitResult[3] = { "test", "", "split" }; variable
|
| /commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/ |
| 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" }; in BENCHMARK_F() local
|