Home
last modified time | relevance | path

Searched defs:FieldOptions_JSType (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions_JSType.php12 class FieldOptions_JSType {} class
/external/rust/crates/protobuf/src/
Ddescriptor.rs6191 pub fn get_jstype(&self) -> FieldOptions_JSType { in get_jstype()
6203 pub fn set_jstype(&mut self, v: FieldOptions_JSType) { in set_jstype()
6572 pub enum FieldOptions_JSType { enum
6578 impl crate::ProtobufEnum for FieldOptions_JSType { implementation
6583 fn from_i32(value: i32) -> ::std::option::Option<FieldOptions_JSType> { in from_i32()
6609 impl ::std::marker::Copy for FieldOptions_JSType { implementation
6612 impl ::std::default::Default for FieldOptions_JSType { implementation
6618 impl crate::reflect::ProtobufValue for FieldOptions_JSType { implementation
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go255 type FieldOptions_JSType int32 type
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h283 enum FieldOptions_JSType : int { enum