Home
last modified time | relevance | path

Searched refs:get_namespace (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_symtable.py157 self.assertTrue(self.top.lookup("spam").get_namespace() is self.spam)
160 self.assertRaises(ValueError, ns_test.get_namespace)
164 self.assertRaises(ValueError, ns_test_2.get_namespace)
/third_party/python/Lib/
H A Dsymtable.py306 def get_namespace(self): member in Symbol
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc1172 const abg_compat::optional<std::string>& ns1 = symbol1->get_namespace(); in maybe_report_diff_for_symbol()
1173 const abg_compat::optional<std::string>& ns2 = symbol2->get_namespace(); in maybe_report_diff_for_symbol()
H A Dabg-comp-filter.cc273 return symbol_f->get_namespace() != symbol_s->get_namespace(); in namespace_changed()
H A Dabg-writer.cc3139 if (sym->get_namespace().has_value()) in write_elf_symbol()
3140 o << " namespace='" << sym->get_namespace().value() << "'"; in write_elf_symbol()
H A Dabg-ir.cc1906 && l.get_namespace() == r.get_namespace()); in textually_equals()
2121 elf_symbol::get_namespace() const in get_namespace() function in abigail::ir::elf_symbol
/third_party/libabigail/include/
H A Dabg-ir.h1037 get_namespace() const;

Completed in 48 milliseconds