Home
last modified time | relevance | path

Searched refs:get_string_from_id (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/log/attributes/
Dattribute_name.hpp165 string_type const& string() const { return get_string_from_id(m_id); } in string()
170 static BOOST_LOG_API string_type const& get_string_from_id(id_type id);
/third_party/boost/libs/log/src/
Dattribute_name.cpp171 string_type const& get_string_from_id(id_type id) in get_string_from_id() function in boost::attribute_name::repository
193 attribute_name::get_string_from_id(id_type id) in get_string_from_id() function in boost::attribute_name
195 return repository::get()->get_string_from_id(id); in get_string_from_id()