Searched refs:copy_observers (Results 1 – 2 of 2) sorted by relevance
59 std::vector<ObserverInterface*> copy_observers(observers_for_key->second); in SetString() local60 for (ObserverInterface* observer : copy_observers) in SetString()111 std::vector<ObserverInterface*> copy_observers(observers_for_key->second); in Delete() local112 for (ObserverInterface* observer : copy_observers) in Delete()
101 std::vector<ObserverInterface*> copy_observers(observers_for_key->second); in Delete() local102 for (ObserverInterface* observer : copy_observers) in Delete()134 std::vector<ObserverInterface*> copy_observers(observers_for_key->second); in SetValue() local135 for (ObserverInterface* observer : copy_observers) in SetValue()