Home
last modified time | relevance | path

Searched refs:traits_ (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/xpressive/
Dregex_compiler.hpp67 , traits_(traits) in regex_compiler()
83 locale_type oldloc = this->traits_.imbue(loc); in imbue()
95 return this->traits_.getloc(); in getloc()
189 this->traits_.flags(flags); in compile_()
196 if(token_group_begin == this->traits_.get_token(tmp, end) && in compile_()
198 token_rule_assign == this->traits_.get_group_type(tmp, end, name)) in compile_()
203 begin != end && token_group_end == this->traits_.get_token(begin, end) in compile_()
222 this->self_->traits_ = new detail::traits_holder<RegexTraits>(this->rxtraits()); in compile_()
249 this->traits_.flags(regex_constants::ECMAScript); in reset()
257 return this->traits_.traits(); in rxtraits()
[all …]
Dmatch_results.hpp139 , traits_(tr) in case_converting_iterator()
183 ch = this->traits_->tolower(ch); in operator =()
187 ch = this->traits_->toupper(ch); in operator =()
199 traits<Char> const *traits_; member
395 , traits_() in match_results()
419 , traits_() in match_results()
435 this->traits_ = that.traits_; in match_results()
677 this->traits_.swap(that.traits_); in swap()
735 this->traits_ = tr; in init_()
1011 detail::case_converting_iterator<OutputIterator, char_type> iout(out, this->traits_.get()); in format_perl_()
[all …]
/third_party/boost/boost/xpressive/detail/core/
Dregex_impl.hpp76 : traits_(tr) in traits_holder()
82 return this->traits_; in traits()
97 return this->traits_.value(ch, radix); in value()
102 return this->traits_.in_range(from, to, ch); in in_range()
118 return this->traits_.tolower(ch); in tolower_()
123 return this->traits_.toupper(ch); in toupper_()
126 Traits traits_; member
141 , traits_() in regex_impl()
155 , traits_(that.traits_) in regex_impl()
177 this->traits_.swap(that.traits_); in swap()
[all …]
Dpeeker.hpp54 , traits_(tr) in char_sink()
59 this->bset_.set_char(ch, ICase, this->traits_); in operator ()()
63 Traits const &traits_; member
79 , traits_(0) in xpression_peeker()
250 if(0 == this->traits_) in set_traits()
252 this->traits_ = &tr; in set_traits()
269 return *static_cast<Traits const *>(this->traits_); in get_traits_()
276 void const *traits_; member
Dstate.hpp40 , traits_(0) in match_context()
54 detail::traits<char_type> const *traits_; member
278 return static_cast<traits_holder<Traits> const *>(this->context_.traits_)->traits(); in get_traits()
290 this->context_.traits_ = impl.traits_.get(); in init_()
296 …access::init_match_results(what, id, impl.traits_, this->sub_matches_, this->mark_count_, impl.nam… in init_()
Dlinker.hpp146 , traits_(&tr) in xpression_linker()
314 return *static_cast<Traits const *>(this->traits_); in get_traits()
318 void const *traits_; member
/third_party/boost/boost/intrusive/detail/
Dnode_cloner_disposer.hpp58 : base_t(f), traits_(traits) in node_cloner()
64 reference_type v = *traits_->to_value_ptr(p); in operator ()()
65 node_ptr n = traits_->to_node_ptr(*base_t::get()(v)); in operator ()()
71 const ValueTraits * const traits_; member
89 : base_t(f), traits_(cont) in node_disposer()
96 base_t::get()(traits_->to_value_ptr(p)); in operator ()()
98 const ValueTraits * const traits_; member
Dkey_nodeptr_comp.hpp85 : base_t(kcomp), traits_(traits) in key_nodeptr_comp()
91 { return base().get()(key_of_value()(*traits_->to_value_ptr(t1))); } in operator ()()
98 { return base()(*traits_->to_value_ptr(t1), *traits_->to_value_ptr(t2)); } in operator ()()
104 { return base()(*traits_->to_value_ptr(t1), t2); } in operator ()()
110 { return base()(t1, *traits_->to_value_ptr(t2)); } in operator ()()
118 const ValueTraits *const traits_; member
/third_party/boost/boost/xpressive/detail/core/matcher/
Dattr_matcher.hpp34 Traits const &traits_; member
37 : traits_(tr) in char_translate()
42 return this->traits_.translate(ch1); in operator ()()
55 Traits const &traits_; member
58 : traits_(tr) in char_translate()
63 return this->traits_.translate_nocase(ch1); in operator ()()
Dregex_matcher.hpp41 this->impl_.traits_ = impl->traits_; in regex_matcher()
/third_party/boost/boost/xpressive/detail/static/
Dvisitor.hpp113 , traits_(tr) in xpression_visitor()
133 return this->traits_; in traits()
138 Traits traits_; member
Dcompile.hpp39 impl->traits_ = new traits_holder<Traits>(tr); in static_compile_impl2()
/third_party/boost/boost/xpressive/detail/dynamic/
Dparser_traits.hpp47 : traits_(traits) in compiler_traits()
49 , space_(lookup_classname(traits_, "space")) in compiler_traits()
50 , alnum_(lookup_classname(traits_, "alnum")) in compiler_traits()
72 return this->traits_; in traits()
77 return this->traits_; in traits()
467 regex_traits traits_; member
/third_party/boost/boost/xpressive/detail/utility/
Dtraits_utils.hpp55 : traits_(tr) in widen_fun()
60 return this->traits_.widen(ch); in operator ()()
63 Traits const &traits_; member