Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/src/shared/
Dmessage.cpp107 class mo_file { class
111 mo_file(std::vector<char> &file) : in mo_file() function in boost::locale::gnu_gettext::mo_file
119 mo_file(FILE *file) : in mo_file() function in boost::locale::gnu_gettext::mo_file
302 …static pair_type use(mo_file const &/*mo*/,char_type const * /*context*/,char_type const * /*key*/) in use()
313 static pair_type use(mo_file const &mo,char const *context,char const *key) in use()
631 boost::shared_ptr<mo_file> mo; in load_file()
637 mo.reset(new mo_file(vfile)); in load_file()
644 mo.reset(new mo_file(the_file.file)); in load_file()
670 mo_file::pair_type tmp = mo->value(i); in load_file()
685 mo_file const &mo) in mo_useable_directly()
[all …]