| 217 | } |
| 218 | |
| 219 | ParamEntry* ParamEntry::FindEntryNoInheritance(const RStringB& name, IParamVisibleTest& visible) const |
| 220 | { |
| 221 | NotClass(GetContext(), name); |
| 222 | return nullptr; |
| 223 | } |
| 224 | |
| 225 | const ParamEntry& ParamEntry::operator>>(const char* name) const |
| 226 | { |
no test coverage detected