Home
last modified time | relevance | path

Searched refs:get_scope (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dscope.rs258 fn get_scope(&self) -> &Scope<'a>; in get_scope() method
261 self.get_scope().get_file_descriptor() in get_file_descriptor()
270 let mut r = self.get_scope().prefix(); in name_to_package()
276 let r = self.get_scope().protobuf_path_to_file(); in protobuf_name_to_package()
282 let mut path = self.get_scope().protobuf_absolute_path(); in name_absolute()
289 let mut r = self.get_scope().rust_prefix(); in rust_name()
302 proto_path_to_rust_mod(self.get_scope().get_file_descriptor().get_name()), in rust_fq_name()
315 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
431 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
450 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
[all …]
Denums.rs69 let rust_name = if enum_with_scope.get_scope().get_file_descriptor().get_name() in new()
86 .get_scope() in new()
Dmessage.rs621 let current_file = self.message.get_scope().get_file_descriptor(); in write()
Drust_types_values.rs508 if message_or_enum.get_scope().get_file_descriptor().get_name() == file.get_name() { in type_name_to_rust_relative()
/external/rust/crates/protobuf/src/
Ddescriptorx.rs295 fn get_scope(&self) -> &Scope<'a>; in get_scope() method
298 self.get_scope().get_file_descriptor() in get_file_descriptor()
307 let mut r = self.get_scope().prefix(); in name_to_package()
327 let mut r = self.get_scope().rust_prefix(); in rust_name()
340 proto_path_to_rust_mod(self.get_scope().get_file_descriptor().get_name()), in rust_fq_name()
353 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
462 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
481 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
483 &MessageOrEnumWithScope::Message(ref m) => m.get_scope(), in get_scope()
484 &MessageOrEnumWithScope::Enum(ref e) => e.get_scope(), in get_scope()
/external/libabigail/src/
Dabg-reader.cc401 return cur_decl->get_scope(); in get_cur_scope()
769 if (var && var->get_scope()) in maybe_add_var_to_exported_decls()
853 ABG_ASSERT(c->get_scope()); in maybe_canonicalize_type()
4754 ABG_ASSERT(f->get_scope()); in build_class_decl()
4764 ABG_ASSERT(c->get_scope()); in build_class_decl()
5087 ABG_ASSERT(f->get_scope()); in build_union_decl()
5097 ABG_ASSERT(c->get_scope()); in build_union_decl()
5233 if (c->get_scope()) in build_class_tdecl()
5573 if (decl && decl->get_scope()) in handle_type_decl()
5606 if (decl && decl->get_scope()) in handle_qualified_type_decl()
[all …]
Dabg-ir.cc3999 decl_base::get_scope() const in get_scope() function in abigail::ir::decl_base
4002 return priv_->context_->get_scope(); in get_scope()
4172 if (scope_decl* s = get_scope()) in set_is_declaration_only()
4569 {return (d.get_scope());} in has_scope()
6182 if (scope_decl *scope = (*i)->get_scope()) in clone_array()
6256 scope_decl* scope = is_decl(type) ? is_decl(type)->get_scope() : 0; in clone_typedef_array_qualified_type()
6288 scope_decl* scope = is_decl(t)->get_scope(); in clone_array_tree()
6324 is_decl(t->get_underlying_type())->get_scope(); in clone_array_tree()
6340 is_decl(t->get_underlying_type())->get_scope(); in clone_array_tree()
6358 scope_decl* scope = is_decl(e)->get_scope(); in clone_array_tree()
[all …]
Dabg-dwarf-reader.cc11340 ABG_ASSERT((*v)->get_scope()); in build_translation_unit_and_add_to_ir()
12802 if (!(*i)->get_scope()) in schedule_array_tree_for_late_canonicalization()
12864 scope = array->get_scope(); in maybe_strip_qualification()
12874 scope = is_decl(u)->get_scope(); in maybe_strip_qualification()
12908 add_decl_to_scope(qual_type, is_decl(element_type)->get_scope()); in maybe_strip_qualification()
14633 is_class_or_union_type(member_type_declaration->get_scope()); in maybe_set_member_type_access_specifier()
14664 if (!fn || fn->get_scope()) in potential_member_fn_should_be_dropped()
15078 ABG_ASSERT(m->get_scope()); in build_ir_node_from_die()
15091 ABG_ASSERT(is_decl(result)->get_scope()); in build_ir_node_from_die()
15094 ABG_ASSERT(v->get_scope()); in build_ir_node_from_die()
Dabg-reporter-priv.cc251 if (!is_union_type(d->get_scope())) in represent_data_member()
Dabg-hash.cc370 v = hashing::combine_hashes(v, hash_decl(*t.get_scope())); in operator ()()
Dabg-writer.cc1965 for (scope_decl* s = decl->get_scope(); in write_decl_in_scope()
1967 s = s->get_scope()) in write_decl_in_scope()
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs315 .get_scope() in field_elem()
322 field.message.get_scope().file_scope.file_descriptor, in field_elem()
358 field.message.get_scope().get_file_descriptor(), in field_elem()
503 syntax: field.message.get_scope().file_scope.syntax(), in parse()
/external/python/jinja/tests/
Dtest_ext.py626 def get_scope(self): member in TestAutoEscape.test_overlay_scopes.MagicScopeExtension
/external/libabigail/include/
Dabg-ir.h1140 get_scope() const in get_scope() function
1570 get_scope() const;
/external/libabigail/
DChangeLog29076 (decl_base::{get_hash, set_hash, get_scope,
30579 getter. (decl_base::get_scope): Move this out-of-line.
30606 (decl_base::get_scope): New out-of-line getter.
35561 * src/abg-ir.h (decl_base::get_scope): Really re-style.
35910 into what_kind. Renamed get_context into get_scope. Add virtual