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()935 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()939 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()945 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()950 assert(Describe(SourceAggregate) == AggregateDescription::Found && in foldAggregateConstructionIntoAggregateReuse()959 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()960 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()[all …]