Home
last modified time | relevance | path

Searched refs:what_ (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/boost/xpressive/
Dregex_iterator.hpp48 , 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 …]
Dregex_token_iterator.hpp66 ? 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/
Dexpectd.cpp49 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()
Dexpect.cpp48 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/
Dstatusor.cc39 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/
Dassignment_exception.hpp30 : 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/
Dexception.hpp25 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/
Damount.hpp26 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/
Damount.hpp26 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/
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_;
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dexception_type.h32 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/
Dexception_type.h32 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/
Dcpp_exceptions.hpp156 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/
Dexpectation_failure.hpp25 , first(first_), last(last_), what_(what) in expectation_failure()
31 info what_; member
/third_party/boost/boost/spirit/home/support/detail/
Dwhat_function.hpp23 what_function(info& what_, Context& context_) in what_function()
24 : what(what_), context(context_) in what_function()
/third_party/boost/boost/wave/cpplexer/
Dcpplexer_exceptions.hpp177 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/
Dchar_class.hpp75 typedef spirit::char_class::what<char_encoding> what_; in what() typedef
76 return info(what_::is(classification())); in what()
/third_party/gn/src/gn/
Ddesc_builder.cc124 : 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/
Dexception.hpp39 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/
Dchar_class.hpp110 typedef spirit::char_class::what<char_encoding> what_; in what() typedef
111 return info(what_::is(classification())); in what()
/third_party/harfbuzz/src/
Dhb-debug.hh275 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/
Dhb-debug.hh275 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/
Dhb-debug.hh276 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/
Dexception.hpp112 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/
Derror_handler.hpp114 params args(first, last, x.first, x.what_); in operator ()()

12