| 36 | } |
| 37 | |
| 38 | size_t FinalModel<::protoex::Order>::verify() const noexcept |
| 39 | { |
| 40 | _buffer.shift(fbe_offset()); |
| 41 | size_t fbe_result = verify_fields(); |
| 42 | _buffer.unshift(fbe_offset()); |
| 43 | return fbe_result; |
| 44 | } |
| 45 | |
| 46 | size_t FinalModel<::protoex::Order>::verify_fields() const noexcept |
| 47 | { |
no test coverage detected