| 755 | return strcmp(name()->c_str(), val); |
| 756 | } |
| 757 | const flatbuffers::Vector<flatbuffers::Offset<reflection::Field>> *fields() const { |
| 758 | return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::Field>> *>(VT_FIELDS); |
| 759 | } |
| 760 | bool is_struct() const { |
| 761 | return GetField<uint8_t>(VT_IS_STRUCT, 0) != 0; |
| 762 | } |