Home
last modified time | relevance | path

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

/third_party/boost/boost/bimap/tags/support/
Dis_tagged.hpp49 struct is_tagged : struct
53 struct is_tagged< tagged< Type, Tag > > : struct
/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
79 typename boost::is_base_of<ast::tagged, T> is_tagged; in operator ()() local
/third_party/glib/gio/
Dgasyncresult.h64 gboolean (* is_tagged) (GAsyncResult *res, member
/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