Searched refs:ExpandBuf (Results 1 – 5 of 5) sorted by relevance
14 ExpandBuf(sizeof(wchar_t)); in AppendChar()20 ExpandBuf(ascii.GetLength() * sizeof(wchar_t)); in operator <<()42 ExpandBuf(len * sizeof(wchar_t)); in operator <<()54 ExpandBuf(len * sizeof(wchar_t)); in operator <<()
51 ExpandBuf(size - m_DataSize); in EstimateSize()54 void CFX_BinaryBuf::ExpandBuf(size_t add_size) { in ExpandBuf() function in CFX_BinaryBuf79 ExpandBuf(size); in AppendBlock()
39 ExpandBuf(1); in AppendByte()49 void ExpandBuf(size_t size);
21 ExpandBuf(iAllocSize); in InitWithSize()26 ExpandBuf(m_iBufLen * 2); in AppendChar()38 void CFX_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) { in ExpandBuf() function in CFX_CSSTextBuf
28 void ExpandBuf(int32_t iDesiredSize);