Home
last modified time | relevance | path

Searched refs:interned_string_pool (Results 1 – 4 of 4) sorted by relevance

/third_party/libabigail/include/
Dabg-interned-str.h181 friend class interned_string_pool; variable
226 class interned_string_pool
233 interned_string_pool();
244 ~interned_string_pool();
/third_party/libabigail/src/
Dabg-ir-priv.h401 interned_string_pool string_pool_;
Dabg-ir.cc77 struct interned_string_pool::priv
83 interned_string_pool::interned_string_pool() in interned_string_pool() function in abigail::interned_string_pool
96 interned_string_pool::has_string(const char* s) const in has_string()
106 interned_string_pool::get_string(const char* s) const in get_string()
123 interned_string_pool::create_string(const std::string& str_value) in create_string()
132 interned_string_pool::~interned_string_pool() in ~interned_string_pool()
/third_party/libabigail/
DChangeLog5478 * include/abg-interned-str.h (interned_string_pool): Likewise.
24797 (interned_string_pool::priv): Define new type.
24798 (interned_string_pool::*): Define the method declared in