Home
last modified time | relevance | path

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

/external/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();
/external/libabigail/src/
Dabg-ir-priv.h315 interned_string_pool string_pool_;
Dabg-ir.cc132 struct interned_string_pool::priv
138 interned_string_pool::interned_string_pool() in interned_string_pool() function in abigail::interned_string_pool
151 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()
/external/libabigail/
DChangeLog616 * 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