| 120 | } |
| 121 | |
| 122 | FilterEvaluator::SerializedForEval::SerializedForEval(ACE_Message_Block* data, |
| 123 | TypeSupportImpl& type_support, |
| 124 | const DDS::StringSeq& params, |
| 125 | Encoding encoding) |
| 126 | : DataForEval(type_support.getMetaStructForType(), params) |
| 127 | , serialized_(data) |
| 128 | , encoding_(encoding) |
| 129 | , type_support_(type_support) |
| 130 | , exten_(type_support.base_extensibility()) |
| 131 | {} |
| 132 | |
| 133 | Value |
| 134 | FilterEvaluator::SerializedForEval::lookup(const char* field) const |
nothing calls this directly
no test coverage detected