Home
last modified time | relevance | path

Searched defs:crate (Results 1 – 10 of 10) sorted by relevance

/third_party/gn/src/gn/
Drust_project_writer.cc183 std::string_view crate, in AddSysrootCrate()
238 for (auto crate : sysroot_crates) { in AddSysroot() local
244 void AddSysrootDependencyToCrate(Crate* crate, in AddSysrootDependencyToCrate()
299 Crate crate = Crate(crate_root, gen_dir, crate_id, crate_label, in AddTarget() local
365 for (auto& crate : crate_list) { in WriteCrates() local
Dninja_rust_binary_target_writer.cc319 for (const auto& crate : transitive_rust_deps) { in WriteExternsAndDeps() local
/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionOfFormThis.js100 let crate: Crate<{}>; variable
257 var crate; variable
/third_party/rust/crates/tracing/tracing/src/
Dfield.rs169 impl<'a> crate::sealed::Sealed for &'a Field {} impl
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionOfFormThis.ts100 let crate: Crate<{}>; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dkeywords.h21 int crate; variable
/third_party/rust/crates/tracing/tracing-subscriber/src/field/
Dmod.rs182 impl<'a, F> crate::sealed::Sealed<RecordFieldsMarker> for &'a F where F: RecordFields {} impl
219 impl<T, M> crate::sealed::Sealed<MakeExtMarker<T>> for M where M: MakeVisitor<T> + Sized {} impl
/third_party/alsa-lib/src/pcm/
Dpcm_plug.c795 const snd_interval_t *srate, *crate; in snd_pcm_plug_hw_refine_schange() local
896 const snd_interval_t *srate, *crate; in snd_pcm_plug_hw_refine_cchange() local
Dpcm_rate.c176 const snd_interval_t *srate, *crate; in snd_pcm_rate_hw_refine_schange() local
209 const snd_interval_t *srate, *crate; in snd_pcm_rate_hw_refine_cchange() local
/third_party/rust/crates/tracing/tracing-core/src/
Dfield.rs578 impl<'a, T: ?Sized> crate::sealed::Sealed for &'a T where T: Value + crate::sealed::Sealed + 'a {} impl
589 impl<'a, T: ?Sized> crate::sealed::Sealed for &'a mut T where T: Value + crate::sealed::Sealed + 'a… impl
722 impl crate::sealed::Sealed for &'_ dyn valuable::Valuable {} impl