Home
last modified time | relevance | path

Searched refs:canonical_name (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c181 jerryx_resolve_native_module (const jerry_value_t canonical_name, /**< canonical name of the module */ in jerryx_resolve_native_module() argument
189 jerry_size_t name_size = jerry_get_utf8_string_size (canonical_name); in jerryx_resolve_native_module()
200 jerry_string_to_utf8_char_buffer (canonical_name, name_string, name_size); in jerryx_resolve_native_module()
213 canonical_name)); in jerryx_resolve_native_module()
254 bool (*resolve_p) (const jerry_value_t canonical_name, in jerryx_module_resolve_local()
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-module-canonical.c48 resolve (const jerry_value_t canonical_name, jerry_value_t *result) in resolve() argument
50 jerry_size_t name_size = jerry_get_string_size (canonical_name); in resolve()
52 jerry_string_to_char_buffer (canonical_name, name_string, name_size); in resolve()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs113 let root = ctx.root_module().canonical_name(ctx); in root_import()
609 let name = item.canonical_name(ctx); in codegen()
642 let canonical_name = item.canonical_name(ctx); in codegen()
644 if result.seen_var(&canonical_name) { in codegen()
647 result.saw_var(&canonical_name); in codegen()
649 let canonical_ident = ctx.rust_ident(&canonical_name); in codegen()
750 &canonical_name, in codegen()
817 let name = item.canonical_name(ctx); in codegen()
848 let name = item.canonical_name(ct in codegen()
1175 fn canonical_name(&self, ctx: &BindgenContext) -> String { canonical_name() functions
4065 let mut canonical_name = item.canonical_name(ctx); codegen() variables
[all...]
H A Dimpl_debug.rs12 let struct_name = item.canonical_name(ctx); in gen_debug_impl()
/third_party/rust/crates/regex/regex-syntax/src/
H A Dunicode.rs628 fn gencat(canonical_name: &'static str) -> Result<hir::ClassUnicode> { in gencat()
651 match canonical_name {
663 fn script(canonical_name: &'static str) -> Result<hir::ClassUnicode> { in script()
677 imp(canonical_name)
687 canonical_name: &'static str, in script_extension()
702 imp(canonical_name)
712 fn bool_property(canonical_name: &'static str) -> Result<hir::ClassUnicode> { in bool_property()
726 match canonical_name {
740 fn gcb(canonical_name: &'static str) -> Result<hir::ClassUnicode> { in gcb()
754 imp(canonical_name)
[all...]
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dmodule.h113 typedef bool (*jerryx_module_resolve_t) (const jerry_value_t canonical_name, /**< The module's canonical name */
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs43 fn canonical_name(&self, ctx: &BindgenContext) -> String; in canonical_name() functions
48 /// To contrast with canonical_name, here's an example:
204 fn canonical_name(&self, ctx: &BindgenContext) -> String { in canonical_name() functions
209 ctx.resolve_item(*self).canonical_name(ctx) in canonical_name()
394 /// A cached copy of the canonical name, as returned by `canonical_name`.
398 canonical_name: LazyCell<String>,
442 canonical_name: LazyCell::new(), in new()
732 to.push_str(&self.canonical_name(ctx)); in push_disambiguated_name()
1000 let name = item.canonical_name(ctx); in is_constified_enum_module()
1002 if inner_item.canonical_name(ct in is_constified_enum_module()
1916 fn canonical_name(&self, ctx: &BindgenContext) -> String { canonical_name() functions
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py3656 canonical_name = dependency.name.replace("_host", "")
3657 added_dependency_set.add(canonical_name)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py3656 canonical_name = dependency.name.replace("_host", "")
3657 added_dependency_set.add(canonical_name)

Completed in 14 milliseconds