Searched refs:AggregateDescription (Results 1 – 1 of 1) sorted by relevance
954 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum972 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()974 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()975 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()1023 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()1025 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()1040 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()1046 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()1050 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()1056 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()[all …]