Searched refs:copyValueFrom (Results 1 – 2 of 2) sorted by relevance
52 virtual void copyValueFrom(const OptionBase &other) = 0;144 void copyValueFrom(const OptionBase &other) final { in copyValueFrom() function200 void copyValueFrom(const OptionBase &other) final { in copyValueFrom() function
134 std::get<0>(optionsIt)->copyValueFrom(*std::get<1>(optionsIt)); in copyOptionValuesFrom()