Searched defs:RepoState (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/ide_query/ide_query_proto/ |
D | ide_query.pb.go | 127 type RepoState struct { struct 128 state protoimpl.MessageState 129 sizeCache protoimpl.SizeCache 130 unknownFields protoimpl.UnknownFields 134 RepoDir string `protobuf:"bytes,1,opt,name=repo_dir,json=repoDir,proto3" json:"repo_dir,omitempty"` 136 …f:"bytes,2,rep,name=active_file_path,json=activeFilePath,proto3" json:"active_file_path,omitempty"` 138 OutDir string `protobuf:"bytes,3,opt,name=out_dir,json=outDir,proto3" json:"out_dir,omitempty"` 140 …ing `protobuf:"bytes,4,opt,name=comp_db_path,json=compDbPath,proto3" json:"comp_db_path,omitempty"` 143 func (x *RepoState) Reset() { 152 func (x *RepoState) String() string { [all …]
|
D | ide_query.proto | 33 message RepoState { message
|