Searched refs:AggregateDescription (Results 1 – 1 of 1) sorted by relevance
906 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum924 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()926 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()927 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()992 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()996 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()1002 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()1007 assert(Describe(SourceAggregate) == AggregateDescription::Found && in foldAggregateConstructionIntoAggregateReuse()1016 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()1017 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()[all …]