| 762 | return strcmp(name()->c_str(), val); |
| 763 | } |
| 764 | const flatbuffers::Vector<flatbuffers::Offset<reflection::Field>> *fields() const { |
| 765 | return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::Field>> *>(VT_FIELDS); |
| 766 | } |
| 767 | bool is_struct() const { |
| 768 | return GetField<uint8_t>(VT_IS_STRUCT, 0) != 0; |
| 769 | } |