Lines Matching refs:AggregateDescription
935 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
953 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
955 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
956 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
998 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
1000 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()
1015 if (Describe(SourceAggregateForElement) != 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()
1113 if (Describe(SourceAggregate) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()