| 1149 | private: |
| 1150 | void setType(ValueType v) { bits_.value_type_ = static_cast<unsigned char> (v); } |
| 1151 | bool isAllocated() const { return bits_.allocated_; } |
| 1152 | void setIsAllocated(bool v) { bits_.allocated_ = v; } |
| 1153 | |
| 1154 | void initBasic(ValueType type, bool allocated = false); |
no outgoing calls
no test coverage detected