Home
last modified time | relevance | path

Searched defs:StringCopy (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libcxx/benchmarks/
H A Dstring.bench.cpp177 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 Dstring.bench.cpp188 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 Dstring_utils.h148 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 Dstring_utils.h193 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 Dstring.hpp211 Error StringCopy(char (&aTargetBuffer)[kSize], in StringCopy() function
H A Dstring.cpp171 Error StringCopy(char *aTargetBuffer, uint16_t aTargetSize, const char *aSource, StringEncodingChec… in StringCopy() function
/aosp_15_r20/external/perfetto/src/base/
H A Dstring_utils_unittest.cc390 TEST(StringUtilsTest, StringCopy) { in TEST() argument