Home
last modified time | relevance | path

Searched refs:hash_set (Results 1 – 24 of 24) sorted by relevance

/external/libcxx/include/ext/
Dhash_set2 //===------------------------- 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__hash2 //===------------------------- hash_set ------------------------------------===//
/external/protobuf/src/google/protobuf/stubs/
Dhash.h72 # 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/
Dstl_hash.m454 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/
Dhash_set.pass.cpp18 template class hash_set<int>; variable
22 typedef __gnu_cxx::hash_set<int> Set; in main()
/external/google-breakpad/src/common/
Dunordered.h47 struct unordered_set : public hash_set<T, H> {};
/external/tensorflow/tensorflow/python/platform/
Dbase.i157 hash_set<type>* OUTPUT (hash_set<type> temp),
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc82 hash_set<string> MakeKeywordsMap() { in MakeKeywordsMap()
83 hash_set<string> result; in MakeKeywordsMap()
90 hash_set<string> kKeywords = MakeKeywordsMap();
Dcpp_message.cc120 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/
Djavamicro_message.cc98 hash_set<const Descriptor*>* already_seen) { in HasRequiredFields()
133 hash_set<const Descriptor*> already_seen; in HasRequiredFields()
/external/libchrome/base/containers/
Dhash_tables.h71 using hash_set = std::unordered_set<Key, Hash, Pred, Alloc>;
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc71 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/
Dprotostream_objectwriter.h234 hash_set<string> map_keys_;
Dproto_writer.h216 hash_set<int32> oneof_indices_;
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc705 hash_set<const Descriptor*>* already_seen) { in HasRequiredFields()
740 hash_set<const Descriptor*> already_seen; in HasRequiredFields()
/external/libcxx/include/
DCMakeLists.txt97 ext/hash_set
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc221 using ::stdext::hash_set;
824 hash_set<string> set1; in TEST()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc57 hash_set<string> java_keywords_set_;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll7 …%"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/
D2004-04-05-InvokeCastCrash.ll7 …%"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/
D2004-04-05-InvokeCastCrash.ll7 …%"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/
Ddescriptor.cc444 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/
DProgrammersManual.rst1491 "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/
DProgrammersManual.rst2071 "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