Home
last modified time | relevance | path

Searched refs:fc_ (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/http/
H A Dtest_parser.hpp52 : fc_(&fc) in test_parser()
66 if(fc_) in on_request_impl()
67 fc_->fail(ec); in on_request_impl()
80 if(fc_) in on_response_impl()
89 if(fc_) in on_field_impl()
98 if(fc_) in on_header_impl()
110 if(fc_) in on_body_init_impl()
119 if(fc_) in on_body_impl()
131 if(fc_) in on_chunk_header_impl()
142 if(fc_) in on_chunk_body_impl()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/http/
H A Dtest_parser.hpp52 : fc_(&fc) in test_parser()
66 if(fc_) in on_request_impl()
67 fc_->fail(ec); in on_request_impl()
80 if(fc_) in on_response_impl()
89 if(fc_) in on_field_impl()
98 if(fc_) in on_header_impl()
110 if(fc_) in on_body_init_impl()
119 if(fc_) in on_body_impl()
131 if(fc_) in on_chunk_header_impl()
142 if(fc_) in on_chunk_body_impl()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/http/
H A Dtest_parser.hpp52 : fc_(&fc) in test_parser()
66 if(fc_) in on_request_impl()
67 fc_->fail(ec); in on_request_impl()
80 if(fc_) in on_response_impl()
89 if(fc_) in on_field_impl()
98 if(fc_) in on_header_impl()
110 if(fc_) in on_body_init_impl()
119 if(fc_) in on_body_impl()
131 if(fc_) in on_chunk_header_impl()
142 if(fc_) in on_chunk_body_impl()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/http/
H A Dtest_parser.hpp52 : fc_(&fc) in test_parser()
66 if(fc_) in on_request_impl()
67 fc_->fail(ec); in on_request_impl()
80 if(fc_) in on_response_impl()
89 if(fc_) in on_field_impl()
98 if(fc_) in on_header_impl()
110 if(fc_) in on_body_init_impl()
119 if(fc_) in on_body_impl()
131 if(fc_) in on_chunk_header_impl()
142 if(fc_) in on_chunk_body_impl()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/terrain/
H A Dfilter.cpp48 fc_(fc), in terrain_filter()
57 fc_(original.fc_), in terrain_filter()
68 fc_(other.fc_), in terrain_filter()
107 if (!lua_function.empty() && fc_->get_lua_kernel()) { in match_internal()
137 if (const game_data * gd = fc_->get_game_data()) { in match_internal()
184 side_filter ssf(*i, fc_); in match_internal()
263 tod = fc_->get_tod_man().get_time_of_day(loc); in match_internal()
265 …tod = fc_->get_tod_man().get_illuminated_time_of_day(fc_->get_disp_context().units(), fc_->get_dis… in match_internal()
308 side_filter ssf(filter_owner, fc_); in match_internal()
555 int w = with_border ? fc_->get_disp_context().map().w() + bs : fc_->get_disp_context().map().w(); in get_locs_impl()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dside_filter.cpp46 , fc_(fc) in side_filter()
57 assert(fc_); in get_teams()
60 for(const team &t : fc_->get_disp_context().teams()) { in get_teams()
84 assert(fc_); in match_internal()
131 for(const unit &u : fc_->get_disp_context().units()) { in match_internal()
157 enemy_filter_.reset(new side_filter(enemy_of, fc_)); in match_internal()
169 allied_filter_.reset(new side_filter(allied_with, fc_)); in match_internal()
181 has_enemy_filter_.reset(new side_filter(has_enemy, fc_)); in match_internal()
197 has_ally_filter_.reset(new side_filter(has_ally, fc_)); in match_internal()
251 assert(fc_); in match()
[all …]
H A Dside_filter.hpp54 …const filter_context * fc_; //!< The filter context for this filter. It should be a pointer becaus… member in side_filter
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dfilter.hpp107 , fc_(u.fc_) in unit_filter()
115 fc_ = u.fc_; in operator =()
135 return impl_.matches(unit_filter_impl::unit_filter_args{u, loc, nullptr, fc_, use_flat_tod_}); in matches()
144 return impl_.matches(unit_filter_impl::unit_filter_args{u, loc, &u2, fc_, use_flat_tod_}); in matches()
192 const filter_context * fc_; member in unit_filter
H A Dfilter.cpp49 , fc_(resources::filter_con) in unit_filter()
57 …return impl_.matches(unit_filter_impl::unit_filter_args{u, u.get_location(), nullptr, fc_, use_fla… in matches()
61 …return impl_.matches(unit_filter_impl::unit_filter_args{u, u.get_location(), &u2, fc_, use_flat_to… in matches()
69 for (const unit & u : fc_->get_disp_context().units()) { in all_matches_on_map()
70 …filter_impl::unit_filter_args{u, loc ? *loc : u.get_location(), other_unit, fc_, use_flat_tod_})) { in all_matches_on_map()
82 const unit_map & units = fc_->get_disp_context().units(); in first_match_on_map()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/service/xp/
H A Dsoa.h277 fc_(fc) in body()
281 return fc_; in function()
285 fc_ = fc; in set_function()
290 "<" + ns_ref + ":" + fc_.request() + ">\n" + in str()
291 fc_.str() + in str()
292 "</" + ns_ref + ":" + fc_.request() + ">\n" \ in str()
298 function_call fc_; variable
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DSDAIonicStepper.cpp94 fc_ = f0; in compute_r()
95 pc_ = fc_; in compute_r()
102 fpc_ -= fc_[is][i] * pc_[is][i]; in compute_r()
H A DSDAIonicStepper.h33 std::vector<std::vector< double> > fc_; variable
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/libunwind/src/
H A DUnwind_AppleExtras.cpp191 _Unwind_FunctionContext *fc_ = nullptr; variable
201 return fc_; in __Unwind_SjLj_GetTopOfFunctionStack()
210 fc_ = fc; in __Unwind_SjLj_SetTopOfFunctionStack()
/dports/databases/galera/galera-release_25.3.35/gcs/src/unit_tests/
H A Dgcs_fc_test.cpp31 #define SKIP_N_ACTIONS(fc_,n_) \ argument
36 long long ret = gcs_fc_process (fc_, 0); \
/dports/databases/galera26/galera-release_26.4.10/gcs/src/unit_tests/
H A Dgcs_fc_test.cpp29 #define SKIP_N_ACTIONS(fc_,n_) \ argument
34 long long ret = gcs_fc_process (fc_, 0); \
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/core/
H A Dbuffered_read_stream.cpp61 boost::optional<test::fail_count> fc_; member
101 fc_.emplace(n_); in do_read()
102 ts_.emplace(ioc_, *fc_, ", world!"); in do_read()
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/core/
H A Dbuffered_read_stream.cpp61 boost::optional<test::fail_count> fc_; member
101 fc_.emplace(n_); in do_read()
102 ts_.emplace(ioc_, *fc_, ", world!"); in do_read()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/core/
H A Dbuffered_read_stream.cpp61 boost::optional<test::fail_count> fc_; member
101 fc_.emplace(n_); in do_read()
102 ts_.emplace(ioc_, *fc_, ", world!"); in do_read()
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/core/
H A Dbuffered_read_stream.cpp64 boost::optional<test::fail_count> fc_; member
104 fc_.emplace(n_); in do_read()
105 ts_.emplace(ioc_, *fc_, ", world!"); in do_read()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/beast/experimental/test/
H A Dstream.hpp141 fail_count* fc_) in state()
143 , fc(fc_) in state()
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/_experimental/test/detail/
H A Dstream_state.ipp87 fail_count* fc_)
90 , fc(fc_)
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcfd_datacoupling.cpp65 this->fc_ = fc_; in CfdDatacoupling()
H A Dcfd_datacoupling.h122 class FixCfdCoupling *fc_; variable
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tests/output/
H A Dex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out6 Residual norms for fc_ solve.
71 KSP Object: (fc_) 1 MPI processes
80 PC Object: (fc_) 1 MPI processes
240 Residual norms for fc_ solve.
276 KSP Object: (fc_) 1 MPI processes
285 PC Object: (fc_) 1 MPI processes
H A Dex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out6 Residual norms for fc_ solve.
71 KSP Object: (fc_) 1 MPI processes
80 PC Object: (fc_) 1 MPI processes
240 Residual norms for fc_ solve.
276 KSP Object: (fc_) 1 MPI processes
285 PC Object: (fc_) 1 MPI processes

12345