Home
last modified time | relevance | path

Searched defs:mo_file_use_traits (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/locale/src/shared/
Dmessage.cpp298 struct mo_file_use_traits { struct
299 static const bool in_use = false;
300 typedef CharType char_type;
301 typedef std::pair<char_type const *,char_type const *> pair_type;
302 …static pair_type use(mo_file const &/*mo*/,char_type const * /*context*/,char_type const * /*key*/) in use()
309 struct mo_file_use_traits<char> { struct
310 static const bool in_use = true;
311 typedef char char_type;
312 typedef std::pair<char_type const *,char_type const *> pair_type;
313 static pair_type use(mo_file const &mo,char const *context,char const *key) in use()