/external/libcxx/test/libcxx/ |
double_include.sh.cpp | 61 #include <ext/hash_set>
|
/art/runtime/base/ |
stl_util.h | 41 // because the hash_set may call the hash function on the iterator when it is 56 // hash_set, or any other STL container which defines sensible begin(), end(),
|
hash_set.h | 67 BaseIterator(HashSetType* hash_set, size_t index) : index_(index), hash_set_(hash_set) { 106 size_t NextNonEmptySlot(size_t index, const HashSet* hash_set) const { 107 const size_t num_buckets = hash_set->NumBuckets(); 111 } while (index < num_buckets && hash_set->IsFreeSlot(index));
|
arena_containers.h | 28 #include "hash_set.h"
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 75 hash_set<string> MakeKeywordsMap() { 76 hash_set<string> result; 83 hash_set<string> kKeywords = MakeKeywordsMap();
|
/art/compiler/utils/ |
dedupe_set-inl.h | 27 #include "base/hash_set.h"
|
/art/runtime/ |
class_table.h | 25 #include "base/hash_set.h"
|
intern_table.h | 24 #include "base/hash_set.h"
|
/external/ceres-solver/internal/ceres/ |
map_util.h | 109 // Test to see if a set, map, hash_set or hash_map contains a particular key.
|
/external/gtest/test/ |
gtest-printers_test.cc | 53 // hash_map and hash_set are available under Visual C++. 57 # define GTEST_HAS_HASH_SET_ 1 // Indicates that hash_set is available. 58 # include <hash_set> // NOLINT 222 using ::std::hash_set; 227 using ::stdext::hash_set; 843 hash_set<string> set1; [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-printers_test.cc | 53 // hash_map and hash_set are available under Visual C++. 57 # define GTEST_HAS_HASH_SET_ 1 // Indicates that hash_set is available. 58 # include <hash_set> // NOLINT 222 using ::std::hash_set; 227 using ::stdext::hash_set; 843 hash_set<string> set1; [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-printers_test.cc | 53 // hash_map and hash_set are available under Visual C++. 57 # define GTEST_HAS_HASH_SET_ 1 // Indicates that hash_set is available. 58 # include <hash_set> // NOLINT 222 using ::std::hash_set; 227 using ::stdext::hash_set; 843 hash_set<string> set1; [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_message.cc | 98 hash_set<const Descriptor*>* already_seen) { 133 hash_set<const Descriptor*> already_seen;
|
/external/deqp/modules/internal/ |
ditDelibsTests.cpp | 85 addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfTest));
|
/toolchain/binutils/binutils-2.25/gold/ |
config.in | 82 /* Define to 1 if you have the <ext/hash_set> header file. */
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-printers_test.cc | 53 // hash_map and hash_set are available under Visual C++. 57 # define GTEST_HAS_HASH_SET_ 1 // Indicates that hash_set is available. 58 # include <hash_set> // NOLINT 221 using ::stdext::hash_set; 824 hash_set<string> set1; [all...] |
/external/libchrome/base/process/ |
process_metrics_mac.cc | 145 base::hash_set<int> seen_objects;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 34 // hash_set, hash_map, hash_multiset, and hash_multimap,
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 34 // hash_set, hash_map, hash_multiset, and hash_multimap,
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 685 hash_set<const Descriptor*>* already_seen) { 720 hash_set<const Descriptor*> already_seen;
|
/external/libchrome/base/trace_event/ |
trace_log.h | 483 hash_set<MessageLoop*> thread_message_loops_;
|
trace_log.cc | 871 for (hash_set<MessageLoop*>::const_iterator it = [all...] |
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_helpers.cc | 57 hash_set<string> java_keywords_set_;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hashtable.h | 59 * hash_set, hash_map, hash_multiset, hash_multimap,
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_hashtable.h | 59 * hash_set, hash_map, hash_multiset, hash_multimap,
|