| 631 | class TupleDescriptor { |
| 632 | public: |
| 633 | int byte_size() const { return byte_size_; } |
| 634 | // num_null_bytes() and null_bytes_offset() are not inlined so they can be replaced with |
| 635 | // constants during codegen. |
| 636 | int IR_NO_INLINE num_null_bytes() const { return num_null_bytes_; } |
no outgoing calls