HomeSort by relevance Sort by last modified time
    Searched full:hash_set (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /art/runtime/base/
hash_set_test.cc 17 #include "hash_set.h"
67 HashSet<std::string, IsEmptyFnString> hash_set; local
69 ASSERT_TRUE(hash_set.Empty());
70 ASSERT_EQ(hash_set.Size(), 0U);
71 hash_set.Insert(test_string);
72 auto it = hash_set.Find(test_string);
74 auto after_it = hash_set.Erase(it);
75 ASSERT_TRUE(after_it == hash_set.end());
76 ASSERT_TRUE(hash_set.Empty());
77 ASSERT_EQ(hash_set.Size(), 0U)
83 HashSet<std::string, IsEmptyFnString> hash_set; local
115 HashSet<std::string, IsEmptyFnString> hash_set; local
162 HashSet<std::string, IsEmptyFnString> hash_set; local
200 HashSet<std::string, IsEmptyFnString> hash_set; local
218 HashSet<std::string, IsEmptyFnString> hash_set; local
327 HashSet<std::vector<int>, IsEmptyFnVectorInt, VectorIntHashEquals, VectorIntHashEquals> hash_set; local
337 HashSet<std::string, IsEmptyFnString> hash_set; local
    [all...]
  /external/protobuf/vsprojects/
config.h 7 /* the namespace of hash_map/hash_set */
18 /* the location of <hash_set> */
19 #define HASH_SET_H <hash_set>
24 /* define if the compiler has hash_set */
  /external/libcxx/include/ext/
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&)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
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&)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
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&)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_set.h 45 class hash_set class in inherits:__stlport_class
47 : public __stlport_class<hash_set<_Value, _HashFcn, _EqualKey, _Alloc> >
50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 hash_set() function in class:hash_set
85 explicit hash_set(size_type __n) function in class:hash_set
87 hash_set(size_type __n, const hasher& __hf) function in class:hash_set
90 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_set
93 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql)
95 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
101 hash_set(__move_source<_Self> src function in class:hash_set
107 hash_set(_InputIterator __f, _InputIterator __l) function in class:hash_set
111 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) function in class:hash_set
115 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
120 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
127 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
133 hash_set(const value_type* __f, const value_type* __l) function in class:hash_set
136 hash_set(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_set
139 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
143 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
149 hash_set(const_iterator __f, const_iterator __l) function in class:hash_set
152 hash_set(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_set
155 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
159 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hash_set.h 45 class hash_set class in inherits:__stlport_class
47 : public __stlport_class<hash_set<_Value, _HashFcn, _EqualKey, _Alloc> >
50 typedef hash_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self;
83 hash_set() function in class:hash_set
85 explicit hash_set(size_type __n) function in class:hash_set
87 hash_set(size_type __n, const hasher& __hf) function in class:hash_set
90 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, function in class:hash_set
93 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql)
95 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
101 hash_set(__move_source<_Self> src function in class:hash_set
107 hash_set(_InputIterator __f, _InputIterator __l) function in class:hash_set
111 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) function in class:hash_set
115 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
120 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
127 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, function in class:hash_set
133 hash_set(const value_type* __f, const value_type* __l) function in class:hash_set
136 hash_set(const value_type* __f, const value_type* __l, size_type __n) function in class:hash_set
139 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
143 hash_set(const value_type* __f, const value_type* __l, size_type __n, function in class:hash_set
149 hash_set(const_iterator __f, const_iterator __l) function in class:hash_set
152 hash_set(const_iterator __f, const_iterator __l, size_type __n) function in class:hash_set
155 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
159 hash_set(const_iterator __f, const_iterator __l, size_type __n, function in class:hash_set
    [all...]
  /external/protobuf/m4/
stl_hash.m4 55 AC_DEFINE(HAVE_HASH_SET, 1, [define if the compiler has hash_set])
59 [the location of <unordered_set> or <hash_set>])
61 [the namespace of hash_map/hash_set])
65 [the name of <hash_set>])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
hash_set 51 /** @file backward/hash_set
84 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n
    [all...]
backward_warning.h 47 <unordered_set>, unordered_set <ext/hash_set>, hash_set
48 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
hash_set 51 /** @file backward/hash_set
84 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hash_set 51 /** @file backward/hash_set
84 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n
    [all...]
backward_warning.h 47 <unordered_set>, unordered_set <ext/hash_set>, hash_set
48 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
hash_set 51 /** @file backward/hash_set
84 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hash_set 51 /** @file backward/hash_set
84 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n
    [all...]
backward_warning.h 47 <unordered_set>, unordered_set <ext/hash_set>, hash_set
48 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
hash_set 51 /** @file backward/hash_set
84 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
hash_set 51 /** @file backward/hash_set
84 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n
    [all...]
backward_warning.h 47 <unordered_set>, unordered_set <ext/hash_set>, hash_set
48 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
hash_set 51 /** @file backward/hash_set
84 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h 71 # include <ext/hash_set>
72 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
85 # include <backward/hash_set>
86 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
96 # include <hash_set>
97 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
114 # include <hash_set>
115 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
122 # include <hash_set>
123 # define GOOGLE_PROTOBUF_HASH_SET_CLASS hash_set
229 class hash_set : public std::set<Key, HashFcn> { class in namespace:google::protobuf
231 hash_set(int = 0) {} function in class:google::protobuf::hash_set
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
hash.h 56 // This system doesn't have hash_map or hash_set. Emulate them using map and
100 class hash_set : public std::set<Key, HashFcn> { class in namespace:google::protobuf
102 hash_set(int = 0) {} function in class:google::protobuf::hash_set
137 class hash_set : public HASH_NAMESPACE::hash_set<
140 hash_set(int = 0) {}
181 class hash_set : public HASH_NAMESPACE::HASH_SET_CLASS<
184 hash_set(int = 0) {}
  /external/google-breakpad/src/common/
unordered.h 31 // or C++11 is not available, you can switch to using hash_set and
39 #include <hash_set>
47 struct unordered_set : public hash_set<T, H> {};
  /external/pdfium/third_party/base/
stl_util.h 10 // Test to see if a set, map, hash_set or hash_map contains a particular key.
  /external/protobuf/
config.h.in 9 /* the namespace of hash_map/hash_set */
12 /* the name of <hash_set> */
15 /* the location of <unordered_set> or <hash_set> */
30 /* define if the compiler has hash_set */

Completed in 1194 milliseconds

1 2 3 4