/external/libcxx/include/ext/ |
D | hash_set | 2 //===------------------------- hash_set ------------------------------------===// 16 hash_set synopsis 23 class hash_set 42 explicit hash_set(size_type n = 193, const hasher& hf = hasher(), 46 hash_set(InputIterator f, InputIterator l, 50 hash_set(const hash_set&); 51 ~hash_set(); 52 hash_set& operator=(const hash_set&); 74 void swap(hash_set&); 94 void swap(hash_set<Value, Hash, Pred, Alloc>& x, [all …]
|
D | __hash | 2 //===------------------------- hash_set ------------------------------------===//
|
/external/protobuf/src/google/protobuf/stubs/ |
D | hash.h | 72 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set 86 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set 97 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set 115 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set 123 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set 130 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set 229 class hash_set : public std::set<Key, HashFcn> { 231 hash_set(int = 0) {} 290 class hash_set 294 hash_set(int = 0) {} [all …]
|
/external/protobuf/m4/ |
D | stl_hash.m4 | 54 AC_DEFINE(HAVE_HASH_SET, 1, [define if the compiler has hash_set]) 58 [the location of <unordered_set> or <hash_set>]) 60 [the namespace of hash_map/hash_set]) 64 [the name of <hash_set>])
|
/external/libcxx/test/libcxx/containers/gnu_cxx/ |
D | hash_set.pass.cpp | 18 template class hash_set<int>; variable 22 typedef __gnu_cxx::hash_set<int> Set; in main()
|
/external/google-breakpad/src/common/ |
D | unordered.h | 47 struct unordered_set : public hash_set<T, H> {};
|
/external/tensorflow/tensorflow/python/platform/ |
D | base.i | 157 hash_set<type>* OUTPUT (hash_set<type> temp),
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 82 hash_set<string> MakeKeywordsMap() { in MakeKeywordsMap() 83 hash_set<string> result; in MakeKeywordsMap() 90 hash_set<string> kKeywords = MakeKeywordsMap();
|
D | cpp_message.cc | 120 hash_set<const Descriptor*>* already_seen) { in HasRequiredFields() 151 hash_set<const Descriptor*> already_seen; in HasRequiredFields() 2377 hash_set<string> handled; // fields that appear anywhere in memsets_for_chunk in GenerateClear() 2982 hash_set<int> fields_with_parse_loop; in GenerateMergeFromCodedStream()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_message.cc | 98 hash_set<const Descriptor*>* already_seen) { in HasRequiredFields() 133 hash_set<const Descriptor*> already_seen; in HasRequiredFields()
|
/external/libchrome/base/containers/ |
D | hash_tables.h | 71 using hash_set = std::unordered_set<Key, Hash, Pred, Alloc>;
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 71 hash_set<string> MakeWordsMap(const char* const words[], size_t num_words) { in MakeWordsMap() 72 hash_set<string> result; in MakeWordsMap() 81 hash_set<string> kUpperSegments = 205 hash_set<string> kReservedWords =
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 234 hash_set<string> map_keys_;
|
D | proto_writer.h | 216 hash_set<int32> oneof_indices_;
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 705 hash_set<const Descriptor*>* already_seen) { in HasRequiredFields() 740 hash_set<const Descriptor*> already_seen; in HasRequiredFields()
|
/external/libcxx/include/ |
D | CMakeLists.txt | 97 ext/hash_set
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-printers_test.cc | 221 using ::stdext::hash_set; 824 hash_set<string> set1; in TEST()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 57 hash_set<string> java_keywords_set_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 7 …%"struct.__gnu_cxx::hash_set<const llvm::Constant*,__gnu_cxx::hash<const llvm::Constant*>,std::equ… 28 …%"struct.llvm::MachineFunctionInfo" = type { %"struct.__gnu_cxx::hash_set<const llvm::Constant*,__…
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 7 …%"struct.__gnu_cxx::hash_set<const llvm::Constant*,__gnu_cxx::hash<const llvm::Constant*>,std::equ… 28 …%"struct.llvm::MachineFunctionInfo" = type { %"struct.__gnu_cxx::hash_set<const llvm::Constant*,__…
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 7 …%"struct.__gnu_cxx::hash_set<const llvm::Constant*,__gnu_cxx::hash<const llvm::Constant*>,std::equ… 28 …%"struct.llvm::MachineFunctionInfo" = type { %"struct.__gnu_cxx::hash_set<const llvm::Constant*,__…
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 444 hash_set<string> known_bad_files_; 450 hash_set<string> known_bad_symbols_; 454 hash_set<const Descriptor*> extensions_loaded_from_db_; 4114 hash_set<string> reserved_name_set; in BuildMessage()
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1491 "hash_set" like containers (whether from C++ TR1 or from the SGI library). We 1492 never use hash_set and unordered_set because they are generally very expensive 1683 never use hash_set and unordered_set because they are generally very expensive
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 2071 "hash_set" like containers (whether from C++ TR1 or from the SGI library). We 2072 never use hash_set and unordered_set because they are generally very expensive 2263 never use hash_set and unordered_set because they are generally very expensive
|