Home
last modified time | relevance | path

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

/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
Dctor_comp_alloc.pass.cpp26 typedef typename base::container_type container_type; typedef
Dctor_alloc.pass.cpp26 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.cpp37 typedef typename base::container_type container_type; typedef
Dctor_move_alloc.pass.cpp40 typedef typename base::container_type container_type; typedef
Dctor_comp_cont_alloc.pass.cpp37 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.cpp42 typedef typename base::container_type container_type; typedef
Dctor_rqueue_alloc.pass.cpp42 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.cpp42 typedef typename base::container_type container_type; typedef
Dctor_rqueue_alloc.pass.cpp42 typedef typename base::container_type container_type; typedef
/external/tensorflow/tensorflow/python/module/
Dmodule_test.py405 def test_flatten(self, container_type): argument
472 def __init__(self, create_child=True, container_type=list): argument
/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/tensorflow/tensorflow/compiler/xla/
Dshape_util.h80 using container_type = absl::InlinedVector<int64, 2>; variable
/external/grpc-grpc/src/core/lib/json/
Djson_string.cc220 grpc_json_type container_type = GRPC_JSON_TOP_LEVEL; in json_reader_container_ends() local
/external/clang/test/SemaCXX/
Dconversion-function.cpp361 typedef Container<int> container_type; typedef
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h204 #define get_container(member_ptr, container_type, container_member) \ argument
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp893 typedef std::vector<elem_type> container_type; typedef in rxcpp::schedulers::detail::schedulable_queue