Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/src/
Dw32_regex_traits.cpp64 cat_type cat; in init()
249 BOOST_REGEX_DECL cat_type BOOST_REGEX_CALL w32_cat_open(const std::string& name) in w32_cat_open()
252 cat_type result(::LoadLibraryA(name.c_str()), &free_module); in w32_cat_open()
257 return cat_type(); in w32_cat_open()
259 cat_type result(::LoadLibraryW(wide_name), &free_module); in w32_cat_open()
264 BOOST_REGEX_DECL std::string BOOST_REGEX_CALL w32_cat_get(const cat_type& cat, lcid_type, int i, co… in w32_cat_get()
298 BOOST_REGEX_DECL std::wstring BOOST_REGEX_CALL w32_cat_get(const cat_type& cat, lcid_type, int i, c… in w32_cat_get()
313 BOOST_REGEX_DECL std::basic_string<unsigned short> BOOST_REGEX_CALL w32_cat_get(const cat_type& cat… in w32_cat_get()
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py289 cat_type = 0
292 cat_type = 1
296 cat_type = 2
299 cat_type = 3
303 return [cat_type, key]
900 [cat_type, key] = classify_category(cat_name, cat_number)
901 self.categories[cat_type][key] = [cat_name, cat_number]
1010 for cat_type in range(0,4):
1011 keys = sorted(self.categories[cat_type].keys())
1014 list.append(self.categories[cat_type][key])
/third_party/boost/boost/regex/v4/
Dw32_regex_traits.hpp73 typedef ::boost::shared_ptr<void> cat_type; // placeholder for dll HANDLE. typedef
93 BOOST_REGEX_DECL cat_type BOOST_REGEX_CALL w32_cat_open(const std::string& name);
94 BOOST_REGEX_DECL std::string BOOST_REGEX_CALL w32_cat_get(const cat_type& cat, lcid_type state_id, …
96 BOOST_REGEX_DECL std::wstring BOOST_REGEX_CALL w32_cat_get(const cat_type& cat, lcid_type state_id,…
98 BOOST_REGEX_DECL std::basic_string<unsigned short> BOOST_REGEX_CALL w32_cat_get(const cat_type& cat…
198 cat_type cat; in w32_regex_traits_char_layer()
440 cat_type cat; in w32_regex_traits_implementation()
/third_party/boost/boost/graph/
Dgraphviz.hpp267 typedef typename graph_traits< Graph >::directed_category cat_type; in write_graphviz() typedef
268 typedef graphviz_io_traits< cat_type > Traits; in write_graphviz()
344 typedef typename graph_traits< Graph >::directed_category cat_type; in write_graphviz_subgraph() typedef
345 typedef graphviz_io_traits< cat_type > Traits; in write_graphviz_subgraph()