Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/classic/test/
Dshortest_alternative_tests.cpp17 shortest_alternative< in shortest_alternative_parser_test()
18 shortest_alternative< in shortest_alternative_parser_test()
19 shortest_alternative< in shortest_alternative_parser_test()
/third_party/boost/boost/spirit/home/classic/core/composite/
Ddirectives.hpp344 struct shortest_alternative struct
345 : public binary<A, B, parser<shortest_alternative<A, B> > >
347 typedef shortest_alternative<A, B> self_t; argument
352 shortest_alternative(A const& a, B const& b) in shortest_alternative() argument
401 shortest_alternative<A, B>
404 return shortest_alternative<A, B>(left, right); in generate()
/third_party/boost/boost/spirit/home/classic/core/composite/impl/
Ddirectives.ipp35 struct shortest_alternative;
193 typedef shortest_alternative<a_t, b_t> result_t;
/third_party/boost/boost/spirit/home/classic/core/
Dtypeof.hpp91 template<class A, class B> struct shortest_alternative;
297 BOOST_TYPEOF_REGISTER_TEMPLATE(BOOST_SPIRIT_CLASSIC_NS::shortest_alternative, 2)
/third_party/boost/boost/spirit/home/classic/debug/
Dparser_names.hpp54 parser_name(shortest_alternative<A, B> const& p);
/third_party/boost/boost/spirit/home/classic/debug/impl/
Dparser_names.ipp86 parser_name(shortest_alternative<A, B> const& p)
88 return std::string("shortest_alternative")