Searched refs:writeObjectAt (Results 1 – 2 of 2) sorted by relevance
590 writeObjectAt(HeaderPrefix, HeaderLoc); in writeResource()1430 writeObjectAt(ulittle16_t(CurLoc - LengthLoc), LengthLoc); in writeVersionInfoBlock()1490 writeObjectAt(ulittle16_t(CurLoc - LengthLoc), LengthLoc); in writeVersionInfoValue()1491 writeObjectAt(ulittle16_t(ValueLength), ValLengthLoc); in writeVersionInfoValue()1567 writeObjectAt(ulittle16_t(tell() - LengthLoc), LengthLoc); in writeVersionInfoBody()
200 template <typename T> void writeObjectAt(const T &Value, uint64_t Position) { in writeObjectAt() function