| 223 | static constexpr int TYPE = Type::type_num; |
| 224 | |
| 225 | void SetUp() { |
| 226 | descr_ = ExampleDescr<Type>(); |
| 227 | type_length_ = descr_->type_length(); |
| 228 | unencoded_byte_array_data_bytes_ = 0; |
| 229 | allocator_ = default_memory_pool(); |
| 230 | } |
| 231 | |
| 232 | void TearDown() {} |
| 233 |
nothing calls this directly
no test coverage detected