Searched refs:writeObjectAt (Results 1 – 2 of 2) sorted by relevance
576 writeObjectAt(HeaderPrefix, HeaderLoc); in writeResource()1356 writeObjectAt(ulittle16_t(CurLoc - LengthLoc), LengthLoc); in writeVersionInfoBlock()1416 writeObjectAt(ulittle16_t(CurLoc - LengthLoc), LengthLoc); in writeVersionInfoValue()1417 writeObjectAt(ulittle16_t(ValueLength), ValLengthLoc); in writeVersionInfoValue()1494 writeObjectAt(ulittle16_t(tell() - LengthLoc), LengthLoc); in writeVersionInfoBody()
190 template <typename T> void writeObjectAt(const T &Value, uint64_t Position) { in writeObjectAt() function