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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
load_factor.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
reserve.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
default.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
size.fail.cpp 10 // <unordered_map>
18 #include <unordered_map>
size.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
size_hash.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
size_hash_equal.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace.pass.cpp 10 // <unordered_map>
19 #include <unordered_map>
insert_const_lvalue.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
multi_bigram_map.cpp 20 #include <unordered_map>
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h 57 // libc++ provides <unordered_map> and friends even in non C++11 mode,
62 // which case <unordered_map> is not compilable without -std=c++11
77 // For GCC 4.x+, use tr1::unordered_map/set; otherwise, follow the
105 // said, use unordered_map for MSVC 2010 and beyond is our safest bet.
144 # include <unordered_map>
145 # define GOOGLE_PROTOBUF_HASH_MAP_CLASS unordered_map
150 # include <tr1/unordered_map>
151 # define GOOGLE_PROTOBUF_HASH_MAP_CLASS unordered_map
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 19 #include <unordered_map>
191 typedef std::unordered_map<int, T*> CObjMap;
192 typedef std::unordered_map<int, bool> FlagMap;
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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";
  /system/bt/vendor_libs/test_vendor_lib/include/
dual_mode_controller.h 23 #include <unordered_map>
345 std::unordered_map<uint16_t, std::function<void(const std::vector<uint8_t>&)>>
348 std::unordered_map<std::string,
  /system/core/libmemunreachable/
Allocator.h 27 #include <unordered_map>
217 using unordered_map = std::unordered_map<Key, T, Hash, KeyEqual, Allocator<std::pair<const Key, T>>>;
  /system/extras/iotop/
iotop.cpp 22 #include <unordered_map>
167 std::unordered_map<pid_t, TaskStatistics> pid_stats;
168 std::unordered_map<pid_t, TaskStatistics> tgid_stats;
  /build/kati/
dep.cc 23 #include <unordered_map>
126 unordered_map<char, RuleTrie*> children_;
239 const unordered_map<Symbol, Vars*>& rule_vars)
640 const unordered_map<Symbol, Vars*>& rule_vars_;
644 typedef unordered_map<StringPiece, vector<shared_ptr<Rule>>> SuffixRuleMap;
648 unordered_map<Symbol, DepNode*> done_;
656 const unordered_map<Symbol, Vars*>& rule_vars,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.h 33 #include <unordered_map>
282 std::unordered_map<HWC2::Attribute, int32_t> mAttributes;
285 std::unordered_map<android_color_mode_t, uint32_t> mHwc1Ids;
298 const std::unordered_map<hwc2_layer_t, HWC2::Composition>&
303 const std::unordered_map<hwc2_layer_t, HWC2::LayerRequest>&
329 std::unordered_map<hwc2_layer_t, HWC2::Composition>
331 std::unordered_map<hwc2_layer_t, HWC2::LayerRequest>
395 std::unordered_map<size_t, std::shared_ptr<Layer>> mHwc1LayerMap;
680 std::unordered_map<HWC2::Callback, CallbackInfo> mCallbacks;
686 std::unordered_map<int, hwc2_display_t> mHwc1DisplayMap
    [all...]
  /art/compiler/
image_writer.h 64 const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map);
516 std::unordered_map<mirror::PointerArray*, Bin> pointer_arrays_;
520 std::unordered_map<mirror::Object*, uint32_t> saved_hashcode_map_;
546 std::unordered_map<void*, NativeObjectRelocation> native_object_relocations_;
556 std::unordered_map<mirror::Class*, bool> prune_class_memo_;
570 const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map_;
  /external/vulkan-validation-layers/layers/
threading.h 64 std::unordered_map<T, object_use_data> uses;
304 static std::unordered_map<void *, layer_data *> layer_data_map;
305 static std::unordered_map<VkCommandBuffer, VkCommandPool> command_pool_map;

Completed in 293 milliseconds

<<11121314151617181920>>