HomeSort by relevance Sort by last modified time
    Searched refs:container_type (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/oprofile/libutil++/
sparse_array.h 17 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::const_iterator it_end = container.end()
    [all...]
comma_list.h 51 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;
growable_vector.h 24 typedef std::vector<T> container_type; typedef in class:growable_vector
25 typedef typename container_type::size_type size_type;
102 container_type container;
  /external/dbus/tools/
dbus-send.c 414 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 == DBUS_TYPE_ARRAY
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive.c     [all...]
dbus-marshal-recursive.h 68 dbus_uint32_t container_type : 8; /**< what are we inside? (e.g. struct, variant, array) */ member in struct:DBusTypeWriter
169 int container_type,
  /external/stlport/stlport/stl/
_iterator.h 168 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
_stack.h 66 typedef _Sequence container_type; typedef in class:stack
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 168 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
_stack.h 66 typedef _Sequence container_type; typedef in class:stack
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 168 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
_stack.h 66 typedef _Sequence container_type; typedef in class:stack
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 168 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
_stack.h 66 typedef _Sequence container_type; typedef in class:stack
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 168 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
_stack.h 66 typedef _Sequence container_type; typedef in class:stack
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 168 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
_stack.h 66 typedef _Sequence container_type; typedef in class:stack
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
tag_and_trait.hpp 348 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
tag_and_trait.hpp 349 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
tag_and_trait.hpp 349 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tag_and_trait.hpp 348 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tag_and_trait.hpp 348 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tag_and_trait.hpp 348 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tag_and_trait.hpp 348 typedef Cntnr container_type; typedef in struct:__gnu_pbds::container_traits

Completed in 898 milliseconds

1 2 3 4