Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_unordered_set.h37 class unordered_set in _STLP_CREATE_HASH_ITERATOR_TRAITS()
39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > in _STLP_CREATE_HASH_ITERATOR_TRAITS()
42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; in _STLP_CREATE_HASH_ITERATOR_TRAITS()
77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS()
83 unordered_set(__move_source<_Self> src) in _STLP_CREATE_HASH_ITERATOR_TRAITS()
89 unordered_set(_InputIterator __f, _InputIterator __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS()
96 unordered_set(const value_type* __f, const value_type* __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS()
103 unordered_set(const_iterator __f, const_iterator __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS()
328 #define _STLP_TEMPLATE_CONTAINER unordered_set<_Value,_HashFcn,_EqualKey,_Alloc>
347 struct __move_traits<_STLP_TR1 unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > :
[all …]
/external/openfst/src/include/fst/
Dtest-properties.h25 using std::tr1::unordered_set;
119 unordered_set<Label> *ilabels = 0; in ComputeProperties()
120 unordered_set<Label> *olabels = 0; in ComputeProperties()
131 ilabels = new unordered_set<Label>; in ComputeProperties()
133 olabels = new unordered_set<Label>; in ComputeProperties()
Dsymbol-table-ops.h24 using std::tr1::unordered_set;
40 unordered_set<typename Arc::Label> seen; in PruneSymbolTable()
Drmfinalepsilon.h25 using std::tr1::unordered_set;
51 unordered_set<StateId> finals; in RmFinalEpsilon()
Dutil.h28 using std::tr1::unordered_set;
161 READ_STL_ASSOC_TYPE(unordered_set);
238 WRITE_STL_ASSOC_TYPE(unordered_set);
Dbi-table.h153 typedef unordered_set<I, HashFunc, HashEqual> KeyHashSet;
314 typedef unordered_set<I, HashFunc, HashEqual> KeyHashSet;
Dsynchronize.h29 using std::tr1::unordered_set;
322 typedef unordered_set<const String*, StringKey, StringEqual> StringSet;
Dreplace-util.h32 using std::tr1::unordered_set;
426 unordered_set<Label> label_set; in ReplaceLabels()
/external/regex-re2/util/
Dutil.h46 using std::tr1::unordered_set;
51 using std::tr1::unordered_set;
56 using std::unordered_set;
/external/openfst/src/include/fst/extensions/pdt/
Dinfo.h28 using std::tr1::unordered_set;
90 unordered_set<Label> paren_set; in PdtInfo()
91 unordered_set<StateId> open_paren_state_set; in PdtInfo()
92 unordered_set<StateId> close_paren_state_set; in PdtInfo()
Dparen.h30 using std::tr1::unordered_set;
346 typedef unordered_set<ParenState<A>, typename ParenState<A>::Hash> OpenParenSet;
457 unordered_set<StateId> close_sources; in Reverse()
482 for (typename unordered_set<StateId>::const_iterator it in Reverse()
Dreplace.h67 unordered_set<Label> non_term_set; // Set of non-terminals to replace in Replace()
Dshortest-path.h32 using std::tr1::unordered_set;
/external/protobuf/android/
Dconfig.h14 #define HASH_SET_CLASS unordered_set
17 #define HASH_SET_H <tr1/unordered_set>
/external/regex-re2/
DREADME.android24 < #include <unordered_set>
25 < using std::tr1::unordered_set;
/external/valgrind/tsan/
Dts_util.h126 #define unordered_set __gnu_cxx::hash_set macro
131 using STD::tr1::unordered_set;
151 using STD::tr1::unordered_set;
174 #define unordered_set stdext::hash_set macro
Dts_pin.cc110 static unordered_set<uintptr_t> *g_windows_thread_pool_calback_set;
236 static unordered_set<pthread_t> *g_win_handles_which_are_threads;
330 static unordered_set<uintptr_t> *pc_set; in DumpEventPlainText()
332 pc_set = new unordered_set<uintptr_t>; in DumpEventPlainText()
1191 g_win_handles_which_are_threads = new unordered_set<pthread_t>; in WRAP_NAME()
3623 g_windows_thread_pool_calback_set = new unordered_set<uintptr_t>; in main()
/external/stlport/test/unit/
Dunordered_test.cpp69 typedef unordered_set<int, hash<int>, equal_to<int> > usettype; in uset()
297 unordered_set<int> int_uset; in hash_policy()
324 unordered_set<int> int_uset; in buckets()
572 typedef unordered_set<Key, KeyHash, KeyEqual> Container; in template_methods()
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container; in template_methods()
665 unordered_set<IncompleteClass> usinstances;
666 typedef unordered_set<IncompleteClass>::iterator usit;
Dmvctor_declaration_test.cpp356 CPPUNIT_ASSERT( is_movable(unordered_set<char>()) ); in movable_declaration_hash()
/external/stlport/etc/
Dautoexp.dat530 ; stlport::unordered_map, stlport::unordered_multimap, stlport::unordered_set, stlport::unordered_m…
532 …*>|stlp_std::tr1::unordered_set<*>|stlpx_std::tr1::unordered_set<*>|stlpmtx_std::tr1::unordered_se…
551 …stlpd_std::tr1::unordered_set<*>|stlpdx_std::tr1::unordered_set<*>|stlpdmtx_std::tr1::unordered_se…
DReleaseNote.txt125 * unordered_set, unordered_multiset, unordered_map, unordered_multimap hash
DChangeLog-5.15594 * stlport/unordered_set, unordered_map: Introduction of the almost Standard hash containers.
/external/regex-re2/re2/
Ddfa.cc148 typedef unordered_set<State*, StateHash, StateEqual> StateSet;
/external/stlport/doc/
DFAQ547 tr1::unordered_set and tr1::unordered_multiset key is confuse with data. It