Home
last modified time | relevance | path

Searched refs:write32 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/binaryurp/source/
H A Dmarshal.cxx75 Marshal::write32(buffer, value); in writeCompressed()
119 void Marshal::write32(std::vector< unsigned char > * buffer, sal_uInt32 value) { in write32() function in binaryurp::Marshal
220 write32(buffer, *static_cast< sal_uInt32 const * >(value)); in writeValue()
H A Dwriter.cxx431 Marshal::write32(&header, static_cast< sal_uInt32 >(buffer.size())); in sendMessage()
432 Marshal::write32(&header, 1); in sendMessage()
H A Dmarshal.hxx57 static void write32(

Completed in 15 milliseconds