Home
last modified time | relevance | path

Searched refs:c_iter (Results 26 – 50 of 399) sorted by relevance

12345678910>>...16

/dports/www/mod_php80/php-8.0.15/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt71 c_iter::rewind
73 c_iter::current
74 c_iter::key
77 c_iter::rewind
81 c_iter::next
84 c_iter::key
87 c_iter::rewind
91 c_iter::next
94 c_iter::key
97 c_iter::rewind
[all …]
/dports/lang/php73/php-7.3.33/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt72 c_iter::rewind
74 c_iter::current
75 c_iter::key
78 c_iter::rewind
82 c_iter::next
85 c_iter::key
88 c_iter::rewind
92 c_iter::next
95 c_iter::key
98 c_iter::rewind
[all …]
/dports/lang/php74/php-7.4.27/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt72 c_iter::rewind
74 c_iter::current
75 c_iter::key
78 c_iter::rewind
82 c_iter::next
85 c_iter::key
88 c_iter::rewind
92 c_iter::next
95 c_iter::key
98 c_iter::rewind
[all …]
/dports/lang/php80/php-8.0.15/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt71 c_iter::rewind
73 c_iter::current
74 c_iter::key
77 c_iter::rewind
81 c_iter::next
84 c_iter::key
87 c_iter::rewind
91 c_iter::next
94 c_iter::key
97 c_iter::rewind
[all …]
/dports/www/mod_php81/php-8.1.1/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt71 c_iter::rewind
73 c_iter::current
74 c_iter::key
77 c_iter::rewind
81 c_iter::next
84 c_iter::key
87 c_iter::rewind
91 c_iter::next
94 c_iter::key
97 c_iter::rewind
[all …]
/dports/www/mod_php74/php-7.4.27/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt72 c_iter::rewind
74 c_iter::current
75 c_iter::key
78 c_iter::rewind
82 c_iter::next
85 c_iter::key
88 c_iter::rewind
92 c_iter::next
95 c_iter::key
98 c_iter::rewind
[all …]
/dports/www/mod_php73/php-7.3.33/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt72 c_iter::rewind
74 c_iter::current
75 c_iter::key
78 c_iter::rewind
82 c_iter::next
85 c_iter::key
88 c_iter::rewind
92 c_iter::next
95 c_iter::key
98 c_iter::rewind
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_enum.h44 std::vector<t_enum_value*>::const_iterator c_iter; in get_constant_by_name() local
45 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_name()
46 if ((*c_iter)->get_name() == name) { in get_constant_by_name()
47 return *c_iter; in get_constant_by_name()
56 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_constant_by_value()
57 if ((*c_iter)->get_value() == value) { in get_constant_by_value()
58 return *c_iter; in get_constant_by_value()
74 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_min_value()
76 min_value = (*c_iter); in get_min_value()
94 for (c_iter = enum_values.begin(); c_iter != enum_values.end(); ++c_iter) { in get_max_value()
[all …]
/dports/math/igraph/igraph-0.9.5/src/community/spinglass/
H A DNetRoutines.cpp145 c_cur = c_iter.First(global_cluster_list); in reduce_cliques()
147 while (!(c_iter.End())) { in reduce_cliques()
152 c_cur = c_iter.Next(); in reduce_cliques()
158 c_cur = c_iter.First(global_cluster_list); in reduce_cliques()
159 while (!(c_iter.End())) { in reduce_cliques()
163 c_cur = c_iter.Next(); in reduce_cliques()
194 DLList_Iter<ClusterList<NNode*>*> c_iter; in reduce_cliques2() local
199 while (!(c_iter.End())) { in reduce_cliques2()
204 c_cur = c_iter.Next(); in reduce_cliques2()
209 while (!(c_iter.End())) { in reduce_cliques2()
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A DNetRoutines.cpp159 c_cur = c_iter.First(global_cluster_list); in reduce_cliques()
161 while (!(c_iter.End())) { in reduce_cliques()
166 c_cur = c_iter.Next(); in reduce_cliques()
172 c_cur = c_iter.First(global_cluster_list); in reduce_cliques()
173 while (!(c_iter.End())) { in reduce_cliques()
177 c_cur = c_iter.Next(); in reduce_cliques()
208 DLList_Iter<ClusterList<NNode*>*> c_iter; in reduce_cliques2() local
213 while (!(c_iter.End())) { in reduce_cliques2()
218 c_cur = c_iter.Next(); in reduce_cliques2()
223 while (!(c_iter.End())) { in reduce_cliques2()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Statistics/
H A DMembershipSampleGenerator.cxx194 MembershipSampleType::ClassSampleType::Iterator c_iter = in main() local
196 while ( c_iter != classSample->End() ) in main()
198 std::cout << "instance identifier = " << c_iter.GetInstanceIdentifier() in main()
200 << c_iter.GetMeasurementVector() in main()
202 << c_iter.GetFrequency() << std::endl; in main()
203 ++c_iter; in main()
H A DMembershipSample.cxx185 MembershipSampleType::ClassSampleType::ConstIterator c_iter = in main() local
188 while ( c_iter != classSample->End() ) in main()
190 std::cout << "instance identifier = " << c_iter.GetInstanceIdentifier() in main()
192 << c_iter.GetMeasurementVector() in main()
194 << c_iter.GetFrequency() << std::endl; in main()
195 ++c_iter; in main()
H A DSelectiveSubsampleGenerator.cxx195 MembershipSampleType::ClassSampleType::Iterator c_iter = in main() local
197 while ( c_iter != classSample->End() ) in main()
199 std::cout << "instance identifier = " << c_iter.GetInstanceIdentifier() in main()
201 << c_iter.GetMeasurementVector() in main()
203 << c_iter.GetFrequency() << std::endl; in main()
204 ++c_iter; in main()
/dports/security/libotr/libotr-4.1.1/src/
H A Dcontext.c482 ConnContext *c_iter;
484 for (c_iter = context; c_iter &&
485 c_iter->m_context == context->m_context;
486 c_iter = c_iter->next) {
490 c_iter = context->next;
491 while (c_iter && c_iter->m_context == context->m_context) {
492 if (!otrl_context_forget(c_iter)) {
493 c_iter = context->next;
538 ConnContext *c_iter;
540 for (c_iter = us->context_root; c_iter; c_iter = c_iter->next) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/src/
H A Dcontext.c482 ConnContext *c_iter; in otrl_context_forget() local
484 for (c_iter = context; c_iter && in otrl_context_forget()
485 c_iter->m_context == context->m_context; in otrl_context_forget()
486 c_iter = c_iter->next) { in otrl_context_forget()
490 c_iter = context->next; in otrl_context_forget()
491 while (c_iter && c_iter->m_context == context->m_context) { in otrl_context_forget()
492 if (!otrl_context_forget(c_iter)) { in otrl_context_forget()
493 c_iter = context->next; in otrl_context_forget()
538 ConnContext *c_iter; in otrl_context_forget_all() local
540 for (c_iter = us->context_root; c_iter; c_iter = c_iter->next) { in otrl_context_forget_all()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_d_generator.cc140 vector<t_const*>::iterator c_iter; in generate_consts() local
141 for (c_iter = consts.begin(); c_iter != consts.end(); ++c_iter) { in generate_consts()
142 this->emit_doc(*c_iter, f_consts); in generate_consts()
143 string name = suffix_if_reserved((*c_iter)->get_name()); in generate_consts()
144 t_type* type = (*c_iter)->get_type(); in generate_consts()
152 for (c_iter = consts.begin(); c_iter != consts.end(); ++c_iter) { in generate_consts()
158 t_type* type = (*c_iter)->get_type(); in generate_consts()
185 vector<t_enum_value*>::const_iterator c_iter; in generate_enum() local
186 for (c_iter = constants.begin(); c_iter != constants.end(); ++c_iter) { in generate_enum()
187 this->emit_doc(*c_iter, f_types_); in generate_enum()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_d_generator.cc132 vector<t_const*>::iterator c_iter; in generate_consts() local
133 for (c_iter = consts.begin(); c_iter != consts.end(); ++c_iter) { in generate_consts()
134 this->emit_doc(*c_iter, f_consts); in generate_consts()
135 string name = (*c_iter)->get_name(); in generate_consts()
136 t_type* type = (*c_iter)->get_type(); in generate_consts()
144 for (c_iter = consts.begin(); c_iter != consts.end(); ++c_iter) { in generate_consts()
150 t_type* type = (*c_iter)->get_type(); in generate_consts()
177 vector<t_enum_value*>::const_iterator c_iter; in generate_enum() local
178 for (c_iter = constants.begin(); c_iter != constants.end(); ++c_iter) { in generate_enum()
179 this->emit_doc(*c_iter, f_types_); in generate_enum()
[all …]

12345678910>>...16