Searched defs:WriteInt (Results 1 – 11 of 11) sorted by relevance
21 WriteInt, enumerator
193 void WriteInt(int value) { WritePOD(value); } in WriteInt() function
190 void WriteInt(int value) { WritePOD(value); } in WriteInt() function
215 void WriteInt(int value) { WritePOD(value); } in WriteInt() function
177 func (e *Encoder) WriteInt(n int64) { func
196 func (e *Encoder) WriteInt(n int64) { func
99 func (s *LSym) WriteInt(ctxt *Link, off int64, siz int, i int64) { func
195 func (c Cursor) WriteInt(val int64) { func
198 void WriteInt(std::ostream &out, uint32_t x) { in WriteInt() function
78 STDMETHOD(WriteInt)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,INT value) PURE; in DECLARE_INTERFACE_() local