Searched refs:is_packable_ (Results 1 – 1 of 1) sorted by relevance
64 bool IsPackable() const { return is_packable_; } in IsPackable()65 void SetPackable(bool packable) { is_packable_ = packable; } in SetPackable()69 bool is_packable_ = false; variable