Searched refs:AggregateDescription (Results 1 – 1 of 1) sorted by relevance
942 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum960 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()962 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()963 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()1005 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()1007 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()1022 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()1028 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()1032 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()1038 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()[all …]