Searched defs:crateInfo (Results 1 – 3 of 3) sorted by relevance
185 CrateInfo crateInfo = (CrateInfo) obj; in equals() local276 CrateInfo crateInfo = new CrateInfo(id /* default label = id */, 0); in copyFrom() local
62 type crateInfo struct { struct63 Idx int // Index of the crate in rustProjectJson.Crates slice.64 Deps map[string]int // The keys are the module names and not the crate names.
664 CrateInfo crateInfo = CrateInfo.copyFrom(crateMetadata.uid, in convertCrateInfoFrom() local