Lines Matching full:repository
42 class attribute_name::repository : class in boost::attribute_name
44 repository,
45 shared_ptr< repository >
49 repository,
50 shared_ptr< repository >
55 repository,
56 shared_ptr< repository >
74 //! An element of the attribute names repository
182 base_type::get_instance() = boost::make_shared< repository >(); in init_instance()
189 return repository::get()->get_id_from_string(name); in get_id_from_string()
195 return repository::get()->get_string_from_id(id); in get_string_from_id()