| 703 | return GetPointer<const flatbuffers::String *>(VT_BIAS); |
| 704 | } |
| 705 | int32_t padding_left() const { |
| 706 | return GetField<int32_t>(VT_PADDING_LEFT, 0); |
| 707 | } |
| 708 | int32_t padding_right() const { |
| 709 | return GetField<int32_t>(VT_PADDING_RIGHT, 0); |
| 710 | } |
nothing calls this directly
no outgoing calls
no test coverage detected