Searched
refs:unordered_map (Results
426 -
450 of
550) sorted by null
<<11121314151617181920>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
insert_rvalue.pass.cpp | 10 // <unordered_map> 20 #include <unordered_map>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_trace.h | 38 #define _GLIBCXX_IMPL_UNORDERED_MAP std::_GLIBCXX_STD_C::unordered_map 39 #include <unordered_map> 41 #include <tr1/unordered_map> 42 #define _GLIBCXX_IMPL_UNORDERED_MAP std::tr1::unordered_map
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_trace.h | 38 #define _GLIBCXX_IMPL_UNORDERED_MAP std::_GLIBCXX_STD_C::unordered_map 39 #include <unordered_map> 41 #include <tr1/unordered_map> 42 #define _GLIBCXX_IMPL_UNORDERED_MAP std::tr1::unordered_map
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_trace.h | 38 #define _GLIBCXX_IMPL_UNORDERED_MAP std::_GLIBCXX_STD_C::unordered_map 39 #include <unordered_map> 41 #include <tr1/unordered_map> 42 #define _GLIBCXX_IMPL_UNORDERED_MAP std::tr1::unordered_map
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_trace.h | 38 #define _GLIBCXX_IMPL_UNORDERED_MAP std::_GLIBCXX_STD_C::unordered_map 39 #include <unordered_map> 41 #include <tr1/unordered_map> 42 #define _GLIBCXX_IMPL_UNORDERED_MAP std::tr1::unordered_map
|
/system/core/logd/ |
LogStatistics.h | 26 #include <unordered_map> 43 std::unordered_map<TKey, TEntry> map; 47 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; 48 typedef typename std::unordered_map<TKey, TEntry>::const_iterator const_iterator;
|
/system/extras/simpleperf/ |
event_attr.cpp | 22 #include <unordered_map>
|
sample_tree.h | 24 #include <unordered_map>
|
dso.cpp | 57 std::unordered_map<std::string, BuildId> Dso::build_id_map_; 114 std::unordered_map<std::string, BuildId> map;
|
cmd_report_test.cpp | 20 #include <unordered_map> 105 std::unordered_map<std::string, std::pair<double, double>> map;
|
/art/runtime/ |
trace.h | 26 #include <unordered_map> 300 std::unordered_map<ArtMethod*, uint32_t> art_method_id_map_ GUARDED_BY(unique_methods_lock_);
|
/system/core/adb/ |
fdevent.cpp | 30 #include <unordered_map> 72 static auto& g_poll_node_map = *new std::unordered_map<int, PollNode>();
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 31 #include <unordered_map> 34 #include <tr1/unordered_map> 828 typedef std::unordered_map<GUID, std::pair<void*, unsigned> > private_data_map_t;
|
/system/core/libsync/tests/ |
sync_test.cpp | 16 #include <unordered_map> 551 template <typename K, typename V> using dict = unordered_map<K,V>; 566 unordered_map<int, int> fenceMap;
|
/build/kati/ |
parser.cc | 20 #include <unordered_map> 46 typedef unordered_map<StringPiece, DirectiveHandler> DirectiveMap;
|
command.cc | 19 #include <unordered_map>
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldImpl.h | 33 #include <unordered_map> 268 std::unordered_map<unsigned, RelocationList> Relocations;
|
/external/llvm/unittests/DebugInfo/PDB/ |
PDBApiTest.cpp | 10 #include <unordered_map> 295 std::unordered_map<PDB_SymType, std::unique_ptr<PDBSymbol>> SymbolMap;
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
lsh_table.h | 49 #include <unordered_map> 136 typedef std::unordered_map<BucketKey, Bucket> BucketsSpace;
|
/frameworks/base/tools/aapt2/ |
SdkConstants.cpp | 21 #include <unordered_map> 63 static const std::unordered_map<std::u16string, size_t> sAttrMap = {
|
/frameworks/native/services/inputflinger/host/ |
InputDriver.cpp | 20 #include <unordered_map> 85 std::unordered_map<input_collection_id_t, input_collection, InputCollectionIdHasher> collections;
|
/art/compiler/debug/dwarf/ |
debug_info_entry_writer.h | 21 #include <unordered_map>
|
/art/compiler/ |
elf_writer_quick.cc | 19 #include <unordered_map>
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
RandomSetter.h | 31 /** Represents a std::unordered_map 33 * To use it you need to both define EIGEN_UNORDERED_MAP_SUPPORT and include the unordered_map header file 34 * yourself making sure that unordered_map is defined in the std namespace. 38 * #include <tr1/unordered_map> 41 * using std::tr1::unordered_map; 50 typedef std::unordered_map<KeyType,Scalar> Type;
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
assign_init.pass.cpp | 10 // <unordered_map> 18 #include <unordered_map>
|
Completed in 877 milliseconds
<<11121314151617181920>>