Home
last modified time | relevance | path

Searched defs:container_type (Results 1 – 17 of 17) sorted by relevance

/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
Dctor_comp_alloc.pass.cpp25 typedef typename base::container_type container_type; typedef
Dctor_alloc.pass.cpp25 typedef typename base::container_type container_type; typedef
Dctor_copy_alloc.pass.cpp35 typedef typename base::container_type container_type; typedef
Dctor_comp_rcont_alloc.pass.cpp36 typedef typename base::container_type container_type; typedef
Dctor_comp_cont_alloc.pass.cpp36 typedef typename base::container_type container_type; typedef
Dctor_move_alloc.pass.cpp39 typedef typename base::container_type container_type; typedef
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
Dctor_copy_alloc.pass.cpp38 typedef typename base::container_type container_type; typedef
Dctor_rcontainer_alloc.pass.cpp41 typedef typename base::container_type container_type; typedef
Dctor_rqueue_alloc.pass.cpp41 typedef typename base::container_type container_type; typedef
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
Dctor_queue_alloc.pass.cpp38 typedef typename base::container_type container_type; typedef
Dctor_rcontainer_alloc.pass.cpp41 typedef typename base::container_type container_type; typedef
Dctor_rqueue_alloc.pass.cpp41 typedef typename base::container_type container_type; typedef
/external/dbus/dbus/
Ddbus-marshal-recursive.h68 dbus_uint32_t container_type : 8; /**< what are we inside? (e.g. struct, variant, array) */ member
Ddbus-marshal-recursive.c1634 int container_type, in writer_recurse_init_and_check()
2053 int container_type, in _dbus_type_writer_recurse_contained_len()
2107 int container_type, in _dbus_type_writer_recurse()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp742 typedef mutable_buffers_1 container_type; typedef
749 typedef const_buffers_1 container_type; typedef
767 container_type; in buffer() typedef
779 container_type; in buffer() typedef
/external/dbus/tools/
Ddbus-send.c412 int container_type; in main() local
/external/clang/test/SemaCXX/
Dconversion-function.cpp338 typedef Container<int> container_type; typedef