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

1 2

  /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;
  /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/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/ndk/9/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);
  /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/openfst/src/include/fst/script/
map.h 58 MapType map_type = args->args.arg2; local
66 if (map_type == ARC_SUM_MAPPER) {
69 } else if (map_type == IDENTITY_MAPPER) {
72 } else if (map_type == INVERT_MAPPER) {
75 } else if (map_type == PLUS_MAPPER) {
78 } else if (map_type == QUANTIZE_MAPPER) {
81 } else if (map_type == RMWEIGHT_MAPPER) {
84 } else if (map_type == SUPERFINAL_MAPPER) {
87 } else if (map_type == TIMES_MAPPER) {
90 } else if (map_type == TO_LOG_MAPPER)
    [all...]
  /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/linux-tools-perf/src/tools/perf/util/
map.h 11 enum map_type { enum
34 u8 /* enum map_type */ type;
91 void map__init(struct map *map, enum map_type type,
96 char *filename, enum map_type type);
97 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
115 enum map_type type, int verbose, FILE *fp);
124 struct map_groups *parent, enum map_type type);
143 enum map_type type, u64 addr)
149 enum map_type type)
160 enum map_type type, u64 addr
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 238 const Descriptor* map_type = file->FindMessageTypeByName("Map"); local
239 ASSERT_TRUE(map_type != NULL);
242 const FieldDescriptor* items_field = map_type->FindFieldByName("items");
  /bionic/libc/kernel/uapi/linux/
bpf.h 90 __u32 map_type; member in struct:bpf_attr::__anon342
  /external/kernel-headers/original/uapi/linux/
bpf.h 122 __u32 map_type; /* one of enum bpf_map_type */ member in struct:bpf_attr::__anon11009
  /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/
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;

Completed in 1406 milliseconds

1 2