| 121 | |
| 122 | |
| 123 | NameValueCollection::ConstIterator NameValueCollection::find(const std::string& name) const |
| 124 | { |
| 125 | return _map.find(name); |
| 126 | } |
| 127 | |
| 128 | NameValueCollection::ConstIterator NameValueCollection::findLast(const std::string& name) const |
| 129 | { |
no outgoing calls
no test coverage detected