Home
last modified time | relevance | path

Searched defs:InsertAtBack (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dbytestring.h162 size_t InsertAtBack(char ch) { return Insert(GetLength(), ch); } in InsertAtBack() function
H A Dwidestring.h169 size_t InsertAtBack(wchar_t ch) { return Insert(GetLength(), ch); } in InsertAtBack() function