Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/
Dexpect_function.hpp23 struct expect_function struct
25 typedef Iterator iterator_type;
26 typedef Context context_type;
28 expect_function( in expect_function() argument
40 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem_kind.rs69 pub(crate) fn expect_function(&self) -> &Function { in expect_function() method
Ditem.rs623 pub(crate) fn expect_function(&self) -> &Function { in expect_function() method