Searched defs:JSType (Results 1 – 18 of 18) sorted by relevance
12 class JSType class
488 enum JSType { enum
550 enum JSType { enum
552 enum JSType { enum
567 enum JSType { enum
4986 typedef FieldOptions_JSType JSType; in Swap() typedef
529 enum JSType { enum
568 enum JSType { enum
5363 pub fn jstype(&self) -> field_options::JSType { in jstype()5379 pub fn set_jstype(&mut self, v: field_options::JSType) { in set_jstype()5704 pub enum JSType { enum5713 impl crate::Enum for JSType { implementation5720 fn from_i32(value: i32) -> ::std::option::Option<JSType> { in from_i32()5736 impl crate::EnumFull for JSType { implementation5748 impl ::std::default::Default for JSType { implementation5754 impl JSType { implementation
7583 public enum JSType { enum in Google.Protobuf.Reflection.FieldOptions.Types