Home
last modified time | relevance | path

Searched defs:expect_param (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_expand/src/
Dbase.rs213 pub fn expect_param(self) -> ast::Param { in expect_param() method
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc1471 Expect<ast::Variable*> ParserImpl::expect_param() { in expect_param() function in tint::reader::wgsl::ParserImpl
/third_party/rust/rust/compiler/rustc_hir/src/
Dhir.rs3869 pub fn expect_param(self) -> &'hir Param<'hir> { in expect_param() method