Lines Matching defs:SourceCodeInfo_Location
2424 type SourceCodeInfo_Location struct { struct
2448 Path []int32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"`
2454 Span []int32 `protobuf:"varint,2,rep,packed,name=span" json:"span,omitempty"`
2502 …rotobuf:"bytes,3,opt,name=leading_comments,json=leadingComments" json:"leading_comments,omitempty"`
2503 …obuf:"bytes,4,opt,name=trailing_comments,json=trailingComments" json:"trailing_comments,omitempty"`
2504 …leading_detached_comments,json=leadingDetachedComments" json:"leading_detached_comments,omitempty"`
2505 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2506 XXX_unrecognized []byte `json:"-"`
2507 XXX_sizecache int32 `json:"-"`
2510 func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInfo_Location{} }
2511 func (m *SourceCodeInfo_Location) String() string { return proto.CompactTextString(m) }
2512 func (*SourceCodeInfo_Location) ProtoMessage() {}
2513 func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) {
2517 func (m *SourceCodeInfo_Location) XXX_Unmarshal(b []byte) error {
2520 func (m *SourceCodeInfo_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2523 func (m *SourceCodeInfo_Location) XXX_Merge(src proto.Message) {
2526 func (m *SourceCodeInfo_Location) XXX_Size() int {
2529 func (m *SourceCodeInfo_Location) XXX_DiscardUnknown() {
2535 func (m *SourceCodeInfo_Location) GetPath() []int32 {
2542 func (m *SourceCodeInfo_Location) GetSpan() []int32 {
2549 func (m *SourceCodeInfo_Location) GetLeadingComments() string {
2556 func (m *SourceCodeInfo_Location) GetTrailingComments() string {
2563 func (m *SourceCodeInfo_Location) GetLeadingDetachedComments() []string {