| 804 | } |
| 805 | |
| 806 | void FieldModel<::test::StructSimple>::set_end(size_t fbe_begin) |
| 807 | { |
| 808 | _buffer.unshift(fbe_begin); |
| 809 | } |
| 810 | |
| 811 | void FieldModel<::test::StructSimple>::set(const ::test::StructSimple& fbe_value) noexcept |
| 812 | { |
no test coverage detected