Lines Matching refs:RspFile
92 …RspFiles []*RspFile `protobuf:"bytes,6,rep,name=rsp_files,json=rspFiles" json:"rsp_fil…
158 func (m *Command) GetRspFiles() []*RspFile {
225 type RspFile struct { struct
235 func (m *RspFile) Reset() { *m = RspFile{} }
236 func (m *RspFile) String() string { return proto.CompactTextString(m) }
237 func (*RspFile) ProtoMessage() {}
238 func (*RspFile) Descriptor() ([]byte, []int) {
242 func (m *RspFile) XXX_Unmarshal(b []byte) error {
245 func (m *RspFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
248 func (m *RspFile) XXX_Merge(src proto.Message) {
251 func (m *RspFile) XXX_Size() int {
254 func (m *RspFile) XXX_DiscardUnknown() {
260 func (m *RspFile) GetFile() string {
267 func (m *RspFile) GetPathMappings() []*PathMapping {
326 proto.RegisterType((*RspFile)(nil), "sbox.RspFile")