Searched defs:RepoState (Results 1 – 2 of 2) sorted by relevance
| /build/make/tools/ide_query/cc_analyzer_proto/ |
| D | cc_analyzer.pb.go | 142 type RepoState struct { struct 143 state protoimpl.MessageState 144 sizeCache protoimpl.SizeCache 145 unknownFields protoimpl.UnknownFields 149 RepoDir string `protobuf:"bytes,1,opt,name=repo_dir,json=repoDir,proto3" json:"repo_dir,omitempty"` 151 …f:"bytes,2,rep,name=active_file_path,json=activeFilePath,proto3" json:"active_file_path,omitempty"` 153 OutDir string `protobuf:"bytes,3,opt,name=out_dir,json=outDir,proto3" json:"out_dir,omitempty"` 155 …ing `protobuf:"bytes,4,opt,name=comp_db_path,json=compDbPath,proto3" json:"comp_db_path,omitempty"` 158 func (x *RepoState) Reset() { 167 func (x *RepoState) String() string { [all …]
|
| D | cc_analyzer.proto | 34 message RepoState { message
|