HomeSort by relevance Sort by last modified time
    Searched full:unordered_map (Results 601 - 625 of 686) sorted by null

<<2122232425262728

  /art/runtime/
class_linker.h 22 #include <unordered_map>
    [all...]
  /art/runtime/hprof/
hprof.cc 880 std::unordered_map<const gc::AllocRecordStackTrace*, HprofStackTraceSerialNumber,
883 std::unordered_map<const gc::AllocRecordStackTraceElement*, HprofStackFrameId,
886 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_;
    [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 37 #include <unordered_map>
64 unordered_map<VkImage, IMAGE_STATE> imageMap;
71 static unordered_map<void *, layer_data *> layer_data_map;
    [all...]
  /external/libcxx/include/
__hash_table 89 class _LIBCPP_TYPE_VIS_ONLY unordered_map;
214 template <class, class, class, class, class> friend class _LIBCPP_TYPE_VIS_ONLY unordered_map;
360 template <class, class, class, class, class> friend class _LIBCPP_TYPE_VIS_ONLY unordered_map;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 307 std::unordered_map<unsigned, pipe_transfer*> transfers;
  /frameworks/av/media/libmedia/
IMediaSource.cpp 261 // C++14 unordered_map erase on iterator is stable; C++11 has no guarantee.
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 26 using std::unordered_map;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__config 507 #define __gxx__is_final (_GNUC_VER >= 408) // Not if 4.7 work. 4.6 certainly not. Also see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
__hash_table 92 class _LIBCPP_TYPE_VIS_ONLY unordered_map;
217 template <class, class, class, class, class> friend class _LIBCPP_TYPE_VIS_ONLY unordered_map;
363 template <class, class, class, class, class> friend class _LIBCPP_TYPE_VIS_ONLY unordered_map;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 60 * unordered_set, unordered_map, unordered_multiset, unordered_multimap.
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__config 507 #define __gxx__is_final (_GNUC_VER >= 408) // Not if 4.7 work. 4.6 certainly not. Also see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
__hash_table 92 class _LIBCPP_TYPE_VIS_ONLY unordered_map;
217 template <class, class, class, class, class> friend class _LIBCPP_TYPE_VIS_ONLY unordered_map;
363 template <class, class, class, class, class> friend class _LIBCPP_TYPE_VIS_ONLY unordered_map;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 60 * unordered_set, unordered_map, unordered_multiset, unordered_multimap.
  /toolchain/binutils/binutils-2.25/gold/
archive.h 377 typedef Unordered_map<std::string, Archive*> Nested_archive_table;
merge.h 87 Unordered_map<section_offset_type,
plugin.h 456 typedef Unordered_map<std::string, bool> Comdat_map;
stringpool.h 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
  /bionic/linker/
linker.cpp 43 #include <unordered_map>
143 static std::unordered_map<uintptr_t, soinfo*> g_soinfo_handles_map;
1107 std::unordered_map<const soinfo*, ElfReader>* readers_map) {
1171 std::unordered_map<const soinfo*, ElfReader>* get_readers_map() {
    [all...]
  /external/libcxx/include/ext/
hash_map 211 _LIBCPP_WARNING("Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>")
213 # warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/
swap_member.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
swap_non_member.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp 29 #include <unordered_map>
157 std::unordered_map<int, app_instance_info_s> appInstances;
    [all...]
  /ndk/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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
swap_member.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
swap_non_member.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>

Completed in 1148 milliseconds

<<2122232425262728