Lines Matching defs:RspFile
225 type RspFile struct { struct
227 File *string `protobuf:"bytes,1,req,name=file" json:"file,omitempty"`
229 …apping `protobuf:"bytes,2,rep,name=path_mappings,json=pathMappings" json:"path_mappings,omitempty"`
230 XXX_NoUnkeyedLiteral struct{} `json:"-"`
231 XXX_unrecognized []byte `json:"-"`
232 XXX_sizecache int32 `json:"-"`
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 {