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();
315 interned_string_pool string_pool_;
132 struct interned_string_pool::priv138 interned_string_pool::interned_string_pool() in interned_string_pool() function in abigail::interned_string_pool151 interned_string_pool::has_string(const char* s) const in has_string()161 interned_string_pool::get_string(const char* s) const in get_string()178 interned_string_pool::create_string(const std::string& str_value) in create_string()187 interned_string_pool::~interned_string_pool() in ~interned_string_pool()
616 * include/abg-interned-str.h (interned_string_pool): Likewise.19935 (interned_string_pool::priv): Define new type.19936 (interned_string_pool::*): Define the method declared in