Searched defs:StringCopy (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libcxx/benchmarks/ |
H A D | string.bench.cpp | 177 struct StringCopy { struct 179 StringCopyAndDestroy<Length, true, false>(state); in run() argument 182 static std::string name() { return "BM_StringCopy" + Length::name(); } in name() argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | string.bench.cpp | 188 struct StringCopy { struct 189 static void run(benchmark::State& state) { StringCopyAndDestroy<Length, true, false>(state); } in run() argument 191 static std::string name() { return "BM_StringCopy" + Length::name(); } in name() argument
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | string_utils.h | 148 inline void StringCopy(char* dst, const char* src, size_t dst_size) { in StringCopy() function
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | string_utils.h | 193 inline void StringCopy(char* dst, const char* src, size_t dst_size) { in StringCopy() function
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | string.hpp | 211 Error StringCopy(char (&aTargetBuffer)[kSize], in StringCopy() function
|
H A D | string.cpp | 171 Error StringCopy(char *aTargetBuffer, uint16_t aTargetSize, const char *aSource, StringEncodingChec… in StringCopy() function
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | string_utils_unittest.cc | 390 TEST(StringUtilsTest, StringCopy) { in TEST() argument
|