Lines Matching defs:GeneratedCodeInfo_Annotation
2614 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) }
2634 func (*GeneratedCodeInfo_Annotation) ProtoMessage() {}
2635 func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) {
2639 func (m *GeneratedCodeInfo_Annotation) XXX_Unmarshal(b []byte) error {
2642 func (m *GeneratedCodeInfo_Annotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2645 func (m *GeneratedCodeInfo_Annotation) XXX_Merge(src proto.Message) {
2648 func (m *GeneratedCodeInfo_Annotation) XXX_Size() int {
2651 func (m *GeneratedCodeInfo_Annotation) XXX_DiscardUnknown() {
2657 func (m *GeneratedCodeInfo_Annotation) GetPath() []int32 {
2664 func (m *GeneratedCodeInfo_Annotation) GetSourceFile() string {
2671 func (m *GeneratedCodeInfo_Annotation) GetBegin() int32 {
2678 func (m *GeneratedCodeInfo_Annotation) GetEnd() int32 {