| 1164 | void set_start(field_type v) { GetField<1>()[1] = v; } |
| 1165 | void set_count(field_type v) { GetField<1>()[2] = v; } |
| 1166 | void set_max_count(field_type v) { GetField<1>()[3] = v; } |
| 1167 | |
| 1168 | public: |
| 1169 | // Whether this is a leaf node or not. This value doesn't change after the |
no outgoing calls
no test coverage detected