Home
last modified time | relevance | path

Searched refs:get_begin (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dstring_traits.hpp257 inline typename add_const<T>::type * get_begin(T* str) { return str; } in get_begin() function
269 inline T const* get_begin(T const* str) { return str; } in get_begin() function
272 inline T* get_begin(T* str) { return str; } in get_begin() function
295 inline typename Str::const_iterator get_begin(Str const& str) in get_begin() function
300 get_begin(Str& str BOOST_PROTO_DISABLE_IF_IS_CONST(Str)) in get_begin() function
318 , T const*>::type get_begin(Str const& str) in get_begin() function
324 { return get_end(get_begin<T>(str)); } in get_end()
330 struct get_begin struct
342 struct get_begin<Char, Str struct
353 struct get_end : get_begin<Char, T> {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/
H A Dsymbols.hpp211 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 ,()
/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 Dassign_to.hpp300 append_to_string(attr, traits::get_begin<char_type>(val) in append_to_container()