Searched refs:create_string (Results 1 – 2 of 2) sorted by relevance
236 create_string(const std::string&);
123 interned_string_pool::create_string(const std::string& str_value) in create_string() function in abigail::interned_string_pool3673 {return const_cast<environment*>(this)->priv_->string_pool_.create_string(s);} in intern()