Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dannotation.hpp50 typename boost::is_base_of<ast::tagged, T> is_tagged; in operator ()() local
51 dispatch(x, is_tagged); in operator ()()
79 typename boost::is_base_of<ast::tagged, T> is_tagged; in operator ()() local
80 return dispatch(x, is_tagged); in operator ()()
/third_party/boost/boost/bimap/tags/support/
Dis_tagged.hpp49 struct is_tagged : struct
53 struct is_tagged< tagged< Type, Tag > > : struct
/third_party/glib/gio/
Dgasyncresult.c233 if (!iface->is_tagged) in g_async_result_is_tagged()
236 return (* iface->is_tagged) (res, source_tag); in g_async_result_is_tagged()
Dgasyncresult.h64 gboolean (* is_tagged) (GAsyncResult *res, member
Dgsimpleasyncresult.c471 iface->is_tagged = g_simple_async_result_is_tagged; in g_simple_async_result_async_result_iface_init()
Dgtask.c2262 iface->is_tagged = g_task_is_tagged; in g_task_async_result_iface_init()
/third_party/boost/libs/bimap/test/
Dtest_tagged.cpp90 BOOST_TEST(( is_tagged< data >::value == false )); in test_function()
91 BOOST_TEST(( is_tagged< data_a >::value == true )); in test_function()
/third_party/boost/boost/graph/
Dminimum_degree_ordering.hpp134 bool is_tagged(Vertex node) const { return data[get(id, node)] >= tag; } in is_tagged() function in boost::detail::Marker
252 if (marker->is_tagged(dist)) in operator ()()
286 if (marker->is_tagged(dist)) in operator ()()
488 if (!marker.is_tagged(i_node) in eliminate()
587 if (marker.is_tagged(i_node)) in update()
643 if (marker.is_tagged(i_node)) in update()
/third_party/boost/libs/graph/doc/
Dminimum_degree_ordering.w167 bool is_tagged = marker->is_tagged(dist);
171 if (!is_tagged)
173 return is_tagged || is_numbered;
191 if (!marker.is_tagged(i_node) && !numbering.is_numbered(i_node)) {