Home
last modified time | relevance | path

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

/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/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2540 type GeneratedCodeInfo_Annotation struct { struct
2543 Path []int32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"`
2545 …File *string `protobuf:"bytes,2,opt,name=source_file,json=sourceFile" json:"source_file,omitempty"`
2548 Begin *int32 `protobuf:"varint,3,opt,name=begin" json:"begin,omitempty"`
2552 End *int32 `protobuf:"varint,4,opt,name=end" json:"end,omitempty"`
2553 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2554 XXX_unrecognized []byte `json:"-"`
2555 XXX_sizecache int32 `json:"-"`
2558 func (m *GeneratedCodeInfo_Annotation) Reset() { *m = GeneratedCodeInfo_Annotation{} }
2559 func (m *GeneratedCodeInfo_Annotation) String() string { return proto.CompactTextString(m) }
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc14341 GeneratedCodeInfo_Annotation::GeneratedCodeInfo_Annotation() in GeneratedCodeInfo_Annotation() function in google::protobuf::GeneratedCodeInfo_Annotation
14350 GeneratedCodeInfo_Annotation::GeneratedCodeInfo_Annotation(const GeneratedCodeInfo_Annotation& from) in GeneratedCodeInfo_Annotation() function in google::protobuf::GeneratedCodeInfo_Annotation
Ddescriptor.pb.h54 class GeneratedCodeInfo_Annotation; variable