Home
last modified time | relevance | path

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

/third_party/boost/boost/fusion/container/vector/
Dvector.hpp184 struct vector_data<detail::index_sequence<I...>, T...> struct
188 typedef vector_tag fusion_tag;
189 typedef fusion_sequence_tag tag; // this gets picked up by MPL
190 typedef mpl::false_ is_view;
191 typedef random_access_traversal_tag category;
192 typedef mpl::int_<sizeof...(T)> size;
193 typedef vector<T...> type_sequence;
196 BOOST_DEFAULTED_FUNCTION(vector_data(), {}) in vector_data() function
214 vector_data(each_elem, U&&... var) in vector_data() function
221 assign_sequence(Sequence&& seq) in assign_sequence()
[all …]
/third_party/flatbuffers/include/flatbuffers/
Dstl_emulation.h81 template <typename T> inline T *vector_data(std::vector<T> &vector) { in vector_data() function
87 template <typename T> inline const T *vector_data( in vector_data() function
/third_party/boost/boost/fusion/container/vector/detail/cpp03/
Dvector_n.hpp62 struct BOOST_PP_CAT(vector_data, N) in BOOST_PP_CAT() argument
/third_party/boost/libs/asio/test/
Dbuffer.cpp58 std::vector<char> vector_data(1024); in test() local