Home
last modified time | relevance | path

Searched refs:expectation_failure (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dexpectation_failure.hpp20 struct expectation_failure : std::runtime_error struct
22 expectation_failure(Iterator first_, Iterator last_, info const& what) in expectation_failure() function
26 ~expectation_failure() throw() {} in ~expectation_failure() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/
H A Dexpect.hpp52 , expectation_failure<Iterator> >
58 Iterator, Context, Skipper, expectation_failure<Iterator> > in fail_function()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Dexpect.hpp59 typedef expectation_failure<Iterator> exception; in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/
H A Ddebug_handler.hpp62 catch (expectation_failure<Iterator> const& e) in operator ()()
H A Derror_handler.hpp104 catch (expectation_failure<Iterator> const& x) in operator ()()