Searched refs:AggregateDescription (Results 1 – 1 of 1) sorted by relevance
935 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum953 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()955 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()956 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()1021 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()1025 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()1031 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()1036 assert(Describe(SourceAggregate) == AggregateDescription::Found && in foldAggregateConstructionIntoAggregateReuse()1046 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()1047 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()[all …]