Lines Matching refs:ol
317 ObserverList<const Foo> ol; in TEST() local
318 const ObserverList<const Foo>& col = ol; in TEST()
324 ol.AddObserver(&a); in TEST()
325 ol.AddObserver(&b); in TEST()
349 ol.RemoveObserver(&a); in TEST()
354 ol.RemoveObserver(&b); in TEST()
369 ol.AddObserver(&a); in TEST()
370 ol.AddObserver(&b); in TEST()
372 ol.Clear(); in TEST()
375 ol.AddObserver(&a); in TEST()
376 ol.AddObserver(&b); in TEST()
380 ol.Clear(); in TEST()