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

<<11121314151617181920>>

  /external/libcxx/test/containers/unord/unord.map/
types.pass.cpp 10 // <unordered_map>
14 // class unordered_map
31 #include <unordered_map>
39 typedef std::unordered_map<char, short> C;
55 typedef std::unordered_map<char, short, std::hash<char>, std::equal_to<char>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
types.pass.cpp 10 // <unordered_map>
14 // class unordered_map
31 #include <unordered_map>
39 typedef std::unordered_map<char, short> C;
55 typedef std::unordered_map<char, short, std::hash<char>, std::equal_to<char>,
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
test.cpp 14 #include <unordered_map>
128 STD_TR1::unordered_map<int,int> unordered_map1;
129 STD_TR1::unordered_map<int,int> unordered_map2;
152 std::string unordered_map1 = "std::tr1::unordered_map not supported";
153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler_map_to_unordered_map.h 32 * @brief Diagnostics for map to unordered_map.
71 /** @brief A map-to-unordered_map instrumentation line in the
118 { return "change std::map to std::unordered_map"; }
175 /** @brief A map-to-unordered_map instrumentation line in the
185 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_map_to_unordered_map.h 25 * @brief Diagnostics for map to unordered_map.
64 /** @brief A map-to-unordered_map instrumentation line in the
111 { return "change std::map to std::unordered_map"; }
168 /** @brief A map-to-unordered_map instrumentation line in the
178 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_map_to_unordered_map.h 25 * @brief Diagnostics for map to unordered_map.
64 /** @brief A map-to-unordered_map instrumentation line in the
111 { return "change std::map to std::unordered_map"; }
168 /** @brief A map-to-unordered_map instrumentation line in the
178 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_map_to_unordered_map.h 32 * @brief Diagnostics for map to unordered_map.
71 /** @brief A map-to-unordered_map instrumentation line in the
118 { return "change std::map to std::unordered_map"; }
175 /** @brief A map-to-unordered_map instrumentation line in the
185 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_map_to_unordered_map.h 25 * @brief Diagnostics for map to unordered_map.
64 /** @brief A map-to-unordered_map instrumentation line in the
111 { return "change std::map to std::unordered_map"; }
168 /** @brief A map-to-unordered_map instrumentation line in the
178 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_map_to_unordered_map.h 32 * @brief Diagnostics for map to unordered_map.
71 /** @brief A map-to-unordered_map instrumentation line in the
118 { return "change std::map to std::unordered_map"; }
175 /** @brief A map-to-unordered_map instrumentation line in the
185 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_map_to_unordered_map.h 25 * @brief Diagnostics for map to unordered_map.
64 /** @brief A map-to-unordered_map instrumentation line in the
111 { return "change std::map to std::unordered_map"; }
168 /** @brief A map-to-unordered_map instrumentation line in the
178 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_map_to_unordered_map.h 25 * @brief Diagnostics for map to unordered_map.
64 /** @brief A map-to-unordered_map instrumentation line in the
111 { return "change std::map to std::unordered_map"; }
168 /** @brief A map-to-unordered_map instrumentation line in the
178 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_map_to_unordered_map.h 25 * @brief Diagnostics for map to unordered_map.
64 /** @brief A map-to-unordered_map instrumentation line in the
111 { return "change std::map to std::unordered_map"; }
168 /** @brief A map-to-unordered_map instrumentation line in the
178 /** @brief Map-to-unordered_map instrumentation producer. */
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 14 #include <unordered_map>
128 STD_TR1::unordered_map<int,int> unordered_map1;
129 STD_TR1::unordered_map<int,int> unordered_map2;
152 std::string unordered_map1 = "std::tr1::unordered_map not supported";
153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 14 #include <unordered_map>
128 STD_TR1::unordered_map<int,int> unordered_map1;
129 STD_TR1::unordered_map<int,int> unordered_map2;
152 std::string unordered_map1 = "std::tr1::unordered_map not supported";
153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
  /external/chromium_org/third_party/angle/src/libGLESv2/
Caps.h 13 #include <unordered_map>
48 typedef std::unordered_map<GLenum, TextureCaps>::const_iterator const_iterator;
61 typedef std::unordered_map<GLenum, TextureCaps> InternalFormatToCapsMap;
Context.h 28 #include <unordered_map>
280 typedef std::unordered_map<GLuint, Framebuffer*> FramebufferMap;
284 typedef std::unordered_map<GLuint, FenceNV*> FenceNVMap;
288 typedef std::unordered_map<GLuint, Query*> QueryMap;
292 typedef std::unordered_map<GLuint, VertexArray*> VertexArrayMap;
297 typedef std::unordered_map<GLuint, TransformFeedback*> TransformFeedbackMap;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
multi_bigram_map.cpp 20 #include <unordered_map>
43 std::unordered_map<int, BigramMap>::const_iterator mapPosition =
69 const std::unordered_map<int, int>::const_iterator bigramProbabilityIt =
  /external/ceres-solver/internal/ceres/
collections_port.h 44 # include <tr1/unordered_map>
51 # include <unordered_map>
58 # include <unordered_map>
74 // Some systems don't have access to unordered_map/unordered_set. In
99 struct HashMap : std::tr1::unordered_map<K, V> {};
106 struct HashMap : std::unordered_map<K, V> {};
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.h 21 #include <unordered_map>
32 typedef std::unordered_map<int, float> NearKeysDistanceMap;
75 std::vector<std::unordered_map<int, float>> *charProbabilities);
79 const std::vector<std::unordered_map<int, float>> *const charProbabilities,
108 const std::vector<std::unordered_map<int, float>> *const charProbabilities,
150 const int index1, std::vector<std::unordered_map<int, float>> *charProbabilities);
  /external/libcxx/test/containers/unord/unord.multimap/
count.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
db_iterators_7.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
find_const.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
find_non_const.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
default_noexcept.pass.cpp 10 // <unordered_map>
20 #include <unordered_map>
dtor_noexcept.pass.cpp 10 // <unordered_map>
14 #include <unordered_map>

Completed in 868 milliseconds

<<11121314151617181920>>