HomeSort by relevance Sort by last modified time
    Searched full:unordered_map (Results 676 - 700 of 717) sorted by null

<<212223242526272829

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.h 60 * unordered_set, unordered_map, unordered_multiset, unordered_multimap.
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__config 490 #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...]
  /external/chromium_org/ui/events/x/
keysym_to_unicode.cc 38 #include <unordered_map>
    [all...]
  /external/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...]
  /external/libcxx/test/containers/unord/unord.multimap/
swap_member.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
swap_non_member.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /external/openfst/src/include/fst/
determinize.h 27 #include <tr1/unordered_map>
28 using std::tr1::unordered_map;
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 24 #include <unordered_map>
254 typedef std::unordered_map<StateTuple, StateId, StateTupleKey,
    [all...]
map.h 838 typedef std::unordered_map<SW, Label, StringKey> Map;
  /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>
  /prebuilts/ndk/9/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 28 * Do not attempt to use it directly. @headername{unordered_map, unordered_set}
89 // unordered_multiset, false for unordered_map and unordered_multimap.
93 // true for unordered_set and unordered_map, false for unordered_multiset
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 28 * Do not attempt to use it directly. @headername{unordered_map, unordered_set}
89 // unordered_multiset, false for unordered_map and unordered_multimap.
93 // true for unordered_set and unordered_map, false for unordered_multiset
    [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/chromium_org/base/containers/
small_map.h 150 // If we switch to using std::unordered_map for base::hash_map, then the
  /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/chromium_org/third_party/cython/src/
CHANGES.rst 13 * Support for C++ unordered_set and unordered_map.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 247 std::unordered_map<unsigned, unsigned> configs_by_native_visual_id;
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 35 #include <unordered_map>
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 247 std::unordered_map<unsigned, unsigned> configs_by_native_visual_id;
    [all...]

Completed in 1899 milliseconds

<<212223242526272829