Home
last modified time | relevance | path

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

/third_party/boost/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 …]
/third_party/openssl/crypto/store/
Dstore_register.c82 OSSL_STORE_expect_fn expect_function) in OSSL_STORE_LOADER_set_expect()