Home
last modified time | relevance | path

Searched defs:array_end (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dimplementation_help.hpp63 BOOST_CONSTEXPR inline T* array_end( T BOOST_RANGE_ARRAY_REF()[sz] ) BOOST_NOEXCEPT in array_end() function
69 … BOOST_CONSTEXPR inline const T* array_end( const T BOOST_RANGE_ARRAY_REF()[sz] ) BOOST_NOEXCEPT in array_end() function
/external/flatbuffers/grpc/src/compiler/
Dcpp_generator.cc45 static T *array_end(T (&array)[N]) { return array + N; } in array_end() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dcpp_generator.cc61 T* array_end(T (&array)[N]) { in array_end() function
/external/grpc-grpc/src/compiler/
Dcpp_generator.cc61 T* array_end(T (&array)[N]) { in array_end() function