/third_party/boost/boost/xpressive/ |
D | regex_iterator.hpp | 48 , what_() in regex_iterator_impl() 49 , state_(begin, end, what_, *access::get_regex_impl(rex_), flags) in regex_iterator_impl() 59 this->state_.reset(this->what_, *access::get_regex_impl(this->rex_)); in next() 66 access::set_base(this->what_, this->state_.begin_); in next() 68 this->state_.cur_ = this->state_.next_search_ = this->what_[0].second; in next() 69 this->not_null_ = (0 == this->what_.length()); in next() 85 match_results<BidiIter> what_; member 144 detail::bind_args(args, this->impl_->what_); in regex_iterator() 177 return this->impl_->what_; in operator *() 182 return &this->impl_->what_; in operator ->() [all …]
|
D | regex_token_iterator.hpp | 66 ? this->iter_.what_.prefix() in next() 67 : this->iter_.what_[ this->subs_[ this->n_ ] ]; in next() 189 detail::bind_args(args, this->impl_->iter_.what_); in regex_token_iterator() 244 detail::bind_args(args, this->impl_->iter_.what_); in regex_token_iterator() 344 clone->iter_.what_ = this->impl_->iter_.what_; in fork_() 349 detail::core_access<BidiIter>::get_action_args(clone->iter_.what_) in fork_() 350 = detail::core_access<BidiIter>::get_action_args(this->impl_->iter_.what_); in fork_()
|
/third_party/boost/libs/spirit/test/qi/ |
D | expectd.cpp | 49 std::cout << "expected: "; print_info(x.what_); in main() 52 BOOST_TEST(boost::get<std::string>(x.what_.value) == "y"); in main() 64 std::cout << "expected: "; print_info(x.what_); in main() 68 BOOST_TEST(x.what_.tag == "sequence"); in main() 79 std::cout << "expected: "; print_info(x.what_); in main() 83 BOOST_TEST(x.what_.tag == "sequence"); in main() 96 std::cout << "expected: "; print_info(x.what_); in main() 99 BOOST_TEST(boost::get<std::string>(x.what_.value) == "y"); in main() 113 std::cout << "expected: "; print_info(x.what_); in main() 116 BOOST_TEST(x.what_.tag == "sequence"); in main()
|
D | expect.cpp | 48 std::cout << "expected: "; print_info(x.what_); in main() 51 BOOST_TEST(boost::get<std::string>(x.what_.value) == "o"); in main() 65 std::cout << "expected: "; print_info(x.what_); in main() 68 BOOST_TEST(boost::get<std::string>(x.what_.value) == "o"); in main() 82 std::cout << "expected: "; print_info(x.what_); in main() 85 BOOST_TEST(x.what_.tag == "no-case-literal-string"); in main() 86 BOOST_TEST(boost::get<std::string>(x.what_.value) == "nend"); in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor.cc | 39 what_ = other.what_; in operator =() 48 what_ = std::move(other.what_); in operator =() 57 return what_.c_str(); in what() 64 what_ = absl::StrCat("Bad StatusOr access: ", status_.ToString()); in InitWhat()
|
/third_party/boost/boost/assign/ |
D | assignment_exception.hpp | 30 : what_( _what ) in assignment_exception() 35 return what_; in what() 39 const char* what_; member in boost::assign::assignment_exception
|
/third_party/boost/boost/ptr_container/ |
D | exception.hpp | 25 const char* what_; member in boost::bad_ptr_container_operation 27 bad_ptr_container_operation( const char* what ) : what_( what ) in bad_ptr_container_operation() 32 return what_; in what()
|
/third_party/boost/boost/beast/_experimental/unit_test/ |
D | amount.hpp | 26 std::string const& what_; member in boost::beast::unit_test::amount 43 , what_(what) in amount() 51 s << t.n_ << " " << t.what_ <<((t.n_ != 1) ? "s" : ""); in operator <<()
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | amount.hpp | 26 std::string const& what_; member in boost::beast::unit_test::amount 43 , what_(what) in amount() 51 s << t.n_ << " " << t.what_ <<((t.n_ != 1) ? "s" : ""); in operator <<()
|
/third_party/boost/boost/iostreams/detail/ |
D | ios.hpp | 55 explicit failure(const std::string& what_arg) : what_(what_arg) { } 56 const char* what() const { return what_.c_str(); } 58 std::string what_;
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 32 Exception() : what_("Unknown exception") {} in Exception() 35 virtual const char* what() const throw() { return what_.c_str(); } in what() 40 what_ = message; in SetMessage() 45 std::string what_;
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 32 Exception() : what_("Unknown exception") {} in Exception() 35 virtual const char* what() const throw() { return what_.c_str(); } in what() 40 what_ = message; in SetMessage() 45 std::string what_;
|
/third_party/boost/boost/wave/ |
D | cpp_exceptions.hpp | 156 preprocess_exception(char const *what_, error_code code, std::size_t line_, in preprocess_exception() argument 162 while (off < sizeof(buffer) - 1 && *what_) in preprocess_exception() 163 buffer[off++] = *what_++; in preprocess_exception() 391 macro_handling_exception(char const *what_, error_code code, std::size_t line_, in macro_handling_exception() argument 393 : preprocess_exception(what_, code, line_, column_, filename_) in macro_handling_exception()
|
/third_party/boost/boost/spirit/home/qi/detail/ |
D | expectation_failure.hpp | 25 , first(first_), last(last_), what_(what) in expectation_failure() 31 info what_; member
|
/third_party/boost/boost/spirit/home/support/detail/ |
D | what_function.hpp | 23 what_function(info& what_, Context& context_) in what_function() 24 : what(what_), context(context_) in what_function()
|
/third_party/boost/boost/wave/cpplexer/ |
D | cpplexer_exceptions.hpp | 177 lexing_exception(char const *what_, error_code code, std::size_t line_, in lexing_exception() argument 183 while (off < sizeof(buffer)-1 && *what_) in lexing_exception() 184 buffer[off++] = *what_++; in lexing_exception()
|
/third_party/boost/boost/spirit/home/qi/char/ |
D | char_class.hpp | 75 typedef spirit::char_class::what<char_encoding> what_; in what() typedef 76 return info(what_::is(classification())); in what()
|
/third_party/gn/src/gn/ |
D | desc_builder.cc | 124 : what_(what), all_(all), tree_(tree), blame_(blame) {} in BaseDescBuilder() 130 return what_.empty() || what_.find(w) != what_.end(); in what() 229 std::set<std::string> what_; member in __anonef6e1ada0111::BaseDescBuilder 244 if (what_.empty()) in BuildDescription() 327 if (what_.empty()) { in BuildDescription() 486 if (what_.find("source_outputs") != what_.end()) in BuildDescription() 578 if (what_.find("runtime_deps") != what_.end()) in BuildDescription()
|
/third_party/boost/boost/contract/detail/inlined/core/ |
D | exception.hpp | 39 what_ = text.str(); in bad_virtual_result_cast() 47 return what_.c_str(); in what() 66 return what_.c_str(); in what() 88 what_ = text.str(); in init()
|
/third_party/boost/boost/spirit/home/karma/char/ |
D | char_class.hpp | 110 typedef spirit::char_class::what<char_encoding> what_; in what() typedef 111 return info(what_::is(classification())); in what()
|
/third_party/harfbuzz/src/ |
D | hb-debug.hh | 275 const char *what_, in hb_auto_trace_t() 280 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t() 327 const char *what_, in hb_auto_trace_t()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-debug.hh | 275 const char *what_, in hb_auto_trace_t() 280 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t() 327 const char *what_, in hb_auto_trace_t()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-debug.hh | 276 const char *what_, in hb_auto_trace_t() 281 : plevel (plevel_), what (what_), obj (obj_), returned (false) in hb_auto_trace_t() 327 const char *what_, in hb_auto_trace_t()
|
/third_party/boost/boost/contract/core/ |
D | exception.hpp | 112 std::string what_; member in boost::contract::bad_virtual_result_cast 217 std::string what_; member in boost::contract::assertion_failure
|
/third_party/boost/boost/spirit/home/qi/nonterminal/ |
D | error_handler.hpp | 114 params args(first, last, x.first, x.what_); in operator ()()
|