Searched defs:GeneratedCodeInfo_Annotation (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GeneratedCodeInfo_Annotation.php | 12 class GeneratedCodeInfo_Annotation {} class
|
/external/golang-protobuf/types/descriptorpb/ |
D | descriptor.pb.go | 2929 type GeneratedCodeInfo_Annotation struct { struct 2930 state protoimpl.MessageState 2931 sizeCache protoimpl.SizeCache 2932 unknownFields protoimpl.UnknownFields 2936 Path []int32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"` 2938 …File *string `protobuf:"bytes,2,opt,name=source_file,json=sourceFile" json:"source_file,omitempty"` 2941 Begin *int32 `protobuf:"varint,3,opt,name=begin" json:"begin,omitempty"` 2945 End *int32 `protobuf:"varint,4,opt,name=end" json:"end,omitempty"` 2948 func (x *GeneratedCodeInfo_Annotation) Reset() { 2957 func (x *GeneratedCodeInfo_Annotation) String() string { [all …]
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 8964 pub fn get_annotation(&self) -> &[GeneratedCodeInfo_Annotation] { in get_annotation() 8972 pub fn set_annotation(&mut self, v: crate::RepeatedField<GeneratedCodeInfo_Annotation>) { in set_annotation() 8977 pub fn mut_annotation(&mut self) -> &mut crate::RepeatedField<GeneratedCodeInfo_Annotation> { in mut_annotation() 8982 pub fn take_annotation(&mut self) -> crate::RepeatedField<GeneratedCodeInfo_Annotation> { in take_annotation() 9109 pub struct GeneratedCodeInfo_Annotation { struct 9122 impl<'a> ::std::default::Default for &'a GeneratedCodeInfo_Annotation { argument 9128 impl GeneratedCodeInfo_Annotation { impl 9233 impl crate::Message for GeneratedCodeInfo_Annotation { implementation 9381 impl crate::Clear for GeneratedCodeInfo_Annotation { implementation 9391 impl ::std::fmt::Debug for GeneratedCodeInfo_Annotation { implementation [all …]
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 14587 GeneratedCodeInfo_Annotation::GeneratedCodeInfo_Annotation() in GeneratedCodeInfo_Annotation() function in GeneratedCodeInfo_Annotation 14592 GeneratedCodeInfo_Annotation::GeneratedCodeInfo_Annotation(::PROTOBUF_NAMESPACE_ID::Arena* arena) in GeneratedCodeInfo_Annotation() function in GeneratedCodeInfo_Annotation 14600 GeneratedCodeInfo_Annotation::GeneratedCodeInfo_Annotation(const GeneratedCodeInfo_Annotation& from) in GeneratedCodeInfo_Annotation() function in GeneratedCodeInfo_Annotation
|
D | descriptor.pb.h | 104 class GeneratedCodeInfo_Annotation; variable 6154 GeneratedCodeInfo_Annotation(GeneratedCodeInfo_Annotation&& from) noexcept in GeneratedCodeInfo_Annotation() function
|