/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
hash_map | 210 _LIBCPP_WARNING("Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>") 212 # warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> [all...] |
/system/core/adb/ |
shell_service.cpp | 92 #include <unordered_map> 249 std::unordered_map<std::string, std::string> env;
|
/toolchain/binutils/binutils-2.25/gold/ |
dwarf_reader.h | 273 typedef Unordered_map<unsigned int, const Abbrev_code*> Abbrev_code_table; [all...] |
icf.cc | 171 Unordered_map<uint32_t, unsigned int> uniq_map; 172 std::pair<Unordered_map<uint32_t, unsigned int>::iterator, bool> [all...] |
dynobj.h | 657 typedef Unordered_map<Key, Version_base*, Version_table_hash,
|
script.h | 265 typedef Unordered_map<std::string, Version_tree_match> Exact;
|
output.h | [all...] |
object.h | [all...] |
/art/runtime/interpreter/ |
unstarted_runtime.cc | 26 #include <unordered_map> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
auto-host.h | [all...] |
/external/libchrome/base/containers/ |
small_map.h | 151 // If we switch to using std::unordered_map for base::hash_map, then the
|
/external/llvm/lib/Fuzzer/ |
FuzzerTraceState.cpp | 80 #include <unordered_map>
|
/frameworks/base/libs/hwui/ |
DeferredDisplayList.cpp | 543 std::unordered_map<mergeid_t, DrawBatch*>& mergingBatch
|
/frameworks/native/services/surfaceflinger/ |
Layer.h | 592 std::unordered_map<int32_t, HWCInfo> mHwcLayers;
|
SurfaceFlinger.h | 589 std::unordered_map<std::string, BufferingStats> mBufferingStats;
|
/hardware/libhardware/modules/input/evdev/ |
InputHub.cpp | 150 std::unordered_map<uint32_t, std::unique_ptr<AbsoluteAxisInfo>> mAbsInfo;
|
/system/core/libbacktrace/ |
BacktraceOffline.cpp | 465 std::unordered_map<std::string, std::unique_ptr<DebugFrameInfo>> BacktraceOffline::debug_frames_;
|
/system/extras/simpleperf/ |
cmd_report.cpp | 23 #include <unordered_map>
|
/external/vulkan-validation-layers/layers/ |
swapchain.cpp | 42 static std::unordered_map<void *, layer_data *> layer_data_map; 44 template layer_data *get_my_data_ptr<layer_data>(void *data_key, std::unordered_map<void *, layer_data *> &data_map); [all...] |
parameter_validation.cpp | 38 #include <unordered_map> 63 std::unordered_map<uint32_t, uint32_t> queueFamilyIndexMap; 68 static std::unordered_map<void *, layer_data *> layer_data_map; [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map.h | 506 // Map's interface is similar to std::unordered_map, except that Map is not 690 // The implementation doesn't need the full generality of unordered_map, [all...] |
/art/runtime/ |
dex_file.h | 22 #include <unordered_map> [all...] |
/external/ceres-solver/docs/source/ |
version_history.rst | 195 #. Fix handling of unordered_map/unordered_set on OSX 10.9.0.
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 247 std::unordered_map<unsigned, unsigned> configs_by_native_visual_id; [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_screen.h | 660 typedef std::unordered_map<std::pair<c_string, unsigned>, unsigned> semantic_to_idx_map_t; [all...] |