Home
last modified time | relevance | path

Searched refs:what_ (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/iostreams/detail/
H A Dios.hpp55 explicit failure(const std::string& what_arg) : what_(what_arg) { }
56 const char* what() const { return what_.c_str(); }
58 std::string what_;
/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.hpp24 , first(first_), last(last_), what_(what) in expectation_failure()
30 info what_; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dwhat_function.hpp23 what_function(info& what_, Context& context_) in what_function()
24 : what(what_), context(context_) in what_function()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar_class.hpp75 typedef spirit::char_class::what<char_encoding> what_; in what() typedef
76 return info(what_::is(classification())); in what()
/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 Derror_handler.hpp114 params args(first, last, x.first, x.what_); in operator ()()