Searched refs:context_snapshots (Results 1 – 1 of 1) sorted by relevance
389 std::vector<SnapshotData*> context_snapshots; in Create() local390 context_snapshots.reserve(num_contexts); in Create()401 context_snapshots.push_back(new SnapshotData(&context_serializer)); in Create()440 context_snapshots, can_be_rehashed); in Create()442 for (const SnapshotData* ptr : context_snapshots) delete ptr; in Create()471 const std::vector<SnapshotData*>* context_snapshots; in CreateSnapshotBlob() local491 context_snapshots = &context_snapshots_compressed_ptrs; in CreateSnapshotBlob()496 context_snapshots = &context_snapshots_in; in CreateSnapshotBlob()499 uint32_t num_contexts = static_cast<uint32_t>(context_snapshots->size()); in CreateSnapshotBlob()507 for (const auto context_snapshot : *context_snapshots) { in CreateSnapshotBlob()[all …]