Searched refs:writeInteger (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.h42 // Call writeInteger to write an integer value.
44 virtual void writeInteger(int) = 0;
H A DHistoryPropertyList.mm76 stream.writeInteger(currentFileVersion);
H A DBinaryPropertyList.cpp127 virtual void writeInteger(int);
196 void BinaryPropertyListPlan::writeInteger(int integer) function in class:BinaryPropertyListPlan
229 writeInteger(integers[i]);
348 virtual void writeInteger(int);
549 void BinaryPropertyListSerializer::writeInteger(int integer)
/macosx-10.10/llvmCore-3425.0.34/lib/Archive/
H A DArchiveWriter.cpp30 static inline void writeInteger(unsigned num, std::ofstream& ARFile) { function
325 writeInteger(I->second, ARFile);
327 writeInteger(I->first.length(), ARFile);

Completed in 79 milliseconds