Searched refs:get_begin (Results 1 – 3 of 3) sorted by relevance
257 inline typename add_const<T>::type * get_begin(T* str) { return str; } in get_begin() function269 inline T const* get_begin(T const* str) { return str; } in get_begin() function272 inline T* get_begin(T* str) { return str; } in get_begin() function295 inline typename Str::const_iterator get_begin(Str const& str) in get_begin() function300 get_begin(Str& str BOOST_PROTO_DISABLE_IF_IS_CONST(Str)) in get_begin() function318 , T const*>::type get_begin(Str const& str) in get_begin() function324 { return get_end(get_begin<T>(str)); } in get_end()330 struct get_begin struct342 struct get_begin<Char, Str struct353 struct get_end : get_begin<Char, T> {};
211 return *lookup->add(traits::get_begin<Char>(str) in at()230 return find_impl(traits::get_begin<Char>(str) in find()237 return find_impl(traits::get_begin<Char>(str) in find()310 sym.lookup->add(traits::get_begin<Char>(s) in operator ()()319 sym.lookup->add(traits::get_begin<Char>(s) in operator ,()353 sym.lookup->remove(traits::get_begin<Char>(s) in operator ()()362 sym.lookup->remove(traits::get_begin<Char>(s) in operator ,()
300 append_to_string(attr, traits::get_begin<char_type>(val) in append_to_container()