Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h11223 inline void UninterpretedOption::set_negative_int_value(::PROTOBUF_NAMESPACE_ID::int64 value) { in set_negative_int_value() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs7877 pub fn set_negative_int_value(&mut self, v: i64) { in set_negative_int_value() method