Lines Matching refs:buffer

68     BlopObject(const sal_uInt8* buffer, sal_uInt32 len, sal_Bool copyBuffer);
137 BlopObject::BlopObject(const sal_uInt8* buffer, sal_uInt32 len, sal_Bool copyBuffer) in BlopObject() argument
145 memcpy(newBuffer, buffer, len); in BlopObject()
150 m_pBuffer = buffer; in BlopObject()
179 sal_uInt16 createString(const sal_uInt8* buffer); // throws std::bad_alloc
216 sal_uInt16 StringCache::createString(const sal_uInt8* buffer) in createString() argument
220 sal_uInt32 len = UINT16StringLen(buffer); in createString()
224 readString(buffer, m_stringTable[m_stringsCopied], (len + 1) * sizeof(sal_Unicode)); in createString()
247 ConstantPool(const sal_uInt8* buffer, sal_uInt16 numEntries) in ConstantPool() argument
248 : BlopObject(buffer, 0, sal_False) in ConstantPool()
593 FieldList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in FieldList() argument
594 : BlopObject(buffer, 0, sal_False) in FieldList()
762 ReferenceList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in ReferenceList() argument
763 : BlopObject(buffer, 0, sal_False) in ReferenceList()
856 MethodList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in MethodList() argument
857 : BlopObject(buffer, 0, sal_False) in MethodList()
1093 const sal_uInt8* buffer, sal_uInt32 len, sal_Bool copyBuffer);
1102 const sal_uInt8* buffer, sal_uInt32 len, sal_Bool copyBuffer): in TypeRegistryEntry() argument
1103 BlopObject(buffer, len, copyBuffer), m_pCP(NULL), m_pFields(NULL), in TypeRegistryEntry()
1158 void const * buffer, sal_uInt32 length, sal_Bool copy, in typereg_reader_create() argument
1170 static_cast< sal_uInt8 const * >(buffer), in typereg_reader_create()
1188 static TypeReaderImpl TYPEREG_CALLTYPE createEntry(const sal_uInt8* buffer, sal_uInt32 len, sal_Boo… in createEntry() argument
1191 typereg_reader_create(buffer, len, copyBuffer, TYPEREG_VERSION_0, &handle); in createEntry()