HomeSort by relevance Sort by last modified time
    Searched refs:unordered_map (Results 51 - 75 of 550) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
db_iterators_8.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
db_local_iterators_8.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
30 typedef std::unordered_map<int, std::string> C;
38 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
bucket.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
71 typedef std::unordered_map<int, std::string> C;
bucket_size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
75 typedef std::unordered_map<int, std::string> C;
load_factor.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
28 typedef std::unordered_map<int, std::string> C;
45 typedef std::unordered_map<int, std::string> C;
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
70 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
clear.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
27 typedef std::unordered_map<int, std::string> C;
44 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
multi_bigram_map.h 21 #include <unordered_map>
55 // Copy constructor needed for std::unordered_map.
69 std::unordered_map<int, int> mBigramMap;
81 std::unordered_map<int, BigramMap> mBigramMaps;
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.h 38 #include <unordered_map>
50 using std::unordered_map;
195 unordered_map<wstring, DWORD>::iterator iter = unique_files_.find(file);
207 unordered_map<DWORD, DWORD>::iterator iter = file_ids_.find(id);
243 unordered_map<DWORD, DWORD> file_ids_;
245 unordered_map<wstring, DWORD> unique_files_;
  /build/kati/
fileutil.h 20 #include <unordered_map>
45 const unordered_map<string, vector<string>*>& GetAllGlobCache();
eval.h 18 #include <unordered_map>
56 const unordered_map<Symbol, Vars*>& rule_vars() const {
59 const unordered_map<Symbol, bool>& exports() const { return exports_; }
99 unordered_map<Symbol, Vars*> rule_vars_;
101 unordered_map<Symbol, bool> exports_;
  /external/libcxx/test/std/containers/unord/unord.map/
compare.pass.cpp 10 // <unordered_map>
14 // class unordered_map
19 #include <unordered_map>
39 typedef std::unordered_map<Key, int> MapT;
bucket.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
50 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
71 typedef std::unordered_map<int, std::string> C;
bucket_size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
22 #include <unordered_map>
31 typedef std::unordered_map<int, std::string> C;
52 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
75 typedef std::unordered_map<int, std::string> C;
  /external/libweave/src/privet/
device_ui_kind.cc 7 #include <unordered_map>
16 static const std::unordered_map<std::string, std::string> device_kind_map = {
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/
info_executor.cpp 21 #include <unordered_map>
41 std::unordered_map<std::string, OptionSpec> optionSpecs;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
terminal_position_lookup_table.h 27 #include <unordered_map>
39 typedef std::unordered_map<int, int> TerminalIdMap;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
terminal_position_lookup_table.h 21 #include <unordered_map>
32 typedef std::unordered_map<int, int> TerminalIdMap;
  /system/core/debuggerd/test/
property_fake.cpp 20 #include <unordered_map>
24 std::unordered_map<std::string, std::string> g_properties;
  /external/libcxx/test/std/containers/unord/unord.multimap/
max_size.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
max_size.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 25 #include <unordered_map>
61 std::unordered_map<int, int64_t> mStartTimes;
62 std::unordered_map<int, float> mTimes;
63 std::unordered_map<int, int> mCounters;
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_and_options.h 21 #include <unordered_map>
33 ArgumentsAndOptions(std::unordered_map<std::string, std::string> &&options,
34 std::unordered_map<std::string, std::vector<std::string>> &&arguments)
72 const std::unordered_map<std::string, std::string> mOptions;
73 const std::unordered_map<std::string, std::vector<std::string>> mArguments;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 10 // <unordered_map>
12 // void swap(unordered_map& c)
26 #include <unordered_map>
122 typedef std::unordered_map<MoveOnly, MoveOnly> C;
127 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
133 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
139 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>> C;
144 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>,
152 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C;
157 typedef std::unordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc2<MapType>> C
    [all...]
  /external/vulkan-validation-layers/layers/
swapchain.h 36 #include <unordered_map>
164 unordered_map<VkSurfaceKHR, SwpSurface *> surfaces;
168 unordered_map<const void *, SwpPhysicalDevice *> physicalDevices;
210 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains;
244 unordered_map<VkSurfaceKHR, SwpSurface *> supportedSurfaces;
278 unordered_map<VkSwapchainKHR, SwpSwapchain *> swapchains;
281 unordered_map<VkQueue, SwpQueue *> queues;
311 unordered_map<int, SwpImage> images;
336 std::unordered_map<void *, SwpInstance> instanceMap;
337 std::unordered_map<VkSurfaceKHR, SwpSurface> surfaceMap
    [all...]
  /bionic/libc/malloc_debug/
FreeTrackData.h 36 #include <unordered_map>
65 std::unordered_map<const Header*, BacktraceHeader*> backtraces_;

Completed in 710 milliseconds

1 23 4 5 6 7 8 91011>>