Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Ditem_kind.rs55 pub(crate) fn as_function(&self) -> Option<&Function> { in as_function() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dlang_item.rs35 pub fn as_function(self) -> Option<FunctionId> { in as_function() method
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c908bool as_function) /** < specify if the loaded snapshot should be returned as a function */ in jerry_snapshot_result()