Home
last modified time | relevance | path

Searched defs:GeneratedCodeInfo_Annotation (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DGeneratedCodeInfo_Annotation.php12 class GeneratedCodeInfo_Annotation {} class
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2614 type GeneratedCodeInfo_Annotation struct { struct
2617 Path []int32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"`
2619 …File *string `protobuf:"bytes,2,opt,name=source_file,json=sourceFile" json:"source_file,omitempty"`
2622 Begin *int32 `protobuf:"varint,3,opt,name=begin" json:"begin,omitempty"`
2626 End *int32 `protobuf:"varint,4,opt,name=end" json:"end,omitempty"`
2627 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2628 XXX_unrecognized []byte `json:"-"`
2629 XXX_sizecache int32 `json:"-"`
2632 func (m *GeneratedCodeInfo_Annotation) Reset() { *m = GeneratedCodeInfo_Annotation{} }
2633 func (m *GeneratedCodeInfo_Annotation) String() string { return proto.CompactTextString(m) }
[all …]
/external/rust/crates/protobuf/src/
Ddescriptor.rs8964 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 { implementation
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/
Ddescriptor.pb.cc14587 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
Ddescriptor.pb.h104 class GeneratedCodeInfo_Annotation; variable
6154 GeneratedCodeInfo_Annotation(GeneratedCodeInfo_Annotation&& from) noexcept in GeneratedCodeInfo_Annotation() function