Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/operator/
Dexpect.hpp42 struct expect_operator : sequence_base<expect_operator<Elements>, Elements> struct
46 expect_operator(Elements const& elements) in expect_operator() argument
55 fail_function( in fail_function()
64 std::string id() const { return "expect_operator"; } in id()