Lines Matching refs:m

35 func (m *Manifest) Reset()         { *m = Manifest{} }
36 func (m *Manifest) String() string { return proto.CompactTextString(m) }
42 func (m *Manifest) XXX_Unmarshal(b []byte) error {
43 return xxx_messageInfo_Manifest.Unmarshal(m, b)
45 func (m *Manifest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
46 return xxx_messageInfo_Manifest.Marshal(b, m, deterministic)
48 func (m *Manifest) XXX_Merge(src proto.Message) {
49 xxx_messageInfo_Manifest.Merge(m, src)
51 func (m *Manifest) XXX_Size() int {
52 return xxx_messageInfo_Manifest.Size(m)
54 func (m *Manifest) XXX_DiscardUnknown() {
55 xxx_messageInfo_Manifest.DiscardUnknown(m)
60 func (m *Manifest) GetCommands() []*Command {
61 if m != nil {
62 return m.Commands
67 func (m *Manifest) GetOutputDepfile() string {
68 if m != nil && m.OutputDepfile != nil {
69 return *m.OutputDepfile
98 func (m *Command) Reset() { *m = Command{} }
99 func (m *Command) String() string { return proto.CompactTextString(m) }
105 func (m *Command) XXX_Unmarshal(b []byte) error {
106 return xxx_messageInfo_Command.Unmarshal(m, b)
108 func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
109 return xxx_messageInfo_Command.Marshal(b, m, deterministic)
111 func (m *Command) XXX_Merge(src proto.Message) {
112 xxx_messageInfo_Command.Merge(m, src)
114 func (m *Command) XXX_Size() int {
115 return xxx_messageInfo_Command.Size(m)
117 func (m *Command) XXX_DiscardUnknown() {
118 xxx_messageInfo_Command.DiscardUnknown(m)
123 func (m *Command) GetCopyBefore() []*Copy {
124 if m != nil {
125 return m.CopyBefore
130 func (m *Command) GetChdir() bool {
131 if m != nil && m.Chdir != nil {
132 return *m.Chdir
137 func (m *Command) GetCommand() string {
138 if m != nil && m.Command != nil {
139 return *m.Command
144 func (m *Command) GetCopyAfter() []*Copy {
145 if m != nil {
146 return m.CopyAfter
151 func (m *Command) GetInputHash() string {
152 if m != nil && m.InputHash != nil {
153 return *m.InputHash
158 func (m *Command) GetRspFiles() []*RspFile {
159 if m != nil {
160 return m.RspFiles
178 func (m *Copy) Reset() { *m = Copy{} }
179 func (m *Copy) String() string { return proto.CompactTextString(m) }
185 func (m *Copy) XXX_Unmarshal(b []byte) error {
186 return xxx_messageInfo_Copy.Unmarshal(m, b)
188 func (m *Copy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
189 return xxx_messageInfo_Copy.Marshal(b, m, deterministic)
191 func (m *Copy) XXX_Merge(src proto.Message) {
192 xxx_messageInfo_Copy.Merge(m, src)
194 func (m *Copy) XXX_Size() int {
195 return xxx_messageInfo_Copy.Size(m)
197 func (m *Copy) XXX_DiscardUnknown() {
198 xxx_messageInfo_Copy.DiscardUnknown(m)
203 func (m *Copy) GetFrom() string {
204 if m != nil && m.From != nil {
205 return *m.From
210 func (m *Copy) GetTo() string {
211 if m != nil && m.To != nil {
212 return *m.To
217 func (m *Copy) GetExecutable() bool {
218 if m != nil && m.Executable != nil {
219 return *m.Executable
235 func (m *RspFile) Reset() { *m = RspFile{} }
236 func (m *RspFile) String() string { return proto.CompactTextString(m) }
242 func (m *RspFile) XXX_Unmarshal(b []byte) error {
243 return xxx_messageInfo_RspFile.Unmarshal(m, b)
245 func (m *RspFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
246 return xxx_messageInfo_RspFile.Marshal(b, m, deterministic)
248 func (m *RspFile) XXX_Merge(src proto.Message) {
249 xxx_messageInfo_RspFile.Merge(m, src)
251 func (m *RspFile) XXX_Size() int {
252 return xxx_messageInfo_RspFile.Size(m)
254 func (m *RspFile) XXX_DiscardUnknown() {
255 xxx_messageInfo_RspFile.DiscardUnknown(m)
260 func (m *RspFile) GetFile() string {
261 if m != nil && m.File != nil {
262 return *m.File
267 func (m *RspFile) GetPathMappings() []*PathMapping {
268 if m != nil {
269 return m.PathMappings
283 func (m *PathMapping) Reset() { *m = PathMapping{} }
284 func (m *PathMapping) String() string { return proto.CompactTextString(m) }
290 func (m *PathMapping) XXX_Unmarshal(b []byte) error {
291 return xxx_messageInfo_PathMapping.Unmarshal(m, b)
293 func (m *PathMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
294 return xxx_messageInfo_PathMapping.Marshal(b, m, deterministic)
296 func (m *PathMapping) XXX_Merge(src proto.Message) {
297 xxx_messageInfo_PathMapping.Merge(m, src)
299 func (m *PathMapping) XXX_Size() int {
300 return xxx_messageInfo_PathMapping.Size(m)
302 func (m *PathMapping) XXX_DiscardUnknown() {
303 xxx_messageInfo_PathMapping.DiscardUnknown(m)
308 func (m *PathMapping) GetFrom() string {
309 if m != nil && m.From != nil {
310 return *m.From
315 func (m *PathMapping) GetTo() string {
316 if m != nil && m.To != nil {
317 return *m.To