Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions_CType.php12 class FieldOptions_CType {} class
/external/rust/crates/protobuf/src/
Ddescriptor.rs6153 pub fn get_ctype(&self) -> FieldOptions_CType { in get_ctype()
6165 pub fn set_ctype(&mut self, v: FieldOptions_CType) { in set_ctype()
6518 pub enum FieldOptions_CType { enum
6524 impl crate::ProtobufEnum for FieldOptions_CType { implementation
6529 fn from_i32(value: i32) -> ::std::option::Option<FieldOptions_CType> { in from_i32()
6555 impl ::std::marker::Copy for FieldOptions_CType { implementation
6558 impl ::std::default::Default for FieldOptions_CType { implementation
6564 impl crate::reflect::ProtobufValue for FieldOptions_CType { implementation
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go287 type FieldOptions_CType int32 type
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h259 enum FieldOptions_CType : int { enum