blob: 64098a5d7b46e1f40f4813b987b0ba35c22f5ebe [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: kythe/proto/cxx.proto
package cxx_go_proto
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type CxxCompilationUnitDetails struct {
HeaderSearchInfo *CxxCompilationUnitDetails_HeaderSearchInfo `protobuf:"bytes,1,opt,name=header_search_info,json=headerSearchInfo,proto3" json:"header_search_info,omitempty"`
SystemHeaderPrefix []*CxxCompilationUnitDetails_SystemHeaderPrefix `protobuf:"bytes,2,rep,name=system_header_prefix,json=systemHeaderPrefix,proto3" json:"system_header_prefix,omitempty"`
StatPath []*CxxCompilationUnitDetails_StatPath `protobuf:"bytes,3,rep,name=stat_path,json=statPath,proto3" json:"stat_path,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CxxCompilationUnitDetails) Reset() { *m = CxxCompilationUnitDetails{} }
func (m *CxxCompilationUnitDetails) String() string { return proto.CompactTextString(m) }
func (*CxxCompilationUnitDetails) ProtoMessage() {}
func (*CxxCompilationUnitDetails) Descriptor() ([]byte, []int) {
return fileDescriptor_01bf80ce9e4f99a5, []int{0}
}
func (m *CxxCompilationUnitDetails) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CxxCompilationUnitDetails.Unmarshal(m, b)
}
func (m *CxxCompilationUnitDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CxxCompilationUnitDetails.Marshal(b, m, deterministic)
}
func (m *CxxCompilationUnitDetails) XXX_Merge(src proto.Message) {
xxx_messageInfo_CxxCompilationUnitDetails.Merge(m, src)
}
func (m *CxxCompilationUnitDetails) XXX_Size() int {
return xxx_messageInfo_CxxCompilationUnitDetails.Size(m)
}
func (m *CxxCompilationUnitDetails) XXX_DiscardUnknown() {
xxx_messageInfo_CxxCompilationUnitDetails.DiscardUnknown(m)
}
var xxx_messageInfo_CxxCompilationUnitDetails proto.InternalMessageInfo
func (m *CxxCompilationUnitDetails) GetHeaderSearchInfo() *CxxCompilationUnitDetails_HeaderSearchInfo {
if m != nil {
return m.HeaderSearchInfo
}
return nil
}
func (m *CxxCompilationUnitDetails) GetSystemHeaderPrefix() []*CxxCompilationUnitDetails_SystemHeaderPrefix {
if m != nil {
return m.SystemHeaderPrefix
}
return nil
}
func (m *CxxCompilationUnitDetails) GetStatPath() []*CxxCompilationUnitDetails_StatPath {
if m != nil {
return m.StatPath
}
return nil
}
type CxxCompilationUnitDetails_HeaderSearchDir struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
CharacteristicKind int32 `protobuf:"varint,2,opt,name=characteristic_kind,json=characteristicKind,proto3" json:"characteristic_kind,omitempty"`
IsFramework bool `protobuf:"varint,3,opt,name=is_framework,json=isFramework,proto3" json:"is_framework,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) Reset() {
*m = CxxCompilationUnitDetails_HeaderSearchDir{}
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) String() string { return proto.CompactTextString(m) }
func (*CxxCompilationUnitDetails_HeaderSearchDir) ProtoMessage() {}
func (*CxxCompilationUnitDetails_HeaderSearchDir) Descriptor() ([]byte, []int) {
return fileDescriptor_01bf80ce9e4f99a5, []int{0, 0}
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchDir.Unmarshal(m, b)
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchDir.Marshal(b, m, deterministic)
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) XXX_Merge(src proto.Message) {
xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchDir.Merge(m, src)
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) XXX_Size() int {
return xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchDir.Size(m)
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) XXX_DiscardUnknown() {
xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchDir.DiscardUnknown(m)
}
var xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchDir proto.InternalMessageInfo
func (m *CxxCompilationUnitDetails_HeaderSearchDir) GetPath() string {
if m != nil {
return m.Path
}
return ""
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) GetCharacteristicKind() int32 {
if m != nil {
return m.CharacteristicKind
}
return 0
}
func (m *CxxCompilationUnitDetails_HeaderSearchDir) GetIsFramework() bool {
if m != nil {
return m.IsFramework
}
return false
}
type CxxCompilationUnitDetails_HeaderSearchInfo struct {
FirstAngledDir int32 `protobuf:"varint,1,opt,name=first_angled_dir,json=firstAngledDir,proto3" json:"first_angled_dir,omitempty"`
FirstSystemDir int32 `protobuf:"varint,2,opt,name=first_system_dir,json=firstSystemDir,proto3" json:"first_system_dir,omitempty"`
Dir []*CxxCompilationUnitDetails_HeaderSearchDir `protobuf:"bytes,3,rep,name=dir,proto3" json:"dir,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) Reset() {
*m = CxxCompilationUnitDetails_HeaderSearchInfo{}
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) String() string {
return proto.CompactTextString(m)
}
func (*CxxCompilationUnitDetails_HeaderSearchInfo) ProtoMessage() {}
func (*CxxCompilationUnitDetails_HeaderSearchInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_01bf80ce9e4f99a5, []int{0, 1}
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchInfo.Unmarshal(m, b)
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchInfo.Marshal(b, m, deterministic)
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchInfo.Merge(m, src)
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) XXX_Size() int {
return xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchInfo.Size(m)
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) XXX_DiscardUnknown() {
xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchInfo.DiscardUnknown(m)
}
var xxx_messageInfo_CxxCompilationUnitDetails_HeaderSearchInfo proto.InternalMessageInfo
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) GetFirstAngledDir() int32 {
if m != nil {
return m.FirstAngledDir
}
return 0
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) GetFirstSystemDir() int32 {
if m != nil {
return m.FirstSystemDir
}
return 0
}
func (m *CxxCompilationUnitDetails_HeaderSearchInfo) GetDir() []*CxxCompilationUnitDetails_HeaderSearchDir {
if m != nil {
return m.Dir
}
return nil
}
type CxxCompilationUnitDetails_SystemHeaderPrefix struct {
Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
IsSystemHeader bool `protobuf:"varint,2,opt,name=is_system_header,json=isSystemHeader,proto3" json:"is_system_header,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) Reset() {
*m = CxxCompilationUnitDetails_SystemHeaderPrefix{}
}
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) String() string {
return proto.CompactTextString(m)
}
func (*CxxCompilationUnitDetails_SystemHeaderPrefix) ProtoMessage() {}
func (*CxxCompilationUnitDetails_SystemHeaderPrefix) Descriptor() ([]byte, []int) {
return fileDescriptor_01bf80ce9e4f99a5, []int{0, 2}
}
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CxxCompilationUnitDetails_SystemHeaderPrefix.Unmarshal(m, b)
}
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CxxCompilationUnitDetails_SystemHeaderPrefix.Marshal(b, m, deterministic)
}
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) XXX_Merge(src proto.Message) {
xxx_messageInfo_CxxCompilationUnitDetails_SystemHeaderPrefix.Merge(m, src)
}
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) XXX_Size() int {
return xxx_messageInfo_CxxCompilationUnitDetails_SystemHeaderPrefix.Size(m)
}
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) XXX_DiscardUnknown() {
xxx_messageInfo_CxxCompilationUnitDetails_SystemHeaderPrefix.DiscardUnknown(m)
}
var xxx_messageInfo_CxxCompilationUnitDetails_SystemHeaderPrefix proto.InternalMessageInfo
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) GetPrefix() string {
if m != nil {
return m.Prefix
}
return ""
}
func (m *CxxCompilationUnitDetails_SystemHeaderPrefix) GetIsSystemHeader() bool {
if m != nil {
return m.IsSystemHeader
}
return false
}
type CxxCompilationUnitDetails_StatPath struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CxxCompilationUnitDetails_StatPath) Reset() { *m = CxxCompilationUnitDetails_StatPath{} }
func (m *CxxCompilationUnitDetails_StatPath) String() string { return proto.CompactTextString(m) }
func (*CxxCompilationUnitDetails_StatPath) ProtoMessage() {}
func (*CxxCompilationUnitDetails_StatPath) Descriptor() ([]byte, []int) {
return fileDescriptor_01bf80ce9e4f99a5, []int{0, 3}
}
func (m *CxxCompilationUnitDetails_StatPath) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CxxCompilationUnitDetails_StatPath.Unmarshal(m, b)
}
func (m *CxxCompilationUnitDetails_StatPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CxxCompilationUnitDetails_StatPath.Marshal(b, m, deterministic)
}
func (m *CxxCompilationUnitDetails_StatPath) XXX_Merge(src proto.Message) {
xxx_messageInfo_CxxCompilationUnitDetails_StatPath.Merge(m, src)
}
func (m *CxxCompilationUnitDetails_StatPath) XXX_Size() int {
return xxx_messageInfo_CxxCompilationUnitDetails_StatPath.Size(m)
}
func (m *CxxCompilationUnitDetails_StatPath) XXX_DiscardUnknown() {
xxx_messageInfo_CxxCompilationUnitDetails_StatPath.DiscardUnknown(m)
}
var xxx_messageInfo_CxxCompilationUnitDetails_StatPath proto.InternalMessageInfo
func (m *CxxCompilationUnitDetails_StatPath) GetPath() string {
if m != nil {
return m.Path
}
return ""
}
func init() {
proto.RegisterType((*CxxCompilationUnitDetails)(nil), "kythe.proto.CxxCompilationUnitDetails")
proto.RegisterType((*CxxCompilationUnitDetails_HeaderSearchDir)(nil), "kythe.proto.CxxCompilationUnitDetails.HeaderSearchDir")
proto.RegisterType((*CxxCompilationUnitDetails_HeaderSearchInfo)(nil), "kythe.proto.CxxCompilationUnitDetails.HeaderSearchInfo")
proto.RegisterType((*CxxCompilationUnitDetails_SystemHeaderPrefix)(nil), "kythe.proto.CxxCompilationUnitDetails.SystemHeaderPrefix")
proto.RegisterType((*CxxCompilationUnitDetails_StatPath)(nil), "kythe.proto.CxxCompilationUnitDetails.StatPath")
}
func init() { proto.RegisterFile("kythe/proto/cxx.proto", fileDescriptor_01bf80ce9e4f99a5) }
var fileDescriptor_01bf80ce9e4f99a5 = []byte{
// 418 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x52, 0x4d, 0x6f, 0xd4, 0x30,
0x10, 0x55, 0x76, 0xd9, 0x6a, 0x3b, 0x5b, 0x95, 0x95, 0xf9, 0x50, 0xc8, 0x01, 0x02, 0xa7, 0x9c,
0x12, 0xa9, 0x48, 0x20, 0x8e, 0xd0, 0x15, 0x2a, 0x82, 0x43, 0xe5, 0x0a, 0x0e, 0x5c, 0x2c, 0x93,
0x38, 0xc9, 0x28, 0x1f, 0x8e, 0xec, 0x11, 0x64, 0xff, 0x15, 0xff, 0x89, 0x3f, 0x82, 0xe2, 0xa4,
0x28, 0x6d, 0x41, 0x5a, 0x71, 0xca, 0xcc, 0xf3, 0xe4, 0xbd, 0xf1, 0x7b, 0x86, 0x47, 0xd5, 0x9e,
0x4a, 0x95, 0x74, 0x46, 0x93, 0x4e, 0xd2, 0xbe, 0x8f, 0x5d, 0xc5, 0x36, 0x0e, 0x1e, 0x9b, 0x17,
0xbf, 0x56, 0xf0, 0xe4, 0xbc, 0xef, 0xcf, 0x75, 0xd3, 0x61, 0x2d, 0x09, 0x75, 0xfb, 0xb9, 0x45,
0xda, 0x29, 0x92, 0x58, 0x5b, 0xa6, 0x80, 0x95, 0x4a, 0x66, 0xca, 0x08, 0xab, 0xa4, 0x49, 0x4b,
0x81, 0x6d, 0xae, 0x7d, 0x2f, 0xf4, 0xa2, 0xcd, 0xd9, 0xeb, 0x78, 0xc6, 0x13, 0xff, 0x93, 0x23,
0xbe, 0x70, 0x04, 0x57, 0xee, 0xff, 0x0f, 0x6d, 0xae, 0xf9, 0xb6, 0xbc, 0x85, 0xb0, 0x0a, 0x1e,
0xda, 0xbd, 0x25, 0xd5, 0x88, 0x49, 0xad, 0x33, 0x2a, 0xc7, 0xde, 0x5f, 0x84, 0xcb, 0x68, 0x73,
0xf6, 0xe6, 0x40, 0xa1, 0x2b, 0x47, 0x31, 0xca, 0x5d, 0x3a, 0x02, 0xce, 0xec, 0x1d, 0x8c, 0x7d,
0x82, 0x63, 0x4b, 0x92, 0x44, 0x27, 0xa9, 0xf4, 0x97, 0x4e, 0x21, 0x39, 0x54, 0x81, 0x24, 0x5d,
0x4a, 0x2a, 0xf9, 0xda, 0x4e, 0x55, 0xb0, 0x87, 0xfb, 0xf3, 0x0b, 0xee, 0xd0, 0x30, 0x06, 0xf7,
0x1c, 0xf7, 0x60, 0xd3, 0x31, 0x77, 0x35, 0x4b, 0xe0, 0x41, 0x5a, 0x4a, 0x23, 0x53, 0x52, 0x06,
0x2d, 0x61, 0x2a, 0x2a, 0x6c, 0x33, 0x7f, 0x11, 0x7a, 0xd1, 0x8a, 0xb3, 0x9b, 0x47, 0x1f, 0xb1,
0xcd, 0xd8, 0x73, 0x38, 0x41, 0x2b, 0x72, 0x23, 0x1b, 0xf5, 0x43, 0x9b, 0xca, 0x5f, 0x86, 0x5e,
0xb4, 0xe6, 0x1b, 0xb4, 0xef, 0xaf, 0xa1, 0xe0, 0xa7, 0x07, 0xdb, 0xdb, 0xe6, 0xb2, 0x08, 0xb6,
0x39, 0x1a, 0x4b, 0x42, 0xb6, 0x45, 0xad, 0x32, 0x91, 0xa1, 0x71, 0x8b, 0xac, 0xf8, 0xa9, 0xc3,
0xdf, 0x3a, 0x78, 0x58, 0xf3, 0xcf, 0xe4, 0x64, 0xfd, 0x30, 0xb9, 0x98, 0x4d, 0x8e, 0x76, 0x0e,
0x93, 0x17, 0xb0, 0x1c, 0x0e, 0x47, 0xaf, 0x5e, 0xfd, 0x47, 0xec, 0x3b, 0x34, 0x7c, 0xa0, 0x08,
0xbe, 0x00, 0xbb, 0x9b, 0x12, 0x7b, 0x0c, 0x47, 0x53, 0xe0, 0xa3, 0x65, 0x53, 0x37, 0x6c, 0x88,
0x56, 0xdc, 0x78, 0x19, 0x6e, 0xc3, 0x35, 0x3f, 0x45, 0x3b, 0xe7, 0x09, 0x9e, 0xc2, 0xfa, 0x3a,
0x9b, 0xbf, 0xd9, 0xff, 0x2e, 0x81, 0x67, 0xa9, 0x6e, 0xe2, 0x42, 0xeb, 0xa2, 0x56, 0x71, 0xa6,
0xbe, 0x93, 0xd6, 0xb5, 0x9d, 0xdf, 0xe4, 0xeb, 0x49, 0xda, 0xf7, 0xa2, 0xd0, 0xc2, 0x75, 0xdf,
0x8e, 0xdc, 0xe7, 0xe5, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x4c, 0xec, 0x2c, 0xca, 0x43, 0x03,
0x00, 0x00,
}