Searched defs:RepoState (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/build/make/tools/ide_query/cc_analyzer_proto/ |
H A 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 …]
|
H A D | cc_analyzer.proto | 34 message RepoState { message
|
/aosp_15_r20/external/skia/infra/bots/task_drivers/codesize/ |
H A D | codesize_test.go | 420 func setupMockGit(t *testing.T, repoState types.RepoState) (*gerrit_testutils.MockGerrit, *gitiles.…
|
H A D | codesize.go | 504 func computeTargetGCSDirectory(ctx context.Context, repoState types.RepoState, taskID, compileTaskN…
|