/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
unordered_set | 1 // TR1 unordered_set -*- C++ -*- 25 /** @file tr1_impl/unordered_set 181 class unordered_set 194 unordered_set(size_type __n = 10, 202 unordered_set(_InputIterator __f, _InputIterator __l, 211 unordered_set(unordered_set&& __x) 214 unordered_set(initializer_list<value_type> __l, 222 unordered_set& 223 operator=(unordered_set&& __x [all...] |
/external/regex-re2/util/ |
util.h | 45 #include <unordered_set> 46 using std::tr1::unordered_set; 50 #include <tr1/unordered_set> 51 using std::tr1::unordered_set; 55 #include <unordered_set> 56 using std::unordered_set;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
backward_warning.h | 43 <unordered_set>, unordered_set <ext/hash_set>, hash_set 44 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
unordered_set | 1 // TR1 unordered_set -*- C++ -*- 25 /** @file tr1/unordered_set 42 #include <tr1/unordered_set.h>
|
unordered_set.h | 1 // TR1 unordered_set implementation -*- C++ -*- 25 /** @file tr1/unordered_set.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_set} 173 class unordered_set class in namespace:tr1 186 unordered_set(size_type __n = 10, function in class:tr1::unordered_set 194 unordered_set(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_set 255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
unordered_set | 1 // TR1 unordered_set -*- C++ -*- 25 /** @file tr1/unordered_set 42 #include <tr1/unordered_set.h>
|
unordered_set.h | 1 // TR1 unordered_set implementation -*- C++ -*- 25 /** @file tr1/unordered_set.h 27 * Do not attempt to use it directly. @headername{tr1/unordered_set} 173 class unordered_set class in namespace:tr1 186 unordered_set(size_type __n = 10, function in class:tr1::unordered_set 194 unordered_set(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_set 255 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 43 <unordered_set>, unordered_set <ext/hash_set>, hash_set 44 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 43 <unordered_set>, unordered_set <ext/hash_set>, hash_set 44 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 43 <unordered_set>, unordered_set <ext/hash_set>, hash_set 44 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 43 <unordered_set>, unordered_set <ext/hash_set>, hash_set 44 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
/external/regex-re2/ |
README.android | 24 < #include <unordered_set> 25 < using std::tr1::unordered_set;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/ |
backward_warning.h | 48 <unordered_set>, unordered_set <ext/hash_set>, hash_set 49 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/ |
backward_warning.h | 48 <unordered_set>, unordered_set <ext/hash_set>, hash_set 49 <unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
|
/external/stlport/stlport/stl/ |
_unordered_set.h | 37 class unordered_set class in inherits:__stlport_class 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set 83 unordered_set(__move_source<_Self> src) function in class:unordered_set 89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set 103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> 341 // Specialization of insert_iterator so that it will work for unordered_set [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_unordered_set.h | 37 class unordered_set class in inherits:__stlport_class 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set 83 unordered_set(__move_source<_Self> src) function in class:unordered_set 89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set 103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> 341 // Specialization of insert_iterator so that it will work for unordered_set [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
unordered_set.h | 0 // unordered_set implementation -*- C++ -*- 25 /** @file bits/unordered_set.h 27 * Do not attempt to use it directly. @headername{unordered_set} 249 class unordered_set class in inherits:__unordered_set 262 unordered_set(size_type __n = 10, function in class:unordered_set 270 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 278 unordered_set(initializer_list<value_type> __l, function in class:unordered_set 286 unordered_set& 363 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 364 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
unordered_set.h | 0 // unordered_set implementation -*- C++ -*- 25 /** @file bits/unordered_set.h 27 * Do not attempt to use it directly. @headername{unordered_set} 249 class unordered_set class in inherits:__unordered_set 262 unordered_set(size_type __n = 10, function in class:unordered_set 270 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 278 unordered_set(initializer_list<value_type> __l, function in class:unordered_set 286 unordered_set& 363 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 364 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_unordered_set.h | 37 class unordered_set class in inherits:__stlport_class 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set 83 unordered_set(__move_source<_Self> src) function in class:unordered_set 89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set 103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> 341 // Specialization of insert_iterator so that it will work for unordered_set [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_unordered_set.h | 37 class unordered_set class in inherits:__stlport_class 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set 83 unordered_set(__move_source<_Self> src) function in class:unordered_set 89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set 103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> 341 // Specialization of insert_iterator so that it will work for unordered_set [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_unordered_set.h | 37 class unordered_set class in inherits:__stlport_class 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set 83 unordered_set(__move_source<_Self> src) function in class:unordered_set 89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set 103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> 341 // Specialization of insert_iterator so that it will work for unordered_set [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_unordered_set.h | 37 class unordered_set class in inherits:__stlport_class 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), function in class:unordered_set 83 unordered_set(__move_source<_Self> src) function in class:unordered_set 89 unordered_set(_InputIterator __f, _InputIterator __l, function in class:unordered_set 96 unordered_set(const value_type* __f, const value_type* __l, function in class:unordered_set 103 unordered_set(const_iterator __f, const_iterator __l, function in class:unordered_set 328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc> 341 // Specialization of insert_iterator so that it will work for unordered_set [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
info.h | 27 #include <tr1/unordered_set> 28 using std::tr1::unordered_set; 90 unordered_set<Label> paren_set; 91 unordered_set<StateId> open_paren_state_set; 92 unordered_set<StateId> close_paren_state_set;
|
/external/openfst/src/include/fst/ |
rmfinalepsilon.h | 24 #include <unordered_set> 25 using std::tr1::unordered_set; 51 unordered_set<StateId> finals;
|
symbol-table-ops.h | 23 #include <unordered_set> 24 using std::tr1::unordered_set; 40 unordered_set<typename Arc::Label> seen;
|