| 893 | return strcmp(name()->c_str(), val); |
| 894 | } |
| 895 | const reflection::Object *request() const { |
| 896 | return GetPointer<const reflection::Object *>(VT_REQUEST); |
| 897 | } |
| 898 | const reflection::Object *response() const { |
| 899 | return GetPointer<const reflection::Object *>(VT_RESPONSE); |
| 900 | } |