| 135 | } |
| 136 | |
| 137 | static bool FieldTypeCmp(const Field& a, const Field& b) |
| 138 | { |
| 139 | return a.Type.GetRealType() < b.Type.GetRealType(); |
| 140 | } |
| 141 | |
| 142 | static std::string FieldTypeToIcingaName(const Field& field, bool inner) |
| 143 | { |
nothing calls this directly
no test coverage detected