Lines Matching defs:StartOffset
165 const auto StartOffset = Out.tell();
169 const auto Length = Out.tell() - StartOffset;
174 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4);
183 const auto StartOffset = Out.tell();
187 const auto Length = Out.tell() - StartOffset;
192 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4);
201 const auto StartOffset = Out.tell();
205 const auto Length = Out.tell() - StartOffset;
211 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4);
220 const auto StartOffset = Out.tell();
224 const auto Length = Out.tell() - StartOffset;
229 Out.fixup32(static_cast<uint32_t>(Length), StartOffset - 4);