Searched defs:container_type (Results 1 - 15 of 15) sorted by relevance

/external/oprofile/libutil++/
H A Dcomma_list.h51 typedef std::vector<value_type> container_type; typedef in class:comma_list
52 typedef typename container_type::const_iterator const_iterator;
54 container_type items;
H A Dgrowable_vector.h24 typedef std::vector<T> container_type; typedef in class:growable_vector
25 typedef typename container_type::size_type size_type;
102 container_type container;
H A Dsparse_array.h17 typedef std::map<I, T> container_type; typedef in class:sparse_array
18 typedef typename container_type::size_type size_type;
29 typename container_type::const_iterator it = container.find(index);
50 typename container_type::const_iterator it = rhs.container.begin();
51 typename container_type::const_iterator it_end = rhs.container.end();
64 typename container_type::const_iterator it = rhs.container.begin();
65 typename container_type::const_iterator it_end = rhs.container.end();
80 typename container_type::const_iterator last = container.end();
88 typename container_type::const_iterator it = container.begin();
89 typename container_type
[all...]
/external/dbus/dbus/
H A Ddbus-marshal-recursive.h68 dbus_uint32_t container_type : 8; /**< what are we inside? (e.g. struct, variant, array) */ member in struct:DBusTypeWriter
169 int container_type,
H A Ddbus-marshal-recursive.c1490 writer->container_type = DBUS_TYPE_INVALID;
1622 int container_type,
1632 sub->container_type = container_type;
1635 (sub->container_type == DBUS_TYPE_ARRAY || sub->container_type == DBUS_TYPE_VARIANT))
1649 if (expected != sub->container_type)
1654 _dbus_type_to_string (sub->container_type),
1660 _dbus_type_to_string (sub->container_type),
1671 _dbus_type_to_string (writer->container_type),
1621 writer_recurse_init_and_check(DBusTypeWriter *writer, int container_type, DBusTypeWriter *sub) argument
2040 _dbus_type_writer_recurse_contained_len(DBusTypeWriter *writer, int container_type, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub, dbus_bool_t is_array_append) argument
2094 _dbus_type_writer_recurse(DBusTypeWriter *writer, int container_type, const DBusString *contained_type, int contained_type_start, DBusTypeWriter *sub) argument
[all...]
/external/stlport/stlport/stl/
H A D_stack.h66 typedef _Sequence container_type; typedef in class:stack
H A D_queue.h77 typedef _Sequence container_type; typedef in class:queue
161 typedef _Sequence container_type; typedef in class:priority_queue
H A D_iterator.h168 typedef _Container container_type; typedef in class:back_insert_iterator
198 typedef _Container container_type; typedef in class:front_insert_iterator
228 typedef _Container container_type; typedef in class:insert_iterator
H A D_hash_map.h446 typedef _Container container_type; typedef in class:insert_iterator
473 typedef _Container container_type; typedef in class:insert_iterator
H A D_hash_set.h441 typedef _Container container_type; typedef in class:insert_iterator
468 typedef _Container container_type; typedef in class:insert_iterator
H A D_unordered_map.h388 typedef _Container container_type; typedef in class:insert_iterator
415 typedef _Container container_type; typedef in class:insert_iterator
H A D_unordered_set.h363 typedef _Container container_type; typedef in class:insert_iterator
390 typedef _Container container_type; typedef in class:insert_iterator
H A D_slist.h881 typedef _Container container_type; typedef in class:insert_iterator
/external/dbus/tools/
H A Ddbus-send.c414 int container_type; local
430 container_type = DBUS_TYPE_INVALID;
433 container_type = DBUS_TYPE_VARIANT;
435 container_type = DBUS_TYPE_ARRAY;
437 container_type = DBUS_TYPE_DICT_ENTRY;
439 if (container_type != DBUS_TYPE_INVALID)
456 if (container_type == DBUS_TYPE_DICT_ENTRY)
479 else if (container_type != DBUS_TYPE_INVALID)
485 container_type,
493 if (container_type
[all...]
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp335 typedef Container<int> container_type; typedef in struct:PR8065::Iterator
340 typedef typename Iterator<T>::container_type X;

Completed in 894 milliseconds