Home
last modified time | relevance | path

Searched refs:strLessThreshd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1258 const string strLessThreshd = string(minNewCapacity, 'l'); variable
1260 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strLessThreshd.data()), minNewCapacity);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1234 const string strLessThreshd = string(minNewCapacity, 'l'); in BENCHMARK_F() local
1236 … ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strLessThreshd.data()), minNewCapacity); in BENCHMARK_F()