Home
last modified time | relevance | path

Searched defs:get_begin (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
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
330 struct get_begin struct
332 typedef typename traits::char_type_of<T>::type char_type;
338 >::type* type;
342 struct get_begin<Char, Str struct
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs9197 pub fn get_begin(&self) -> i32 { in get_begin() method