Searched refs:interned_string_pool (Results 1 – 4 of 4) sorted by relevance
181 friend class interned_string_pool; variable226 class interned_string_pool233 interned_string_pool();244 ~interned_string_pool();
401 interned_string_pool string_pool_;
77 struct interned_string_pool::priv83 interned_string_pool::interned_string_pool() in interned_string_pool() function in abigail::interned_string_pool96 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()
5478 * 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