Lines Matching refs:AggregateDescription
942 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
960 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
962 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
963 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
1005 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
1007 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()
1022 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
1028 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
1032 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()
1038 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
1043 assert(Describe(SourceAggregate) == AggregateDescription::Found && in foldAggregateConstructionIntoAggregateReuse()
1053 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
1054 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
1120 if (Describe(SourceAggregate) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()