Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-module-canonical.c48 resolve (const jerry_value_t canonical_name, jerry_value_t *result) in resolve()
/third_party/jerryscript/jerry-ext/module/
Dmodule.c181 jerryx_resolve_native_module (const jerry_value_t canonical_name, /**< canonical name of the module… in jerryx_resolve_native_module()
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs43 fn canonical_name(&self, ctx: &BindgenContext) -> String; in canonical_name() method
204 fn canonical_name(&self, ctx: &BindgenContext) -> String { in canonical_name() function
398 canonical_name: LazyCell<String>, field
1916 fn canonical_name(&self, ctx: &BindgenContext) -> String { in canonical_name() method
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs642 let canonical_name = item.canonical_name(ctx); in codegen() localVariable
1175 fn canonical_name(&self, ctx: &BindgenContext) -> String { in canonical_name() method
1846 let canonical_name = item.canonical_name(ctx); in codegen() localVariable
4065 let mut canonical_name = item.canonical_name(ctx); in codegen() localVariable
5094 let canonical_name = canonical_name.as_bytes(); in names_will_be_identical_after_mangling() localVariable