Lines Matching defs:Schema
241 const auto Schema = getFullSchema();
242 PortableMemInfoBlock WriteBlock(Info, Schema);
246 WriteBlock.serialize(Schema, OS);
249 Schema, reinterpret_cast<const unsigned char *>(Buffer.data()));
261 const auto Schema = getFullSchema();
280 Record.serialize(Schema, OS, Version2);
283 Schema, reinterpret_cast<const unsigned char *>(Buffer.data()), Version2);
289 const auto Schema = getHotColdSchema();
304 Record.AllocSites.emplace_back(CSId, Info, Schema);
309 for (auto Id : Schema)
321 // Verify that Schema has propagated all the way to the Info field in each
329 Record.serialize(Schema, OS, Version2);
332 Schema, reinterpret_cast<const unsigned char *>(Buffer.data()), Version2);
334 // Verify that Schema comes back correctly after deserialization. Technically,