Home
last modified time | relevance | path

Searched refs:domains_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/locale/
Dgnu_gettext.hpp97 …typedef std::vector<domain> domains_type; ///< Type that defines a list of domains that are load… typedef
99domains_type domains; ///< Message domains - application name, like my_app. So files nam…
/third_party/boost/libs/locale/src/win32/
Dwin_backend.cpp114 …begin(),domains_.end(),std::back_inserter<gnu_gettext::messages_info::domains_type>(minf.domains)); in install()
/third_party/boost/libs/locale/src/icu/
Dicu_backend.cpp113 …begin(),domains_.end(),std::back_inserter<gnu_gettext::messages_info::domains_type>(minf.domains)); in install()
/third_party/boost/libs/locale/src/posix/
Dposix_backend.cpp139 …begin(),domains_.end(),std::back_inserter<gnu_gettext::messages_info::domains_type>(minf.domains)); in install()
/third_party/boost/libs/locale/src/std/
Dstd_backend.cpp186 …begin(),domains_.end(),std::back_inserter<gnu_gettext::messages_info::domains_type>(minf.domains)); in install()