| 4238 | } |
| 4239 | |
| 4240 | void TestEventRepeater::Append(TestEventListener *listener) { |
| 4241 | listeners_.push_back(listener); |
| 4242 | } |
| 4243 | |
| 4244 | // TODO(vladl@google.com): Factor the search functionality into Vector::Find. |
| 4245 | TestEventListener* TestEventRepeater::Release(TestEventListener *listener) { |
no outgoing calls
no test coverage detected