Searched refs:set_aggregate_value (Results 1 – 3 of 3) sorted by relevance
5673 void set_aggregate_value(const std::string& value);5674 void set_aggregate_value(std::string&& value);5675 void set_aggregate_value(const char* value);5676 void set_aggregate_value(const char* value, size_t size);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
13658 set_aggregate_value(from.aggregate_value()); in MergeFrom()
7954 pub fn set_aggregate_value(&mut self, v: ::std::string::String) { in set_aggregate_value() method