Searched defs:expect_function (Results 1 – 3 of 3) sorted by relevance
23 struct expect_function struct25 typedef Iterator iterator_type;26 typedef Context context_type;28 expect_function( in expect_function() argument40 bool operator()(Component const& component, Attribute& attr) const in operator ()()67 bool operator()(Component const& component) const in operator ()()93 Iterator& first;94 Iterator const& last;95 Context& context;96 Skipper const& skipper;[all …]
69 pub(crate) fn expect_function(&self) -> &Function { in expect_function() method
623 pub(crate) fn expect_function(&self) -> &Function { in expect_function() method