Lines Matching refs:Schema
26 const memprof::MemProfSchema &Schema) { in writeMemProfSchema() argument
27 OS.write(static_cast<uint64_t>(Schema.size())); in writeMemProfSchema()
28 for (const auto Id : Schema) in writeMemProfSchema()
37 memprof::MemProfSchema *Schema, memprof::IndexedVersion Version, in writeMemProfRecords() argument
40 memprof::RecordWriterTrait RecordWriter(Schema, Version, in writeMemProfRecords()
196 auto Schema = memprof::getHotColdSchema(); in writeMemProfV2() local
198 Schema = memprof::getFullSchema(); in writeMemProfV2()
199 writeMemProfSchema(OS, Schema); in writeMemProfV2()
202 writeMemProfRecords(OS, MemProfData.Records, &Schema, memprof::Version2); in writeMemProfV2()
240 auto Schema = memprof::getHotColdSchema(); in writeMemProfRadixTreeBased() local
242 Schema = memprof::getFullSchema(); in writeMemProfRadixTreeBased()
243 writeMemProfSchema(OS, Schema); in writeMemProfRadixTreeBased()
263 OS, MemProfData.Records, &Schema, Version, &MemProfCallStackIndexes); in writeMemProfRadixTreeBased()
366 Schema = SchemaOr.get(); in deserializeV2()
372 /*Base=*/Start, memprof::RecordLookupTrait(Version, Schema))); in deserializeV2()
416 Schema = SchemaOr.get(); in deserializeRadixTreeBased()
431 /*Base=*/Start, memprof::RecordLookupTrait(Version, Schema))); in deserializeRadixTreeBased()