Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Ddependency_tracker.hpp25 typedef std::map<fs::path, std::set<fs::path> > glob_list; typedef
28 glob_list glob_dependencies;
29 glob_list::iterator last_glob;
Ddependency_tracker.cpp72 std::pair<glob_list::iterator, bool> r = glob_dependencies.insert( in add_glob()
73 std::make_pair(f, glob_list::mapped_type())); in add_glob()
106 QUICKBOOK_FOR (glob_list::value_type const& g, glob_dependencies) { in write_dependencies()
123 QUICKBOOK_FOR (glob_list::value_type const& g, glob_dependencies) { in write_dependencies()
/third_party/glib/gio/xdgmime/
Dxdgmimeglob.c91 _xdg_glob_list_free (XdgGlobList *glob_list) in _xdg_glob_list_free() argument
95 ptr = glob_list; in _xdg_glob_list_free()
112 _xdg_glob_list_append (XdgGlobList *glob_list, in _xdg_glob_list_append() argument
121 tmp_element = glob_list; in _xdg_glob_list_append()
126 return glob_list; in _xdg_glob_list_append()
136 if (glob_list == NULL) in _xdg_glob_list_append()
139 tmp_element = glob_list; in _xdg_glob_list_append()
145 return glob_list; in _xdg_glob_list_append()