Searched refs:set_aggregate_value (Results 1 – 2 of 2) sorted by relevance
2628 inline void set_aggregate_value(const ::std::string& value);2629 inline void set_aggregate_value(const char* value);2630 inline void set_aggregate_value(const char* value, size_t size);6418 inline void UninterpretedOption::set_aggregate_value(const ::std::string& value) { in set_aggregate_value() function6426 inline void UninterpretedOption::set_aggregate_value(const char* value) { in set_aggregate_value() function6434 inline void UninterpretedOption::set_aggregate_value(const char* value, size_t size) { in set_aggregate_value() function
8433 set_aggregate_value(from.aggregate_value()); in MergeFrom()