Home
last modified time | relevance | path

Searched refs:set_aggregate_value (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h5673 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() function
11344 inline void UninterpretedOption::set_aggregate_value(std::string&& value) { in set_aggregate_value() function
11350 inline void UninterpretedOption::set_aggregate_value(const char* value) { in set_aggregate_value() function
11357 inline void UninterpretedOption::set_aggregate_value(const char* value, in set_aggregate_value() function
Ddescriptor.pb.cc13658 set_aggregate_value(from.aggregate_value()); in MergeFrom()
/external/rust/crates/protobuf/src/
Ddescriptor.rs7954 pub fn set_aggregate_value(&mut self, v: ::std::string::String) { in set_aggregate_value() method