Searched defs:set_aggregate_value (Results 1 – 2 of 2) sorted by relevance
11339 inline void UninterpretedOption::set_aggregate_value(const std::string& value) { in set_aggregate_value() function11344 inline void UninterpretedOption::set_aggregate_value(std::string&& value) { in set_aggregate_value() function11350 inline void UninterpretedOption::set_aggregate_value(const char* value) { in set_aggregate_value() function11357 inline void UninterpretedOption::set_aggregate_value(const char* value, in set_aggregate_value() function
7954 pub fn set_aggregate_value(&mut self, v: ::std::string::String) { in set_aggregate_value() method