/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 46 # define __hash_set__ hash_set
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_config_compat_post.h | 46 # define __hash_set__ hash_set
|
/external/protobuf/android/ |
config.h | 4 /* the name of <hash_set> */ 10 /* the namespace of hash_map/hash_set */ 13 /* the name of <hash_set> */ 16 /* the location of <hash_set> */ 39 /* define if the compiler has hash_set */ 45 /* define if the compiler has hash_set */
|
/ndk/sources/cxx-stl/stlport/stlport/ |
hash_set | 35 # error The hash_set and hash_multiset class are STLport extensions.
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/ |
hash_set | 35 # error The hash_set and hash_multiset class are STLport extensions.
|
/external/libchrome/base/containers/ |
hash_tables.h | 9 // |base::hash_set|. 12 // base::hash_set<int> my_set; 42 // This is a hack to disable the gcc 4.4 warning about hash_map and hash_set 51 #include <ext/hash_set> 156 using hash_set = std::unordered_set<Key, Hash, Pred, Alloc>; 186 using hash_set = BASE_HASH_IMPL_NAMESPACE::hash_set<Key, Hash, Pred, Alloc>;
|
/external/ceres-solver/internal/ceres/ |
stl_util.h | 45 // because the hash_set may call the hash function on the iterator when it is 74 // hash_set, or any other STL container which defines sensible begin(), end(),
|
/art/runtime/base/ |
hash_map.h | 22 #include "hash_set.h"
|
/ndk/tests/device/test-gnustl-full/unit/ |
hash_test.cpp | 12 # include <hash_set> 301 hash_set<int, hash<int>, equal_to<int> > s; 302 pair<hash_set<int, hash<int>, equal_to<int> >::iterator, bool> p = s.insert(42); 364 hash_set<size_t, equality_hash_func, equal_to<size_t> > s1, s2; 387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt; 423 hash_set<IncompleteClass> hsinstances; 424 typedef hash_set<IncompleteClass>::iterator hsit;
|
mvctor_declaration_test.cpp | 19 # include <hash_set> 353 // hash_set, hash_multiset, hash_map, hash_multimap: 361 CPPUNIT_ASSERT( is_movable(hash_set<char>()) );
|
/ndk/tests/device/test-stlport/unit/ |
hash_test.cpp | 12 # include <hash_set> 301 hash_set<int, hash<int>, equal_to<int> > s; 302 pair<hash_set<int, hash<int>, equal_to<int> >::iterator, bool> p = s.insert(42); 364 hash_set<size_t, equality_hash_func, equal_to<size_t> > s1, s2; 387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt; 423 hash_set<IncompleteClass> hsinstances; 424 typedef hash_set<IncompleteClass>::iterator hsit;
|
mvctor_declaration_test.cpp | 19 # include <hash_set> 353 // hash_set, hash_multiset, hash_map, hash_multimap: 361 CPPUNIT_ASSERT( is_movable(hash_set<char>()) );
|
/external/libchrome/base/test/ |
multiprocess_test_android.cc | 42 base::hash_set<int> fds_to_keep_open;
|
/external/libcxx/include/ext/ |
__hash | 2 //===------------------------- hash_set ------------------------------------===//
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
__hash | 2 //===------------------------- hash_set ------------------------------------===//
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
__hash | 2 //===------------------------- hash_set ------------------------------------===//
|
/external/protobuf/src/google/protobuf/stubs/ |
stl_util-inl.h | 48 // because the hash_set may call the hash function on the iterator when it is 90 // hash_set, or any other STL container which defines sensible begin(), end(),
|
stl_util.h | 48 // because the hash_set may call the hash function on the iterator when it is 90 // hash_set, or any other STL container which defines sensible begin(), end(),
|
/frameworks/base/media/mca/filterfw/native/base/ |
utilities.h | 45 // because the hash_set may call the hash function on the iterator when it is 138 // Test to see if a set, map, hash_set or hash_map contains a particular key.
|
/frameworks/base/media/mca/filterpacks/native/base/ |
utilities.h | 45 // because the hash_set may call the hash function on the iterator when it is 138 // Test to see if a set, map, hash_set or hash_map contains a particular key.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/stdlib/ |
libstdcpp3.hpp | 85 # define BOOST_HASH_SET_HEADER <ext/hash_set> 88 # define BOOST_HASH_SET_HEADER <backward/hash_set>
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
stl_util.h | 48 // because the hash_set may call the hash function on the iterator when it is 90 // hash_set, or any other STL container which defines sensible begin(), end(),
|
/toolchain/binutils/binutils-2.25/gold/ |
system.h | 106 #include <ext/hash_set> 109 #define Unordered_set __gnu_cxx::hash_set
|
/external/libchrome/base/ |
stl_util.h | 36 // because the hash_set may call the hash function on the iterator when it is 123 // hash_set, or any other STL container which defines sensible begin(), end(), 186 // Test to see if a set, map, hash_set or hash_map contains a particular key.
|
/external/webrtc/webrtc/system_wrappers/include/ |
stl_util.h | 43 // because the hash_set may call the hash function on the iterator when it is 135 // hash_set, or any other STL container which defines sensible begin(), end(), 199 // Test to see if a set, map, hash_set or hash_map contains a particular key.
|