Home
last modified time | relevance | path

Searched refs:strLenThreshd (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1228 const string strLenThreshd = string(minNewCapacity, 't'); in BENCHMARK_F() local
1229 bool ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strLenThreshd.data()), minNewCapacity); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1318 const string strLenThreshd = string(minNewCapacity, 't'); in HWTEST_F() local
1319 bool ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strLenThreshd.data()), minNewCapacity); in HWTEST_F()

Completed in 8 milliseconds