Searched defs:push_back_container (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/libs/spirit/test/qi/ |
D | plus.cpp | 40 struct push_back_container<x_attr, char> struct 42 static bool call(x_attr& /*c*/, char /*val*/) in call()
|
D | kleene.cpp | 39 struct push_back_container<x_attr, char> struct 41 static bool call(x_attr& /*c*/, char /*val*/) in call()
|
D | repeat.cpp | 40 struct push_back_container<x_attr, char> struct 42 static bool call(x_attr& /*c*/, char /*val*/) in call()
|
/third_party/boost/libs/spirit/repository/test/qi/ |
D | keywords.cpp | 49 struct push_back_container<x_attr, char> struct 51 static bool call(x_attr& /*c*/, char /*val*/) in call()
|
/third_party/boost/libs/spirit/example/qi/ |
D | custom_string.cpp | 29 struct push_back_container<QString, QChar> struct 31 static bool call(QString& c, QChar const& val) in call()
|
D | boost_array.cpp | 87 struct push_back_container< struct 90 static bool call(client::detail::adapt_array<boost::array<T, N> >& c in call()
|
/third_party/boost/libs/spirit/test/x3/ |
D | plus.cpp | 32 struct push_back_container<x_attr> struct 34 static bool call(x_attr& /*c*/, char /*val*/) in call()
|
D | kleene.cpp | 31 struct push_back_container<x_attr> struct 33 static bool call(x_attr& /*c*/, char /*val*/) in call()
|
/third_party/boost/boost/spirit/home/support/ |
D | container.hpp | 287 struct push_back_container struct 289 static bool call(Container& c, T const& val) in call() 298 struct push_back_container<optional<Container>, T> struct 300 static bool call(boost::optional<Container>& c, T const& val) in call() 342 struct push_back_container<variant<BOOST_VARIANT_ENUM_PARAMS(T_)>, T> struct 344 static bool call(variant<BOOST_VARIANT_ENUM_PARAMS(T_)>& c, T const& val) in call()
|
D | adapt_adt_attributes.hpp | 74 struct push_back_container< struct 81 static bool call( in call()
|
/third_party/boost/boost/spirit/home/x3/support/traits/ |
D | container_traits.hpp | 117 struct push_back_container struct 120 static bool call(Container& c, T&& val) in call()
|
/third_party/boost/boost/spirit/home/support/utree/ |
D | utree_traits.hpp | 524 struct push_back_container<utree, T> struct 526 static bool call(utree& c, T const& val) in call() 550 struct push_back_container<utree::list_type, T> struct
|