Searched refs:RepoState (Results 1 – 6 of 6) sorted by relevance
26 ::ide_query::DepsResponse GetDeps(::ide_query::RepoState state);30 ::ide_query::IdeAnalysis GetBuildInputs(::ide_query::RepoState state);
64 ide_query::RepoState state; in main()
51 ::ide_query::DepsResponse GetDeps(::ide_query::RepoState state) { in GetDeps()83 ::ide_query::IdeAnalysis GetBuildInputs(::ide_query::RepoState state) { in GetBuildInputs()
127 type RepoState struct { struct143 func (x *RepoState) Reset() { argument144 *x = RepoState{}152 func (x *RepoState) String() string { argument156 func (*RepoState) ProtoMessage() {} argument158 func (x *RepoState) ProtoReflect() protoreflect.Message { argument171 func (*RepoState) Descriptor() ([]byte, []int) { argument175 func (x *RepoState) GetRepoDir() string { argument182 func (x *RepoState) GetActiveFilePath() []string { argument189 func (x *RepoState) GetOutDir() string { argument[all …]
33 message RepoState { message
149 func repoState(env *Env) *pb.RepoState {151 return &pb.RepoState{