| 130 | } |
| 131 | |
| 132 | static bool FieldLayoutCmp(const Field& a, const Field& b) |
| 133 | { |
| 134 | return TypePreference(a.Type.GetRealType()) < TypePreference(b.Type.GetRealType()); |
| 135 | } |
| 136 | |
| 137 | static bool FieldTypeCmp(const Field& a, const Field& b) |
| 138 | { |
nothing calls this directly
no test coverage detected