| 1030 | return strcmp(name()->c_str(), val); |
| 1031 | } |
| 1032 | const flatbuffers::Vector<flatbuffers::Offset<reflection::RPCCall>> *calls() const { |
| 1033 | return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::RPCCall>> *>(VT_CALLS); |
| 1034 | } |
| 1035 | const flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>> *attributes() const { |
| 1036 | return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>> *>(VT_ATTRIBUTES); |
| 1037 | } |