/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_hashtable.h | 60 * unordered_set, unordered_map, unordered_multiset, unordered_multimap.
|
/system/bt/service/ |
gatt_server.h | 23 #include <unordered_set>
|
/toolchain/binutils/binutils-2.25/gold/ |
archive.h | 393 Unordered_set<off_t, Seen_hash> seen_offsets_;
|
options.h | 85 typedef Unordered_set<std::string> String_set; [all...] |
mips.cc | 626 typedef Unordered_set<Mips_got_entry<size, big_endian>*, 631 typedef Unordered_set<Got_page_entry*, 812 Unordered_set<Mips_symbol<size>*>& 867 Unordered_set<Mips_symbol<size>*> global_got_symbols_; [all...] |
/art/runtime/gc/allocator/ |
rosalloc.h | 26 #include <unordered_set> 715 std::unordered_set<Run*, hash_run, eq_run, TrackingAllocator<Run*, kAllocatorTagRosAlloc>> [all...] |
rosalloc.cc | [all...] |
/art/compiler/ |
image_writer.cc | 25 #include <unordered_set> 711 std::unordered_set<mirror::Class*> visited; 718 std::unordered_set<mirror::Class*>* visited) { [all...] |
/art/runtime/ |
class_linker.h | 23 #include <unordered_set> 611 std::unordered_set<std::string> GetClassDescriptorsForProfileKeys( [all...] |
oat_file.cc | 550 static std::unordered_set<void*> host_dlopen_handles_; 565 std::unordered_set<void*> DlOpenOatFile::host_dlopen_handles_; [all...] |
oat_file_manager.cc | 482 std::unordered_set<std::string> unique_locations;
|
dex_file_verifier.cc | 538 std::unordered_set<uint32_t>* direct_method_indexes, 868 std::unordered_set<uint32_t>* direct_method_indexes, 902 std::unordered_set<uint32_t> direct_method_indexes; [all...] |
/art/runtime/gc/ |
heap.h | 22 #include <unordered_set> [all...] |
/external/google-breakpad/src/common/ |
dwarf_cu_to_module.cc | 120 unordered_set<string> common_strings; 339 pair<unordered_set<string>::iterator, bool> result = [all...] |
/art/runtime/base/ |
hash_set.h | 54 // Low memory version of a hash set, uses less memory than std::unordered_set since elements aren't
|
/build/kati/ |
find.cc | 948 read_dirs(new unordered_set<string>()) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_test.cpp | 11 # include <unordered_set>
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_test.cpp | 11 # include <unordered_set>
|
/system/core/libbacktrace/ |
BacktraceOffline.cpp | 466 std::unordered_set<std::string> BacktraceOffline::debug_frame_missing_files_;
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSKernelExpand.cpp | 23 #include <unordered_set> 75 typedef std::unordered_set<llvm::Function *> FunctionSet; [all...] |
/external/regex-re2/re2/ |
dfa.cc | 119 // STL function structures for use with unordered_set. 172 typedef unordered_set<State*, StateHash> StateSet; 174 typedef unordered_set<State*, StateHash, StateEqual> StateSet; [all...] |
/external/vulkan-validation-layers/layers/ |
core_validation.cpp | 45 #include <unordered_set> 80 using std::unordered_set; 122 unordered_set<VkCommandBuffer> globalInFlightCmdBuffers; [all...] |
/art/runtime/hprof/ |
hprof.cc | 894 std::unordered_set<uint64_t> simple_roots_; [all...] |
/external/ceres-solver/docs/source/ |
version_history.rst | 195 #. Fix handling of unordered_map/unordered_set on OSX 10.9.0.
|
/frameworks/base/tools/aapt2/link/ |
Link.cpp | 76 std::unordered_set<std::string> products; [all...] |