HomeSort by relevance Sort by last modified time
    Searched refs:unordered_map (Results 126 - 150 of 289) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
stdc++.h 114 #include <unordered_map>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
stdc++.h 116 #include <unordered_map>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
stdc++.h 116 #include <unordered_map>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
stdc++.h 116 #include <unordered_map>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
stdc++.h 116 #include <unordered_map>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
stdc++.h 115 #include <unordered_map>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
stdc++.h 115 #include <unordered_map>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
stdc++.h 115 #include <unordered_map>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
stdc++.h 115 #include <unordered_map>
  /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>,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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}
37 /// Base types for unordered_map.
97 class unordered_map : __check_copy_constructible<_Alloc> class in inherits:__check_copy_constructible
138 unordered_map(size_type __n = 10, function in class:unordered_map
146 * @brief Builds an %unordered_map from a range.
154 * Create an %unordered_map consisting of copies of the elements from
159 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
168 unordered_map(const unordered_map&) = default
184 unordered_map(initializer_list<value_type> __l, function in class:unordered_map
    [all...]
  /external/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_unordered_map.h 37 class unordered_map class in inherits:__stlport_class
39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> >
43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self;
83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_map
89 unordered_map(__move_source<_Self> src) function in class:unordered_map
95 unordered_map(_InputIterator __f, _InputIterator __l, function in class:unordered_map
102 unordered_map(const value_type* __f, const value_type* __l, function in class:unordered_map
109 unordered_map(const_iterator __f, const_iterator __l, function in class:unordered_map
190 #if defined (__DMC__) // disable operator==(pair<x,unordered_map>, pair<x,unordered_map>)
    [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>;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
move.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(unordered_map&& u);
18 #include <unordered_map>
32 typedef std::unordered_map<int, std::string,
68 typedef std::unordered_map<int, std::string,
110 typedef std::unordered_map<int, std::string,
146 typedef std::unordered_map<int, std::string,
copy_alloc.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // unordered_map(const unordered_map& u, const allocator_type& a);
18 #include <unordered_map>
31 typedef std::unordered_map<int, std::string,
71 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,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
insert_rvalue.pass.cpp 10 // <unordered_map>
14 // class unordered_map
20 #include <unordered_map>
29 typedef std::unordered_map<double, int> C;
59 typedef std::unordered_map<MoveOnly, MoveOnly> C;
90 typedef std::unordered_map<double, int, std::hash<double>, std::equal_to<double>,
121 typedef std::unordered_map<MoveOnly, MoveOnly, std::hash<MoveOnly>, std::equal_to<MoveOnly>,
  /external/ceres-solver/internal/ceres/
collections_port.h 41 # include <unordered_map>
44 # include <tr1/unordered_map>
75 struct HashMap : std::tr1::unordered_map<K, V> {};
  /external/openfst/src/include/fst/
label-reachable.h 26 #include <tr1/unordered_map>
27 using std::tr1::unordered_map;
60 unordered_map<L, L> *Label2Index() {
107 unordered_map<L, L> label2index_; // Finds index for a label.
203 unordered_map<Label, Label> &label2index = *data_->Label2Index();
242 unordered_map<Label, Label> &label2index = *data_->Label2Index();
244 for (typename unordered_map<Label, Label>::const_iterator
252 typename unordered_map<Label, Label>::const_iterator
395 const unordered_map<Label, Label>& Label2Index() const {
479 unordered_map<Label, Label> &label2index = *data_->Label2Index()
    [all...]

Completed in 5377 milliseconds

1 2 3 4 56 7 8 91011>>