Searched defs:PodType (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/ |
H A D | buffer.hpp | 762 buffer(boost::array<PodType, N>& data) in buffer() 774 buffer(boost::array<PodType, N>& data, std::size_t max_size_in_bytes) in buffer() 796 inline mutable_buffers_1 buffer(boost::array<PodType, N>& data) in buffer() 810 inline mutable_buffers_1 buffer(boost::array<PodType, N>& data, in buffer() 827 inline const_buffers_1 buffer(boost::array<const PodType, N>& data) in buffer() 841 inline const_buffers_1 buffer(boost::array<const PodType, N>& data, in buffer() 860 inline const_buffers_1 buffer(const boost::array<PodType, N>& data) in buffer() 874 inline const_buffers_1 buffer(const boost::array<PodType, N>& data, in buffer() 892 inline mutable_buffers_1 buffer(std::array<PodType, N>& data) in buffer() 906 inline mutable_buffers_1 buffer(std::array<PodType, N>& data, in buffer() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | buffer.hpp | 1087 buffer(boost::array<PodType, N>& data) BOOST_ASIO_NOEXCEPT in buffer() 1099 buffer(boost::array<PodType, N>& data, in buffer() 1123 boost::array<PodType, N>& data) BOOST_ASIO_NOEXCEPT in buffer() 1137 inline BOOST_ASIO_MUTABLE_BUFFER buffer(boost::array<PodType, N>& data, in buffer() 1154 boost::array<const PodType, N>& data) BOOST_ASIO_NOEXCEPT in buffer() 1167 inline BOOST_ASIO_CONST_BUFFER buffer(boost::array<const PodType, N>& data, in buffer() 1186 const boost::array<PodType, N>& data) BOOST_ASIO_NOEXCEPT in buffer() 1199 inline BOOST_ASIO_CONST_BUFFER buffer(const boost::array<PodType, N>& data, in buffer() 1218 std::array<PodType, N>& data) BOOST_ASIO_NOEXCEPT in buffer() 1231 inline BOOST_ASIO_MUTABLE_BUFFER buffer(std::array<PodType, N>& data, in buffer() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | small_vector.h | 467 struct alignas(T) PodType { struct 473 PodType buffer[small_size]; argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/ |
D | small_vector.h | 467 struct alignas(T) PodType { struct 473 PodType buffer[small_size]; argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/ |
H A D | small_vector.h | 467 struct alignas(T) PodType { struct 473 PodType buffer[small_size]; argument
|