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

  /external/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));
  /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));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h 161 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
162 typedef map_type::value_type entry_type;
163 typedef map_type::const_iterator const_iterator;
164 typedef map_type::const_reference const_reference;
179 static map_type _S_map;
308 throw_allocator_base::map_type
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 161 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
162 typedef map_type::value_type entry_type;
163 typedef map_type::const_iterator const_iterator;
164 typedef map_type::const_reference const_reference;
179 static map_type _S_map;
308 throw_allocator_base::map_type
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 161 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
162 typedef map_type::value_type entry_type;
163 typedef map_type::const_iterator const_iterator;
164 typedef map_type::const_reference const_reference;
179 static map_type _S_map;
308 throw_allocator_base::map_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
  /external/iproute2/tc/
em_meta.c 114 static inline int map_type(char k) function
180 if (map_type(*p) == TCF_META_TYPE(needed->kind))
205 int type = map_type(*p);
278 obj->kind = entry->id | (map_type(entry->mask[0]) << 12);
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 233 const Descriptor* map_type = file->FindMessageTypeByName("Map"); local
234 ASSERT_TRUE(map_type != NULL);
237 const FieldDescriptor* items_field = map_type->FindFieldByName("items");
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 68 typedef std::map<std::string, value_type*> map_type; typedef in struct:net::__anon3755::SettingsTable
72 typename map_type::const_iterator it = settings.find(key);
79 map_type settings;
    [all...]
  /external/qemu/
arm-dis.c 1542 enum map_type { enum
    [all...]

Completed in 689 milliseconds