Home
last modified time | relevance | path

Searched defs:GitRepo (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dprepare.rs56 pub(crate) struct GitRepo { struct
57 url: GitRepoUrl, argument
63 enum GitRepoUrl { argument
95 impl GitRepo { implementation
102 ) -> GitRepo { in github()
/third_party/vk-gl-cts/external/openglcts/scripts/
Dverify_kc_cts_rev.py51 class GitRepo (Source): class
/third_party/vk-gl-cts/external/
Dfetch_sources.py240 class GitRepo (Source): class
/third_party/rust/rust/src/bootstrap/
Dlib.rs179 pub enum GitRepo { enum
1130 fn cflags(&self, target: TargetSelection, which: GitRepo, c: CLang) -> Vec<String> { in cflags()