Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dpass_container.hpp265 struct pass_container struct
267 typedef typename F::context_type context_type;
268 typedef typename F::iterator_type iterator_type;
270 pass_container(F const& f_, Attr& attr_) in pass_container() function
276 bool dispatch_container(Component const& component, mpl::false_) const in dispatch_container()
298 bool dispatch_container(Component const& component, mpl::true_) const in dispatch_container()
307 bool dispatch_attribute(Component const& component, mpl::false_) const in dispatch_attribute()
314 bool dispatch_attribute(Component const& component, mpl::true_) const in dispatch_attribute()
337 bool operator()(Component const& component) const in operator ()()
354 F f;
[all …]