Home
last modified time | relevance | path

Searched defs:vector_t (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/container/test/
Dvector_options_test.cpp46 typedef vector<unsigned char, new_allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
51 typedef vector<unsigned char, allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
/third_party/boost/libs/numeric/ublas/examples/tensor/
Dprod_expressions.cpp26 using vector_t = vector<value_t>; in main() typedef
/third_party/boost/libs/assign/test/
Dmy_vector_example.cpp63 typedef std::vector<T> vector_t; typedef in my_vector
/third_party/boost/libs/ptr_container/test/
Dsimple_test.cpp65 typedef vector<PolyPtr> vector_t; in simple_test() typedef
/third_party/boost/boost/sort/common/
Dstack_cnc.hpp50 typedef std::vector<T, Allocator> vector_t; typedef in boost::sort::common::stack_cnc
/third_party/node/src/
Dnode_http_common.h286 typedef typename T::vector_t vector_t; typedef
Dnode_http2.h123 typedef nghttp2_vec vector_t; typedef
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-page.hh186 typedef hb_vector_size_t<elt_t, PAGE_BITS / 8> vector_t; typedef
/third_party/boost/libs/fiber/examples/
Dwait_stuff.cpp651 typedef std::vector< return_t > vector_t; in wait_all_values() typedef
737 typedef std::vector< return_t > vector_t; in wait_all_until_error() typedef
827 typedef std::vector< return_t > vector_t; in wait_all_collect_errors() typedef
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh171 typedef hb_vector_size_t<elt_t, PAGE_BITS / 8> vector_t; typedef
/third_party/harfbuzz/src/
Dhb-set.hh197 typedef hb_vector_size_t<elt_t, PAGE_BITS / 8> vector_t; typedef
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp35 typedef resource::vector vector_t; typedef