Searched defs:CopyContents (Results 1 – 4 of 4) sorted by relevance
65 void StringDataTemplate<CharType>::CopyContents( in CopyContents() function in fxcrt::StringDataTemplate73 void StringDataTemplate<CharType>::CopyContents(const CharType* pStr, in CopyContents() function in fxcrt::StringDataTemplate
394 void CopyContents(const StringBuffer<kOtherSize>& other) { in CopyContents() function
410 void CopyContents(const ByteBuffer<kOtherSize>& other) { in CopyContents() function
565 TEST(ring_buffer, CopyContents) { in TEST() argument