Searched refs:new_snapshots (Results 1 – 2 of 2) sorted by relevance
469 protobuf::RepeatedPtrField<MemoryProfileSnapshot> new_snapshots; in SampleSnapshots() local470 new_snapshots.Reserve(samples.size()); in SampleSnapshots()472 *new_snapshots.Add() = std::move(*sample.snapshot); in SampleSnapshots()474 *snapshots = std::move(new_snapshots); in SampleSnapshots()
441 auto new_snapshots = std::move(maybe_snapshot).ValueOrDie(); in RealMain() local443 std::make_move_iterator(new_snapshots.begin()), in RealMain()444 std::make_move_iterator(new_snapshots.end())); in RealMain()