Home
last modified time | relevance | path

Searched +defs:set +defs:find (Results 1 – 25 of 1858) sorted by relevance

12345678910>>...75

/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DDisjointSets.h151 int find(int set) in find() function
164 int getRepresentative(int set) const in getRepresentative()
273 …ressionOption,interleavingOption>::find(disjoint_sets::CompressionOption<CompressionOptions::PathC… in find() function
289 …mpressionOption,interleavingOption>::find(disjoint_sets::CompressionOption<CompressionOptions::Pat… in find() function
302 …pressionOption,interleavingOption>::find(disjoint_sets::CompressionOption<CompressionOptions::Path… in find() function
317 …pressionOption,interleavingOption>::find(disjoint_sets::CompressionOption<CompressionOptions::Type… in find() function
333 …compressionOption,interleavingOption>::find(disjoint_sets::CompressionOption<CompressionOptions::D… in find() function
340 …ompressionOption,interleavingOption>::find(disjoint_sets::CompressionOption<CompressionOptions::Co… in find() function
376 int set = set2; in quickUnion() local
451 int set = set1; in quickUnion() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/private/
H A DSkTDict.h26 bool set(const char name[], const T& value) { in set() function
30 bool set(const char name[], size_t len, const T& value) { in set() function
49 bool find(const char name[]) const { in find() function
53 bool find(const char name[], size_t len) const { in find() function
57 bool find(const char name[], T* value) const { in find() function
61 bool find(const char name[], size_t len, T* value) const { in find() function
/dports/science/cdk/cdk-cdk-2.3/tool/hash/src/main/java/org/openscience/cdk/hash/
H A DAllEquivalentCyclicSet.java67 Set<Integer> find(long[] invariants, IAtomContainer container, int[][] graph) { in find() method in AllEquivalentCyclicSet
81 Set<Integer> set = equivalent.get(invariant); in find() local
95 Set<Integer> set = new TreeSet<Integer>(); in find() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/opt/
H A Dpr100254.C38 _Rb_tree_iterator _Rb_tree<_Key, _Val, _Compare>::find(const _Key &__k) { in find() function
42 template <typename _Key, typename _Compare = _Key> struct set { struct
43 typedef _Key key_type;
44 typedef _Rb_tree<key_type, _Key, _Compare> _Rep_type;
45 _Rep_type _M_t;
46 typedef typename _Rep_type::const_iterator iterator;
47 iterator begin() { return _M_t.begin(); } in begin()
49 void find(key_type __x) { _M_t.find(__x); } in find() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr100254.C38 _Rb_tree_iterator _Rb_tree<_Key, _Val, _Compare>::find(const _Key &__k) { in find() function
42 template <typename _Key, typename _Compare = _Key> struct set { struct
43 typedef _Key key_type;
44 typedef _Rb_tree<key_type, _Key, _Compare> _Rep_type;
45 _Rep_type _M_t;
46 typedef typename _Rep_type::const_iterator iterator;
47 iterator begin() { return _M_t.begin(); } in begin()
49 void find(key_type __x) { _M_t.find(__x); } in find() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/opt/
H A Dpr100254.C38 _Rb_tree_iterator _Rb_tree<_Key, _Val, _Compare>::find(const _Key &__k) { in find() function
42 template <typename _Key, typename _Compare = _Key> struct set { struct
43 typedef _Key key_type;
44 typedef _Rb_tree<key_type, _Key, _Compare> _Rep_type;
45 _Rep_type _M_t;
46 typedef typename _Rep_type::const_iterator iterator;
47 iterator begin() { return _M_t.begin(); } in begin()
49 void find(key_type __x) { _M_t.find(__x); } in find() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/opt/
H A Dpr100254.C38 _Rb_tree_iterator _Rb_tree<_Key, _Val, _Compare>::find(const _Key &__k) { in find() function
42 template <typename _Key, typename _Compare = _Key> struct set { struct
43 typedef _Key key_type;
44 typedef _Rb_tree<key_type, _Key, _Compare> _Rep_type;
45 _Rep_type _M_t;
46 typedef typename _Rep_type::const_iterator iterator;
47 iterator begin() { return _M_t.begin(); } in begin()
49 void find(key_type __x) { _M_t.find(__x); } in find() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/opt/
H A Dpr100254.C38 _Rb_tree_iterator _Rb_tree<_Key, _Val, _Compare>::find(const _Key &__k) { in find() function
42 template <typename _Key, typename _Compare = _Key> struct set { struct
43 typedef _Key key_type;
44 typedef _Rb_tree<key_type, _Key, _Compare> _Rep_type;
45 _Rep_type _M_t;
46 typedef typename _Rep_type::const_iterator iterator;
47 iterator begin() { return _M_t.begin(); } in begin()
49 void find(key_type __x) { _M_t.find(__x); } in find() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/opt/
H A Dpr100254.C38 _Rb_tree_iterator _Rb_tree<_Key, _Val, _Compare>::find(const _Key &__k) { in find() function
42 template <typename _Key, typename _Compare = _Key> struct set { struct
43 typedef _Key key_type;
44 typedef _Rb_tree<key_type, _Key, _Compare> _Rep_type;
45 _Rep_type _M_t;
46 typedef typename _Rep_type::const_iterator iterator;
47 iterator begin() { return _M_t.begin(); } in begin()
49 void find(key_type __x) { _M_t.find(__x); } in find() function
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/opt/
H A Dpr100254.C37 _Rb_tree_iterator _Rb_tree<_Key, _Val, _Compare>::find(const _Key &__k) { in find() function
41 template <typename _Key, typename _Compare = _Key> struct set { struct
42 typedef _Key key_type;
43 typedef _Rb_tree<key_type, _Key, _Compare> _Rep_type;
44 _Rep_type _M_t;
45 typedef typename _Rep_type::const_iterator iterator;
46 iterator begin() { return _M_t.begin(); } in begin()
48 void find(key_type __x) { _M_t.find(__x); } in find() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/opt/
H A Dpr100254.C38 _Rb_tree_iterator _Rb_tree<_Key, _Val, _Compare>::find(const _Key &__k) { in find() function
42 template <typename _Key, typename _Compare = _Key> struct set { struct
43 typedef _Key key_type;
44 typedef _Rb_tree<key_type, _Key, _Compare> _Rep_type;
45 _Rep_type _M_t;
46 typedef typename _Rep_type::const_iterator iterator;
47 iterator begin() { return _M_t.begin(); } in begin()
49 void find(key_type __x) { _M_t.find(__x); } in find() function
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DHashSet.h58 HashSet(const HashSet& set): in HashSet()
77 void swap(HashSet& set) in swap()
107 ConstIterator find(const ValueType& value) const in find() function
113 Iterator find(const ValueType& value) in find() function
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dgame.h37 virtual const_iterator find(const KeyPress &key) const in find() function
52 virtual iterator find(const KeyPress &key) in find() function
73 void set(const KeyPress &key) in set() function
/dports/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_storage_none.lua16 function driver:set(user, data) function
32 function driver:find() function
H A Dmod_storage_internal.lua35 function keyval:set(user, data) function
82 function archive:find(username, query) function
H A Dmod_storage_memory.lua37 function keyval_store:set(username, data) function
80 function archive_store:find(username, query) function
/dports/devel/p5-Config-Objective/Config-Objective-0.9.1/lib/Config/Objective/
H A DHash.pm53 sub set subroutine
155 sub find subroutine
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_storage_gdbm/
H A Dmod_storage_gdbm.lua40 function keyval:set(user, value) function
101 function archive:find(username, query) function
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_storage_memory/
H A Dmod_storage_memory.lua31 function keyval_store:set(username, data) function
88 function archive_store:find(username, query) function
/dports/devel/love07/love-HEAD/src/common/
H A DEnumMap.h36 bool set; member
73 bool find(T t, U & u) in find() function
84 bool find(U u, T & t) in find() function
/dports/devel/love/love-11.3/src/common/
H A DEnumMap.h62 bool find(T t, U &u) in find() function
73 bool find(U u, T &t) in find() function
89 bool set; member
/dports/devel/love08/love-0.8.0/src/common/
H A DEnumMap.h36 bool set; member
73 bool find(T t, U & u) in find() function
84 bool find(U u, T & t) in find() function
/dports/devel/love10/love-0.10.2/src/common/
H A DEnumMap.h62 bool find(T t, U &u) in find() function
73 bool find(U u, T &t) in find() function
89 bool set; member
/dports/mail/rspamd/rspamd-3.1/contrib/frozen/include/frozen/
H A Dset.h61 constexpr set(container_type keys, Compare const & comp) in set() function
66 explicit constexpr set(container_type keys) in set() function
69 constexpr set(std::initializer_list<Key> keys, Compare const & comp) in set() function
74 constexpr set(std::initializer_list<Key> keys) in set() function
87 constexpr const_iterator find(Key const &key) const { in find() function
167 constexpr set(bits::carray<Key, 0>, Compare const &) {} in set() function
168 explicit constexpr set(bits::carray<Key, 0>) {} in set() function
170 constexpr set(std::initializer_list<Key>, Compare const &comp) in set() function
172 constexpr set(std::initializer_list<Key> keys) : set{keys, Compare{}} {} in set() function
182 constexpr const_iterator find(Key const &) const { return end(); } in find() function
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/frozen/include/frozen/
H A Dset.h61 constexpr set(container_type keys, Compare const & comp) in set() function
66 explicit constexpr set(container_type keys) in set() function
69 constexpr set(std::initializer_list<Key> keys, Compare const & comp) in set() function
74 constexpr set(std::initializer_list<Key> keys) in set() function
87 constexpr const_iterator find(Key const &key) const { in find() function
167 constexpr set(bits::carray<Key, 0>, Compare const &) {} in set() function
168 explicit constexpr set(bits::carray<Key, 0>) {} in set() function
170 constexpr set(std::initializer_list<Key>, Compare const &comp) in set() function
172 constexpr set(std::initializer_list<Key> keys) : set{keys, Compare{}} {} in set() function
182 constexpr const_iterator find(Key const &) const { return end(); } in find() function

12345678910>>...75