| 296 | pointer_type array_; |
| 297 | |
| 298 | AttributeValue() |
| 299 | : index_(0) |
| 300 | , storage_model_(0) |
| 301 | , array_((const in_memory_attribute_storage*)nullptr) |
| 302 | {} |
| 303 | |
| 304 | AttributeValue(const in_memory_attribute_storage* arr, uint8_t index) |
| 305 | : index_(index) |
no outgoing calls
no test coverage detected