Home
last modified time | relevance | path

Searched defs:ListIterator (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/math/singular/Singular-Release-4-2-1/factory/
H A Dftmpl_inst.cc39 template class ListIterator<CFFactor>; variable
43 template class ListIterator<CFAFactor>; variable
46 template class ListIterator<CanonicalForm>; variable
50 template class ListIterator<MapPair>; variable
59 template class ListIterator<Variable> ; variable
62 template class ListIterator<int>; variable
65 template class ListIterator< List<int> >; variable
68 template class ListIterator< List<CanonicalForm> >; variable
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Dlist.h160 struct ListIterator in EA_RESTORE_ALL_VC_WARNINGS() struct
162 typedef ListIterator<T, Pointer, Reference> this_type; in EA_RESTORE_ALL_VC_WARNINGS()
163 typedef ListIterator<T, T*, T&> iterator; in EA_RESTORE_ALL_VC_WARNINGS()
164 typedef ListIterator<T, const T*, const T&> const_iterator; in EA_RESTORE_ALL_VC_WARNINGS()
165 … size_type; // See config.h for the definition of eastl_size_t, which defaults to size_t. in EA_RESTORE_ALL_VC_WARNINGS()
166 typedef ptrdiff_t difference_type; in EA_RESTORE_ALL_VC_WARNINGS()
167 typedef T value_type; in EA_RESTORE_ALL_VC_WARNINGS()
168 typedef ListNode<T> node_type; in EA_RESTORE_ALL_VC_WARNINGS()
169 typedef Pointer pointer; in EA_RESTORE_ALL_VC_WARNINGS()
170 typedef Reference reference; in EA_RESTORE_ALL_VC_WARNINGS()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/bpf_dsl/
H A Dcons.h60 class ListIterator; variable
111 ListIterator() : list_() {} in ListIterator() function
112 explicit ListIterator(const List<T>& list) : list_(list) {} in ListIterator() function
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Ddump_bpf.cc60 return ">=";
111 case BPF_RET: in head()
112 base::StringAppendF(dst, "RET 0x%" PRIx32 " // ", insn.k); in head()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dcons.h60 class ListIterator; variable
111 ListIterator() : list_() {} in ListIterator() function
112 explicit ListIterator(const List<T>& list) : list_(list) {} in ListIterator() function
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dcons.h60 class ListIterator; variable
111 ListIterator() : list_() {} in ListIterator() function
112 explicit ListIterator(const List<T>& list) : list_(list) {} in ListIterator() function
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dcons.h60 class ListIterator; variable
111 ListIterator() : list_() {} in ListIterator() function
112 explicit ListIterator(const List<T>& list) : list_(list) {} in ListIterator() function
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dcons.h60 class ListIterator; variable
111 ListIterator() : list_() {} in ListIterator() function
112 explicit ListIterator(const List<T>& list) : list_(list) {} in ListIterator() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/bpf_dsl/
H A Dcons.h60 class ListIterator; variable
111 ListIterator() : list_() {} in ListIterator() function
112 explicit ListIterator(const List<T>& list) : list_(list) {} in ListIterator() function
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/linux/bpf_dsl/
H A Dcons.h59 class ListIterator; variable
113 ListIterator() : list_() {} in ListIterator() function
114 explicit ListIterator(const List<T>& list) : list_(list) {} in ListIterator() function
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/util/
H A DList.h112 class ListIterator; variable
140 friend class ListIterator; variable
152 ListIterator(ListNode* _pNode) : position(_pNode) {} in ListIterator() function
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/util/
H A DList.h112 class ListIterator; variable
140 friend class ListIterator; variable
152 ListIterator(ListNode* _pNode) : position(_pNode) {} in ListIterator() function
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dlist.h34 class ListIterator; variable
155 friend class ListIterator; variable
205 explicit ListIterator(Maybe<MaybeConstT&> start) in ListIterator() function
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DListIterator.C20 ListIterator::ListIterator() in ListIterator() function
32 ListIterator::ListIterator(List& list) in ListIterator() function
H A DList.h31 class ListIterator; variable
48 friend class ListIterator; variable
H A DLink.h32 class ListIterator; variable
43 friend class ListIterator; variable
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dlist.h40 class ListIterator; variable
209 ListIterator(const List &l) : _list(&l), _i(0) { } in ListIterator() function
210 ListIterator(const List &l, int index) : _list(&l), _i(index) { } in ListIterator() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/content_settings/core/browser/
H A Dcontent_settings_rule_unittest.cc17 class ListIterator : public RuleIterator { class
19 explicit ListIterator(std::list<Rule> rules) : rules_(std::move(rules)) {} in ListIterator() function in content_settings::__anona98bc26f0111::ListIterator
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/content_settings/core/browser/
H A Dcontent_settings_rule_unittest.cc18 class ListIterator : public RuleIterator { class
20 explicit ListIterator(std::list<Rule> rules) : rules_(std::move(rules)) {} in ListIterator() function in content_settings::__anonf77bb6d40111::ListIterator
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dclaptmpl.cc22 template class ListIterator<fglmSelem>; variable
25 template class ListIterator<fglmDelem>; variable
/dports/misc/colortail/colortail-0.3.3/
H A DList.h30 template <class T> class ListIterator; variable
293 template <class T> ListIterator<T>::ListIterator(List<T> &aList) in ListIterator() function
300 template <class T> ListIterator<T>::ListIterator(const ListIterator<T> &x) in ListIterator() function
/dports/net/yate/yate-6.4.0-1/engine/
H A DIterator.cpp24 ListIterator::ListIterator(ObjList& list, int offset) in ListIterator() function in ListIterator
30 ListIterator::ListIterator(HashList& list, int offset) in ListIterator() function in ListIterator
/dports/math/wcalc/wcalc-2.5/src/common/includes/
H A Dlist.h13 typedef struct _list_iterator *ListIterator; typedef
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dlist.h82 typedef struct ListIterator ListIterator; typedef
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dlist.h82 typedef struct ListIterator ListIterator; typedef

12345678910>>...13