Searched refs:SetValue_ (Results 1 – 3 of 3) sorted by relevance
163 void SetValue(const A &arc) { SetValue_(arc); } // Set current arc's content in SetValue()166 virtual void SetValue_(const A &arc) = 0;
708 virtual void SetValue_(const A &a) { SetValue(a); } in SetValue_() function
847 virtual void SetValue_(const Arc &a) { SetValue(a); } in SetValue_() function