HomeSort by relevance Sort by last modified time
    Searched full:unordered_map (Results 251 - 275 of 717) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
init_size_hash.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(initializer_list<value_type> il, size_type n, const hasher& hf);
18 #include <unordered_map>
32 typedef std::unordered_map<int, std::string,
67 typedef std::unordered_map<int, std::string,
init_size_hash_equal.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(initializer_list<value_type> il, size_type n,
19 #include <unordered_map>
33 typedef std::unordered_map<int, std::string,
69 typedef std::unordered_map<int, std::string,
init_size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(initializer_list<value_type> il, size_type n,
19 #include <unordered_map>
33 typedef std::unordered_map<int, std::string,
70 typedef std::unordered_map<int, std::string,
range_size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
17 // unordered_map(InputIterator first, InputIterator last, size_type n);
19 #include <unordered_map>
34 typedef std::unordered_map<int, std::string,
70 typedef std::unordered_map<int, std::string,
range_size_hash.pass.cpp 10 // <unordered_map>
14 // class unordered_map
17 // unordered_map(InputIterator first, InputIterator last, size_type n,
20 #include <unordered_map>
35 typedef std::unordered_map<int, std::string,
72 typedef std::unordered_map<int, std::string,
range_size_hash_equal.pass.cpp 10 // <unordered_map>
14 // class unordered_map
17 // unordered_map(InputIterator first, InputIterator last, size_type n,
20 #include <unordered_map>
35 typedef std::unordered_map<int, std::string,
73 typedef std::unordered_map<int, std::string,
range_size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
14 // class unordered_map
17 // unordered_map(InputIterator first, InputIterator last, size_type n,
21 #include <unordered_map>
36 typedef std::unordered_map<int, std::string,
75 typedef std::unordered_map<int, std::string,
  /external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
erase_key.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
44 typedef std::unordered_map<int, std::string> C;
101 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
158 typedef std::unordered_map<int, int> C;
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
89 typename unordered_map<Label, size_t>::const_iterator pit
123 typename unordered_map<Label, size_t>::const_iterator pit
141 unordered_map<Label, size_t> paren_map_;
142 unordered_map<pair<StackId, Label>,
replace.h 24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
64 unordered_map<Label, size_t> label2id;
74 unordered_map<Label, size_t> non_term_map;
111 typename unordered_map<Label, size_t>::const_iterator it =
137 typedef unordered_map<pair<size_t, StateId >, size_t,
154 typename unordered_map<Label, size_t>::const_iterator lit =
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
init_size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(initializer_list<value_type> il, size_type n);
18 #include <unordered_map>
32 typedef std::unordered_map<int, std::string,
66 typedef std::unordered_map<int, std::string,
init_size_hash.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(initializer_list<value_type> il, size_type n, const hasher& hf);
18 #include <unordered_map>
32 typedef std::unordered_map<int, std::string,
67 typedef std::unordered_map<int, std::string,
init_size_hash_equal.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(initializer_list<value_type> il, size_type n,
19 #include <unordered_map>
33 typedef std::unordered_map<int, std::string,
69 typedef std::unordered_map<int, std::string,
init_size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(initializer_list<value_type> il, size_type n,
19 #include <unordered_map>
33 typedef std::unordered_map<int, std::string,
70 typedef std::unordered_map<int, std::string,
range_size.pass.cpp 10 // <unordered_map>
14 // class unordered_map
17 // unordered_map(InputIterator first, InputIterator last, size_type n);
19 #include <unordered_map>
34 typedef std::unordered_map<int, std::string,
70 typedef std::unordered_map<int, std::string,
range_size_hash.pass.cpp 10 // <unordered_map>
14 // class unordered_map
17 // unordered_map(InputIterator first, InputIterator last, size_type n,
20 #include <unordered_map>
35 typedef std::unordered_map<int, std::string,
72 typedef std::unordered_map<int, std::string,
range_size_hash_equal.pass.cpp 10 // <unordered_map>
14 // class unordered_map
17 // unordered_map(InputIterator first, InputIterator last, size_type n,
20 #include <unordered_map>
35 typedef std::unordered_map<int, std::string,
73 typedef std::unordered_map<int, std::string,
range_size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
14 // class unordered_map
17 // unordered_map(InputIterator first, InputIterator last, size_type n,
21 #include <unordered_map>
36 typedef std::unordered_map<int, std::string,
75 typedef std::unordered_map<int, std::string,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
erase_key.pass.cpp 10 // <unordered_map>
14 // class unordered_map
18 #include <unordered_map>
44 typedef std::unordered_map<int, std::string> C;
101 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
158 typedef std::unordered_map<int, int> C;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
256 class unordered_map class in inherits:__unordered_map
269 unordered_map(size_type __n = 10, function in class:unordered_map
277 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
285 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
293 unordered_map&
372 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
373 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
256 class unordered_map class in inherits:__unordered_map
269 unordered_map(size_type __n = 10, function in class:unordered_map
277 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
285 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
293 unordered_map&
372 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
373 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
262 class unordered_map class in inherits:__unordered_map
275 unordered_map(size_type __n = 10, function in class:unordered_map
283 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
291 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
299 unordered_map&
378 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
379 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
256 class unordered_map class in inherits:__unordered_map
269 unordered_map(size_type __n = 10, function in class:unordered_map
277 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
285 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
293 unordered_map&
372 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
373 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 0 // unordered_map implementation -*- C++ -*-
25 /** @file bits/unordered_map.h
27 * Do not attempt to use it directly. @headername{unordered_map}
262 class unordered_map class in inherits:__unordered_map
275 unordered_map(size_type __n = 10, function in class:unordered_map
283 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
291 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
299 unordered_map&
378 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
379 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y
    [all...]
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 312 struct unordered_map { struct in namespace:PR13758
313 explicit unordered_map(int n = 42);
314 unordered_map(move_from<K> other);
318 new unordered_map<void>();
319 new unordered_map<void>;

Completed in 963 milliseconds

<<11121314151617181920>>