Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h10607 inline void FieldOptions::set_jstype(PROTOBUF_NAMESPACE_ID::FieldOptions_JSType value) { in set_jstype() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs6203 pub fn set_jstype(&mut self, v: FieldOptions_JSType) { in set_jstype() method