Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/
Dalternative_function.hpp54 struct alternative_function struct
56 alternative_function( in alternative_function() function
65 bool call(Component const& component, mpl::true_) const in call()
72 bool call_optional_or_variant(Component const& component, mpl::true_) const in call_optional_or_variant()
96 bool call_variant(Component const& component, mpl::false_) const in call_variant()
116 bool call_variant(Component const& component, mpl::true_) const in call_variant()
125 bool call_optional_or_variant(Component const& component, mpl::false_) const in call_optional_or_variant()
137 bool call(Component const& component, mpl::false_) const in call()
144 bool call_unused(Component const& component, mpl::true_) const in call_unused()
155 bool call_unused(Component const& component, mpl::false_) const in call_unused()
[all …]