Searched refs:excluded_list_ (Results 1 – 2 of 2) sorted by relevance
274 return ArrayRef<const ExcludedCohort>(*excluded_list_); in GetExcludedCohorts()344 std::optional<ScopedArenaVector<ExcludedCohort>> excluded_list_; variable
267 excluded_list_.emplace(allocator_->Adapter(kArenaAllocLSA)); in RecalculateExcludedCohort()268 ScopedArenaVector<ExcludedCohort>& res = excluded_list_.value(); in RecalculateExcludedCohort()