Home
last modified time | relevance | path

Searched refs:GetIter (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DNodeStore.cs44 internal TreeIter GetIter (ITreeNode node) in GetIter() method in Gtk.NodeStore
46 return implementor.GetIter (node); in GetIter()
225 public TreeIter GetIter (ITreeNode node) in GetIter() method in Gtk.NodeStore.NodeStoreImplementor
228 GetIter (node, ref result); in GetIter()
256 iter = GetIter (node); in GetIter()
301 GetIter (node, ref iter); in IterNext()
318 GetIter (node, ref iter); in IterPrevious()
335 first_child = GetIter (node [0]); in IterChildren()
360 child = GetIter (Nodes [n] as ITreeNode); in IterNthChild()
365 child = GetIter (parent_node [n]); in IterNthChild()
[all …]
H A DNodeSelection.cs46 return selection.IterIsSelected (NodeView.NodeStore.GetIter (node)); in NodeIsSelected()
61 selection.SelectIter (NodeView.NodeStore.GetIter (node)); in SelectNode()
84 selection.UnselectIter (NodeView.NodeStore.GetIter (node)); in UnselectNode()
/dports/devel/upp/upp/bazaar/IterTest/
H A Dmain.cpp27 One<Iter<int> > ii = IterCreator::GetIter(vi); in IterTest()
38 One<ConstIter<int> > ii3 = IterCreator::GetIter((const Vector<int>&)vi); in IterTest()
50 ITER(int) _ii = IterCreator::GetIter(vi); in IterTest()
51 ITERC(int) _cii = IterCreator::GetIter((const Vector<int>&)vi); in IterTest()
101 One<Iter<int> > ia = IterCreator::GetIter<int>(a); in IterTest()
112 One<Iter<int> > iv = IterCreator::GetIter<int>(v); in IterTest()
135 iii = IterCreator::GetIter(vi); in IterTest()
139 iii = IterCreator::GetIter(ai); in IterTest()
/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/
H A Diter_test.go13 g, gerr := collect(GetIter(nil, tq.query))
21 g, gerr := collect(GetIter(nil, tq.query))
30 g, gerr := collect(GetIter(nil, tq.query))
39 g, gerr := collect(GetIter(nil, tq.query))
51 g, gerr := collect(GetIter(nil, tq.query))
63 g, gerr := collect(GetIter(nil, tq.query))
75 g, gerr := collect(GetIter(nil, tq.query))
87 g, gerr := collect(GetIter(nil, tq.query))
96 g, gerr := collect(GetIter(&ListParams{EndingBefore: String("x")}, tq.query))
108 g, gerr := collect(GetIter(&ListParams{EndingBefore: String("x")}, tq.query))
[all …]
/dports/devel/upp/upp/bazaar/Iter/
H A DIter.h86 …template<class T> inline static Iter<T>* GetIter(Cont& cont) { return new IterCont<T,Cont >(cont);…
87 …template<class T> inline static Iter<T>* GetIter(Cont& cont, int ii) { return new IterCont<T,Cont …
88 …template<class T> inline static ConstIter<T>* GetIter(const Cont& cont) { return new ConstIterCont…
135 …template<class T> inline static Iter<T>* GetIter(Cont& cont) { return new IterPtr<T,Cont >(cont); …
136 …template<class T> inline static ConstIter<T>* GetIter(const Cont& cont) { return new ConstIterPtr<…
283 …template<class T> inline static Iter<T>* GetIter(Any& cont) { ASSERT(cont.Is<T>()); return new Ite… in ITER_CONT()
286 …template<class T> inline static Iter<T>* GetIter(Value& cont) { ASSERT(cont.Is<T>()); return new I… in GetIter() function
289 template<class T> inline static Iter<T>* GetIter(Link<T>& cont) { return new IterLink<T>(cont); } \ in GetIter() function
290 …template<class T> inline static ConstIter<T>* GetIter(const Link<T>& cont) { return new ConstIterL… in GetIter() function
314 for(One<Iter<type> > __it = IterCreator::GetIter<type>(cont); __b = 1, __it->Next(); ) \
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DNodeSelection.cs46 return selection.IterIsSelected (NodeView.NodeStore.GetIter (node)); in NodeIsSelected()
61 selection.SelectIter (NodeView.NodeStore.GetIter (node)); in SelectNode()
84 selection.UnselectIter (NodeView.NodeStore.GetIter (node)); in UnselectNode()
/dports/devel/upp/upp/uppsrc/Core/
H A DFixedMap.h75 KeyConstIterator KeyGetIter(int pos) const { return key.GetIter(pos); } in KeyGetIter()
77 Iterator GetIter(int pos) { return value.GetIter(pos); } in GetIter() function
78 ConstIterator GetIter(int pos) const { return value.GetIter(pos); } in GetIter() function
H A DInVector.h173 ConstIterator GetIter(int pos) const { ConstIterator it; SetIter(it, pos); return it; } in GetIter() function
174 Iterator GetIter(int pos) { Iterator it; SetIter(it, pos); return it; } in GetIter() function
403 ConstIterator GetIter(int pos) const { ConstIterator it; SetIter(it, pos); return it; } in GetIter() function
404 Iterator GetIter(int pos) { Iterator it; SetIter(it, pos); return it; } in GetIter() function
541 ConstIterator GetIter(int pos) const { return iv.GetIter(pos); } in GetIter() function
616 KeyConstIterator KeyGetIter(int pos) const { return key.GetIter(pos); } in KeyGetIter()
693 Iterator GetIter(int pos) { return B::value.data.GetIter(pos); } in GetIter() function
694 ConstIterator GetIter(int pos) const { return B::value.data.GetIter(pos); } in GetIter() function
778 Iterator GetIter(int pos) { return B::value.data.GetIter(pos); } in GetIter() function
779 ConstIterator GetIter(int pos) const { return B::value.data.GetIter(pos); } in GetIter() function
H A DBiCont.h85 ConstIterator GetIter(int pos) const { return ConstIterator(*this, pos); } in GetIter() function
86 Iterator GetIter(int pos) { return Iterator(*this, pos); } in GetIter() function
164 ConstIterator GetIter(int pos) const { return ConstIterator(*this, pos); } in GetIter() function
165 Iterator GetIter(int pos) { return Iterator(*this, pos); } in GetIter() function
/dports/net/storj/storj-1.45.3/satellite/payments/stripecoinpayments/
H A Dstripemock.go342 return &paymentmethod.Iter{Iter: stripe.GetIter(nil, query)}
416 return &invoice.Iter{Iter: stripe.GetIter(listParams, mockEmptyQuery)}
431 return &invoiceitem.Iter{Iter: stripe.GetIter(listParams, mockEmptyQuery)}
482 return &customerbalancetransaction.Iter{Iter: stripe.GetIter(listParams, query)}
489 return &charge.Iter{Iter: stripe.GetIter(listParams, mockEmptyQuery)}
517 return &promotioncode.Iter{Iter: stripe.GetIter(params, query)}
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtka/
H A Dtree_store.go33 func (v *treeStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error) { func
34 return wrapTreeIter(v.internal.GetIter(unwrapTreePath(v1)))
H A Dlist_store.go53 func (v *listStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error) { func
54 return wrapTreeIter(v.internal.GetIter(unwrapTreePath(v1)))
/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/Views/
H A DChatTreeView.cs492 if (!TreeStore.GetIter(out iter, path)) { in GetRowNumber()
500 for (var i = 0; TreeStore.GetIter(out walkerIter, walker); i++) { in GetRowNumber()
510 if (!TreeStore.GetIter(out walkerIter, walker)) { in GetRowNumber()
530 TreeStore.GetIter(out iter, path); in GetPath()
536 TreeStore.GetIter(out iter, path); in GetPath()
/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/creditnote/
H A Dclient.go62 …return &Iter{stripe.GetIter(listParams, func(p *stripe.Params, b *form.Values) ([]interface{}, str…
83 …return &LineItemIter{stripe.GetIter(listParams, func(p *stripe.Params, b *form.Values) ([]interfac…
103 …return &LineItemIter{stripe.GetIter(listParams, func(p *stripe.Params, b *form.Values) ([]interfac…
/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/checkout/session/
H A Dclient.go50 …return &Iter{stripe.GetIter(listParams, func(p *stripe.Params, b *form.Values) ([]interface{}, str…
71 …return &lineitem.Iter{Iter: stripe.GetIter(listParams, func(p *stripe.Params, b *form.Values) ([]i…
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/eigenvalue/
H A Darpackpp.hh338 nIterations_ = dprob.GetIter(); in computeSymMaxMagnitude()
440 nIterations_ = dprob.GetIter(); in computeSymMinMagnitude()
545 nIterations_ = dprob.GetIter(); in computeSymCond2()
659 nIterations_ = dprob.GetIter(); in computeNonSymMax()
771 nIterations_ = dprob.GetIter(); in computeNonSymMin()
880 nIterations_ = dprob.GetIter(); in computeNonSymCond2()
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-debug-22.cs14 public IEnumerable<int> GetIter () in GetIter() method in C
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo/
H A DDemoEditableCells.cs128 store.GetIter (out iter, path); in NumberCellEdited()
147 store.GetIter (out iter, path); in TextCellEdited()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo/
H A DDemoEditableCells.cs128 store.GetIter (out iter, path); in NumberCellEdited()
147 store.GetIter (out iter, path); in TextCellEdited()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtki/
H A Dtree_model.go6 GetIter(TreePath) (TreeIter, error) methodSpec
/dports/devel/upp/upp/uppsrc/Core/src.tpp/
H A DSortedAMap_en-us.tpp168 [s5;:SortedAMap`:`:GetIter`(int`):%- [_^SortedAMap`:`:Iterator^ Iterator]_[* GetIter]([@(0.0.255) i
174 [s5;:SortedAMap`:`:GetIter`(int`)const:%- [_^SortedAMap`:`:ConstIterator^ ConstIterator
175 ]_[* GetIter]([@(0.0.255) int]_[*@3 pos])_[@(0.0.255) const]&]
/dports/math/arpack++/arpackpp-2.3.0/examples/matrices/sym/
H A Dlsymsol.h74 std::cout << "Number of iterations taken : " << Prob.GetIter() << std::endl; in Solution()
154 std::cout << "Number of iterations taken : " << Prob.GetIter() << std::endl; in Solution()
/dports/math/arpack++/arpackpp-2.3.0/examples/matrices/complex/
H A Dlcompsol.h70 std::cout << "Number of iterations taken : " << Prob.GetIter() << std::endl; in Solution()
146 std::cout << "Number of iterations taken : " << Prob.GetIter() << std::endl; in Solution()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtk_mock/
H A Dlist_store.go32 func (*MockListStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error) { func
H A Dtree_store.go13 func (v *MockTreeStore) GetIter(v1 gtki.TreePath) (gtki.TreeIter, error) { func

123456789