Lines Matching refs:labelSet
97 const auto &labelSet = tryCtx.LabelSet();
99 pg_->SetLabel(node_, labelSet.TryBegin());
118 pg_->SetLabel(node_, labelSet.TryEnd());
119 pg_->Branch(node_, labelSet.CatchEnd());
121 pg_->SetLabel(node_, labelSet.CatchBegin());
123 pg_->SetLabel(node_, labelSet.CatchEnd());
156 const auto &labelSet = tryCtx.LabelSet();
160 pg_->SetLabel(node_, labelSet.TryBegin());
173 pg_->Branch(node_, labelSet.CatchEnd());
177 pg_->SetLabel(node_, labelSet.TryEnd());
178 pg_->Branch(node_, labelSet.CatchEnd());
180 pg_->SetLabel(node_, labelSet.CatchBegin());
185 pg_->SetLabel(node_, labelSet.CatchEnd());