Home
last modified time | relevance | path

Searched refs:interned_string (Results 1 – 12 of 12) sorted by relevance

/third_party/libabigail/include/
Dabg-interned-str.h42 class interned_string
50 interned_string(string* raw) in interned_string() function
59 interned_string() in interned_string() function
66 interned_string(const interned_string& o) in interned_string() function
72 interned_string&
73 operator=(const interned_string& o)
112 operator==(const interned_string& o) const
123 operator!=(const interned_string& o) const
168 operator<(const interned_string& o) const
185 operator==(const string& l, const interned_string& r);
[all …]
Dabg-fwd.h117 typedef unordered_map<interned_string,
221 typedef unordered_map<interned_string,
235 typedef unordered_map<interned_string,
927 interned_string
932 interned_string
937 interned_string
942 interned_string
947 interned_string
953 interned_string
957 interned_string
[all …]
Dabg-ir.h198 interned_string
542 typedef unordered_map<interned_string, type_base_wptr, hash_interned_string>
547 typedef unordered_map<interned_string,
1505 const interned_string&
1512 set_qualified_name(const interned_string&) const;
1514 const interned_string&
1518 set_temporary_qualified_name(const interned_string&) const;
1577 const interned_string& name,
1579 const interned_string& mangled_name = interned_string(),
1603 get_qualified_name(interned_string& qualified_name,
[all …]
Dabg-corpus.h395 unordered_set<interned_string, hash_interned_string>*
/third_party/libabigail/src/
Dabg-ir.cc122 interned_string
128 return interned_string(result); in create_string()
151 operator==(const std::string& l, const interned_string& r) in operator ==()
155 operator!=(const std::string& l, const interned_string& r) in operator !=()
168 operator<<(std::ostream& o, const interned_string& s) in operator <<()
185 operator+(const interned_string& s1,const std::string& s2) in operator +()
199 operator+(const std::string& s1, const interned_string& s2) in operator +()
211 static interned_string
1432 interned_string repr = get_type_name(ftype); in bind_function_type_life_time()
3143 typedef unordered_map<interned_string,
[all …]
Dabg-ir-priv.h193 interned_string internal_cached_repr_;
194 interned_string cached_repr_;
1311 interned_string cached_name_;
1312 interned_string internal_cached_name_;
1313 interned_string temp_internal_cached_name_;
Dabg-corpus-priv.h248 interned_string
257 interned_string
703 unordered_set<interned_string, hash_interned_string> *pub_type_pretty_reprs_;
765 unordered_set<interned_string, hash_interned_string>*
Dabg-corpus.cc576 unordered_set<interned_string, hash_interned_string>*
584 new unordered_set<interned_string, hash_interned_string>; in get_public_types_pretty_representations()
719 interned_string s = t.get_environment().intern(repr); in record_type_as_reachable_from_public_interfaces()
737 interned_string s = t.get_environment().intern(repr); in type_is_reachable_from_public_interfaces()
1615 unordered_set<interned_string, hash_interned_string> pub_type_pretty_reprs_;
1766 interned_string fid = (*f)->get_id(); in get_functions()
1804 interned_string vid = (*v)->get_id(); in get_variables()
2007 unordered_set<interned_string, hash_interned_string>*
Dabg-writer.cc85 interned_string
98 interned_string
110 typedef unordered_map<type_base*, interned_string> type_ptr_map;
190 typedef std::unordered_map<const type_base*, interned_string,
233 unordered_set<interned_string, hash_interned_string> m_emitted_decls_set;
464 interned_string
472 interned_string
485 interned_string id = get_id_manager().get_id_with_prefix("type-id-"); in get_id_for_type()
490 interned_string pretty = c->get_cached_pretty_representation(true); in get_id_for_type()
500 return interned_string(); in get_id_for_type()
[all …]
Dabg-dwarf-reader.cc127 typedef unordered_map<Dwarf_Off, interned_string> die_istring_map_type;
131 typedef unordered_map<interned_string,
253 typedef unordered_map<interned_string,
2581 interned_string name = in compute_canonical_die()
2676 interned_string name = in get_canonical_die()
2773 interned_string name = in get_or_compute_canonical_die()
3006 interned_string
3020 interned_string istr = env().intern(qualified_name); in get_die_qualified_name()
3040 interned_string
3064 interned_string
[all …]
/third_party/libabigail/tests/data/test-diff-filter/
Dtest41-report-0.txt39 …[C] 'method abigail::interned_string abigail::xml_writer::write_context::get_id_for_type(abigail::…
60interned_string, abigail::xml_writer::type_hasher, abigail::diff_utils::deep_ptr_eq_functor, std::…
61interned_string, abigail::xml_writer::type_hasher, abigail::diff_utils::deep_ptr_eq_functor, std::…
64interned_string, abigail::xml_writer::type_hasher, abigail::diff_utils::deep_ptr_eq_functor, std::…
66interned_string, abigail::xml_writer::type_hasher, abigail::diff_utils::deep_ptr_eq_functor, std::…
/third_party/libabigail/
DChangeLog828 Return a string&, no more interned_string&. As the enumerator
961 this be string, not interned_string.
14101 * include/abg-interned-str.h (interned_string::clear): Add new
14927 * include/abg-interned-str.h (interned_string::operator=): Define
18208 for a class name denoted by an interned_string in the corpus, do
22303 (interned_string::{interned_string, raw, operator==, operator!=,
22356 typedef for unordered_set<interned_string>.
24733 interned_string rather than std::string.
24753 Return a interned_string, rather than a std::string.
24784 an interned_string, rather than a std::string.
[all …]