Home
last modified time | relevance | path

Searched defs:CopyContents (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dstring_data_template.cpp65 void StringDataTemplate<CharType>::CopyContents( in CopyContents() function in fxcrt::StringDataTemplate
73 void StringDataTemplate<CharType>::CopyContents(const CharType* pStr, in CopyContents() function in fxcrt::StringDataTemplate
/aosp_15_r20/external/pigweed/pw_string/public/pw_string/
H A Dstring_builder.h394 void CopyContents(const StringBuffer<kOtherSize>& other) { in CopyContents() function
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dbyte_builder.h410 void CopyContents(const ByteBuffer<kOtherSize>& other) { in CopyContents() function
/aosp_15_r20/hardware/google/aemu/base/
Dring_buffer_unittest.cpp565 TEST(ring_buffer, CopyContents) { in TEST() argument