Searched
full:unordered_map (Results
351 -
375 of
686) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
stdtr1c++.h | 51 #include <tr1/unordered_map>
|
/system/core/libmemunreachable/ |
Leak.h | 26 // as a key in std::unordered_map.
|
Allocator.h | 27 #include <unordered_map> 217 using unordered_map = std::unordered_map<Key, T, Hash, KeyEqual, Allocator<std::pair<const Key, T>>>;
|
/external/protobuf/android/ |
config.h | 5 #define HASH_MAP_CLASS unordered_map 8 #define HASH_MAP_H <tr1/unordered_map> 30 * TODO: Figure out how to use stlport unordered_map and set.
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
sparse_weight_vector.h | 30 #include <unordered_map> 36 template<class Key = std::string, class Hash = std::unordered_map<Key, double> > 174 // This function is necessary since by default unordered_map inserts an
|
/system/bt/service/example/heart_rate/ |
heart_rate_server.h | 19 #include <unordered_map> 106 std::unordered_map<std::string, bool> pending_notification_map_; 124 std::unordered_map<std::string, uint8_t> device_ccc_map_;
|
/system/core/gatekeeperd/ |
SoftGateKeeper.h | 33 #include <unordered_map> 173 typedef std::unordered_map<uint32_t, failure_record_t> FailureRecordMap; 174 typedef std::unordered_map<uint64_t, fast_hash_t> FastHashMap;
|
/build/kati/ |
dep.cc | 23 #include <unordered_map> 126 unordered_map<char, RuleTrie*> children_; 239 const unordered_map<Symbol, Vars*>& rule_vars) 640 const unordered_map<Symbol, Vars*>& rule_vars_; 644 typedef unordered_map<StringPiece, vector<shared_ptr<Rule>>> SuffixRuleMap; 648 unordered_map<Symbol, DepNode*> done_; 656 const unordered_map<Symbol, Vars*>& rule_vars,
|
/external/vulkan-validation-layers/layers/ |
core_validation.h | 38 #include <unordered_map> 487 unordered_map<uint32_t, bool> attachment_first_read; 488 unordered_map<uint32_t, VkImageLayout> attachment_first_layout; 565 unordered_map<VkEvent, VkPipelineStageFlags> eventToStageMap; 594 unordered_map<uint32_t, uint32_t> bindingToIndexMap; // map set binding # to [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2On1Adapter.h | 33 #include <unordered_map> 282 std::unordered_map<HWC2::Attribute, int32_t> mAttributes; 285 std::unordered_map<android_color_mode_t, uint32_t> mHwc1Ids; 298 const std::unordered_map<hwc2_layer_t, HWC2::Composition>& 303 const std::unordered_map<hwc2_layer_t, HWC2::LayerRequest>& 329 std::unordered_map<hwc2_layer_t, HWC2::Composition> 331 std::unordered_map<hwc2_layer_t, HWC2::LayerRequest> 395 std::unordered_map<size_t, std::shared_ptr<Layer>> mHwc1LayerMap; 680 std::unordered_map<HWC2::Callback, CallbackInfo> mCallbacks; 686 std::unordered_map<int, hwc2_display_t> mHwc1DisplayMap [all...] |
/hardware/libhardware/modules/input/evdev/ |
InputHub.h | 22 #include <unordered_map> 223 std::unordered_map<int, std::string> mWatchedPaths; 225 std::unordered_map<int, std::shared_ptr<InputDeviceNode>> mDeviceNodes;
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_declaration_test.cpp | 16 # include <unordered_map> 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap, 358 CPPUNIT_ASSERT( is_movable(unordered_map<char, char>()) );
|
Completed in 4789 milliseconds
<<11121314151617181920>>