Home
last modified time | relevance | path

Searched refs:StrBuffer (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp73 StrBuffer=NULL; in StringPerformanceTest()
112 StrBuffer = new UChar[srcLen]; in StringPerformanceTest()
114 memcpy(StrBuffer, src, srcLen * U_SIZEOF_UCHAR); in StringPerformanceTest()
122 delete[] StrBuffer; in ~StringPerformanceTest()
168 return new StringPerfFunction(ctor, StrBuffer, StrBufferLen, uselen); in TestCtor()
177 return new StringPerfFunction(ctor1, StrBuffer, StrBufferLen, uselen); in TestCtor1()
186 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen); in TestCtor2()
195 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen); in TestCtor3()
204 return new StringPerfFunction(assign, StrBuffer, StrBufferLen, uselen); in TestAssign()
213 return new StringPerfFunction(assign1, StrBuffer, StrBufferLen, uselen); in TestAssign1()
[all …]
Dstringperf.h385 UChar* StrBuffer; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h175 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local
177 memcpy(StrBuffer, Key.data(), KeyLength); in Create()
178 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringMap.h195 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local
197 memcpy(StrBuffer, Key.data(), KeyLength); in Create()
198 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients. in Create()
/third_party/sqlite/src/
Dsqlite3.c189476 typedef struct StrBuffer StrBuffer;
189477 struct StrBuffer {
189958 StrBuffer *pStr, /* Buffer to append to */
190083 StrBuffer *pOut /* Write output here */
190805 StrBuffer res = {0, 0, 0};
190954 StrBuffer res = {0, 0, 0}; /* Result string */