Home
last modified time | relevance | path

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

/third_party/boost/boost/log/attributes/
Dattribute_name.hpp80 m_id(get_id_from_string(name)) in attribute_name()
89 m_id(get_id_from_string(name.c_str())) in attribute_name()
169 static BOOST_LOG_API id_type get_id_from_string(const char* name);
/third_party/boost/libs/log/src/
Dattribute_name.cpp140 id_type get_id_from_string(const char* name) in get_id_from_string() function in boost::attribute_name::repository
187 attribute_name::get_id_from_string(const char* name) in get_id_from_string() function in boost::attribute_name
189 return repository::get()->get_id_from_string(name); in get_id_from_string()