Home
last modified time | relevance | path

Searched refs:crate_index (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Drust_project_writer.cc202 size_t crate_index = crate_list.size(); in AddSysrootCrate() local
203 sysroot_crate_lookup.insert(std::make_pair(crate, crate_index)); in AddSysrootCrate()
211 Crate sysroot_crate = Crate(SourceFile(crate_path), std::nullopt, crate_index, in AddSysrootCrate()