Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/dynamic/
Dmatchable.hpp43 struct matchable struct
45 typedef BidiIter iterator_type;
46 typedef typename iterator_value<iterator_type>::type char_type;
47 virtual ~matchable() {} in ~matchable()
143 matchable_ptr const &matchable() const in matchable() function
/third_party/libwebsockets/lib/roles/http/server/
Dlws-spa.c75 uint8_t matchable; member
/third_party/boost/boost/xpressive/detail/core/
Dstate.hpp110 typedef detail::matchable<BidiIter> matchable; typedef