Home
last modified time | relevance | path

Searched defs:set_aggregate_value (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h11339 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
/external/rust/crates/protobuf/src/
Ddescriptor.rs7954 pub fn set_aggregate_value(&mut self, v: ::std::string::String) { in set_aggregate_value() method