Home | History | Annotate | Download | only in Serialization

Lines Matching full:baseid

4542         auto writeBaseIDOrNone = [&](uint32_t BaseID, bool ShouldWrite) {
4543 assert(BaseID < std::numeric_limits<uint32_t>::max() && "base id too high");
4545 LE.write<uint32_t>(BaseID);