| 122 | static const Role GROUP = Node_Role_GROUP; |
| 123 | static const Role UNUSED = Node_Role_UNUSED; |
| 124 | static inline bool Role_IsValid(int value) { |
| 125 | return Node_Role_IsValid(value); |
| 126 | } |
| 127 | static const Role Role_MIN = |
| 128 | Node_Role_Role_MIN; |
| 129 | static const Role Role_MAX = |
nothing calls this directly
no outgoing calls
no test coverage detected