Searched refs:ExpandBuf (Results 1 – 5 of 5) sorted by relevance
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);
14 ExpandBuf(sizeof(wchar_t)); in AppendChar()33 ExpandBuf(len * sizeof(wchar_t)); in operator <<()45 ExpandBuf(len * sizeof(wchar_t)); in operator <<()
43 ExpandBuf(size - m_DataSize); in EstimateSize()46 void CFX_BinaryBuf::ExpandBuf(size_t add_size) { in ExpandBuf() function in CFX_BinaryBuf67 ExpandBuf(size); in AppendBlock()
34 ExpandBuf(1); in AppendByte()44 void ExpandBuf(size_t size);