Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto_Label.php12 class FieldDescriptorProto_Label {} class
/external/rust/crates/protobuf/src/
Ddescriptor.rs2226 pub fn get_label(&self) -> FieldDescriptorProto_Label { in get_label()
2238 pub fn set_label(&mut self, v: FieldDescriptorProto_Label) { in set_label()
2861 pub enum FieldDescriptorProto_Label { enum
2867 impl crate::ProtobufEnum for FieldDescriptorProto_Label { implementation
2872 fn from_i32(value: i32) -> ::std::option::Option<FieldDescriptorProto_Label> { in from_i32()
2898 impl ::std::marker::Copy for FieldDescriptorProto_Label { implementation
2902 impl ::std::default::Default for FieldDescriptorProto_Label { implementation
2908 impl crate::reflect::ProtobufValue for FieldDescriptorProto_Label { implementation
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go122 type FieldDescriptorProto_Label int32 type
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h211 enum FieldDescriptorProto_Label : int { enum