| 626 | bits_.value_type_ = static_cast<unsigned char>(v); |
| 627 | } |
| 628 | bool isAllocated() const { return bits_.allocated_; } |
| 629 | void setIsAllocated(bool v) { bits_.allocated_ = v; } |
| 630 | |
| 631 | void initBasic(ValueType type, bool allocated = false); |
no outgoing calls
no test coverage detected
searching dependent graphs…