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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
set_type.h 4 #include <isl/map_type.h>
lp.h 15 #include <isl/map_type.h>
obj.h 5 #include <isl/map_type.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
set_type.h 4 #include <isl/map_type.h>
lp.h 15 #include <isl/map_type.h>
obj.h 5 #include <isl/map_type.h>
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.h 63 using map_type = SmallMap<hash_map<const char*, ObjectCountAndSize>, 16>;
64 map_type allocated_objects_;
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; typedef in struct:_Catalog_locale_map
45 map_type *M;
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type;
82 // typedef map<messages_base::catalog,nl_catd_type> map_type;
111 map_type M;
messages.cpp 44 M = new map_type;
46 M->insert(map_type::value_type(key, L));
61 map_type::const_iterator i = M->find(key);
90 map_type::iterator mit(M.find(cat));
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_map.i 92 typedef std::map<K,T> map_type;
93 static int asptr(octave_value obj, map_type **val) {
100 map_type *p;
101 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
112 typedef std::map<K,T> map_type;
113 typedef typename map_type::const_iterator const_iterator;
114 typedef typename map_type::size_type size_type;
116 static octave_value from(const map_type& map) {
118 swig_type_info *desc = swig::type_info<map_type>();
120 return SWIG_NewPointerObj(new map_type(map), desc, SWIG_POINTER_OWN)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_map.i 92 typedef std::map<K,T,Compare,Alloc > map_type;
93 static int asptr(PyObject *obj, map_type **val) {
102 res = traits_asptr_stdseq<map_type, std::pair<K, T> >::asptr(items, val);
104 map_type *p;
105 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
115 typedef std::map<K,T,Compare,Alloc > map_type;
116 typedef typename map_type::const_iterator const_iterator;
117 typedef typename map_type::size_type size_type;
119 static PyObject *asdict(const map_type& map) {
139 static PyObject *from(const map_type& map)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_map.i 94 typedef std::map<K,T> map_type;
95 static int asptr(VALUE obj, map_type **val) {
102 map_type *p;
103 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
112 typedef std::map<K,T> map_type;
113 typedef typename map_type::const_iterator const_iterator;
114 typedef typename map_type::size_type size_type;
116 static VALUE from(const map_type& map) {
117 swig_type_info *desc = swig::type_info<map_type>();
119 return SWIG_NewPointerObj(new map_type(map), desc, SWIG_POINTER_OWN)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 63 typedef std::vector<elem_type> map_type; typedef in class:boost::unit_test::fixed_mapping
106 map_type m_map;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 407 D3D10_MAP map_type,
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
433 D3D10_MAP map_type,
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
462 D3D10_MAP map_type,
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
492 D3D10_MAP map_type,
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
  /external/strace/
bpf.c 43 uint32_t map_type, key_size, value_size, max_entries; member in struct:__anon23438
55 tprints("{map_type=");
56 printxval(bpf_map_types, attr.map_type, "BPF_MAP_TYPE_???");
  /external/libvorbis/lib/
codec_internal.h 114 int map_type[64]; member in struct:codec_setup_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 105 map_type; typedef
109 map_type;
112 map_type m(first_it, last_it);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 105 map_type; typedef
109 map_type;
112 map_type m(first_it, last_it);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 105 map_type; typedef
109 map_type;
112 map_type m(first_it, last_it);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 105 map_type; typedef
109 map_type;
112 map_type m(first_it, last_it);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 180 typedef std::map<void*, data_type> map_type; typedef in struct:annotate_base
181 typedef map_type::value_type entry_type;
182 typedef map_type::const_iterator const_iterator;
183 typedef map_type::const_reference const_reference;
220 static map_type&
223 static map_type _S_map;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 180 typedef std::map<void*, data_type> map_type; typedef in struct:annotate_base
181 typedef map_type::value_type entry_type;
182 typedef map_type::const_iterator const_iterator;
183 typedef map_type::const_reference const_reference;
220 static map_type&
223 static map_type _S_map;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 180 typedef std::map<void*, data_type> map_type; typedef in struct:annotate_base
181 typedef map_type::value_type entry_type;
182 typedef map_type::const_iterator const_iterator;
183 typedef map_type::const_reference const_reference;
220 static map_type&
223 static map_type _S_map;
  /bionic/libc/kernel/uapi/linux/
bpf.h 107 __u32 map_type; member in struct:bpf_attr::__anon376
  /external/iproute2/include/linux/
bpf.h 103 __u32 map_type; /* one of enum bpf_map_type */ member in struct:bpf_attr::__anon13166

Completed in 1227 milliseconds

1 2 3