Lines Matching refs:AggregateDescription
849 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
867 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
869 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
870 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
912 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
914 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()
929 if (Describe(SourceAggregateForElement) != 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()
1026 if (Describe(SourceAggregate) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()