Searched refs:AggregateDescription (Results 1 – 1 of 1) sorted by relevance
849 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum867 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()869 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()870 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()912 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()914 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()929 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()935 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()939 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()945 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()[all …]