Home
last modified time | relevance | path

Searched refs:get_const_ptr (Results 1 – 13 of 13) sorted by relevance

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/dispatchkit/
H A Dboxed_cast_helper.hpp79 return *static_cast<const Result *>(verify_type(ob, typeid(Result), ob.get_const_ptr())); in cast()
95 … return static_cast<const Result *>(verify_type_no_throw(ob, typeid(Result), ob.get_const_ptr())); in cast()
126 return *static_cast<const Result *>(verify_type(ob, typeid(Result), ob.get_const_ptr())); in cast()
H A Dboxed_number.hpp375 return const_unary_int_go(t_oper, *static_cast<const LHS *>(t_lhs.get_const_ptr())); in go()
377 return const_unary_go(t_oper, *static_cast<const LHS *>(t_lhs.get_const_ptr())); in go()
390 return const_unary_go(t_oper, *static_cast<const LHS *>(t_lhs.get_const_ptr())); in go()
491 return static_cast<Target>(*static_cast<const Source *>(t_bv.get_const_ptr())); in get_as_aux()
498 oss << *static_cast<const Source *>(v.get_const_ptr()); in to_string_aux()
H A Dboxed_value.hpp316 const void *get_const_ptr() const noexcept in get_const_ptr() function in chaiscript::Boxed_Value
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/dispatchkit/
H A Dboxed_cast_helper.hpp79 return *static_cast<const Result *>(verify_type(ob, typeid(Result), ob.get_const_ptr())); in cast()
95 … return static_cast<const Result *>(verify_type_no_throw(ob, typeid(Result), ob.get_const_ptr())); in cast()
126 return *static_cast<const Result *>(verify_type(ob, typeid(Result), ob.get_const_ptr())); in cast()
H A Dboxed_number.hpp375 return const_unary_int_go(t_oper, *static_cast<const LHS *>(t_lhs.get_const_ptr())); in go()
377 return const_unary_go(t_oper, *static_cast<const LHS *>(t_lhs.get_const_ptr())); in go()
390 return const_unary_go(t_oper, *static_cast<const LHS *>(t_lhs.get_const_ptr())); in go()
491 return static_cast<Target>(*static_cast<const Source *>(t_bv.get_const_ptr())); in get_as_aux()
498 oss << *static_cast<const Source *>(v.get_const_ptr()); in to_string_aux()
H A Dboxed_value.hpp316 const void *get_const_ptr() const noexcept in get_const_ptr() function in chaiscript::Boxed_Value
/dports/math/osi/Osi-0.108.6/Osi/src/OsiSpx/
H A DOsiSpxSolverInterface.cpp613 retVal = soplex_->lower().get_const_ptr(); in getColLower()
621 retVal = soplex_->upper().get_const_ptr(); in getColUpper()
671 retVal = soplex_->lhs().get_const_ptr(); in getRowLower()
679 retVal = soplex_->rhs().get_const_ptr(); in getRowUpper()
690 retVal = obj_->get_const_ptr(); in getObjCoefficients()
693 retVal = obj_->get_const_ptr(); in getObjCoefficients()
825 return colsol_->get_const_ptr(); in getColSolution()
841 return rowsol_->get_const_ptr(); in getRowPrice()
857 return redcost_->get_const_ptr(); in getReducedCost()
873 return rowact_->get_const_ptr(); in getRowActivity()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiSpx/
H A DOsiSpxSolverInterface.cpp613 retVal = soplex_->lower().get_const_ptr(); in getColLower()
621 retVal = soplex_->upper().get_const_ptr(); in getColUpper()
671 retVal = soplex_->lhs().get_const_ptr(); in getRowLower()
679 retVal = soplex_->rhs().get_const_ptr(); in getRowUpper()
690 retVal = obj_->get_const_ptr(); in getObjCoefficients()
693 retVal = obj_->get_const_ptr(); in getObjCoefficients()
825 return colsol_->get_const_ptr(); in getColSolution()
841 return rowsol_->get_const_ptr(); in getRowPrice()
857 return redcost_->get_const_ptr(); in getReducedCost()
873 return rowact_->get_const_ptr(); in getRowActivity()
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmrun.cpp170 get_const_ptr(vmg_ val1->val.ofs), val2); in compute_sum()
179 get_const_ptr(vmg_ val1->val.ofs), val2); in compute_sum()
222 get_const_ptr(vmg_ val1->val.ofs), val2); in compute_diff()
366 get_const_ptr(vmg_ container_val->val.ofs), in apply_index()
399 get_const_ptr(vmg_ container_val->val.ofs), in set_index()
H A Dvmrun.h1037 const char *get_const_ptr(VMG_ pool_ofs_t ofs) const in get_const_ptr() function
/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dlpi_spx1.cpp1182 setBasis(m_rowstat.get_const_ptr(), m_colstat.get_const_ptr()); in restorePreStrongbranchingBasis()
4209 …LEX_TRY( lpi->messagehdlr, lpi->spx->setBasis(m_rowstat.get_const_ptr(), m_colstat.get_const_ptr()…
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/language/
H A Dchaiscript_eval.hpp99 return Boxed_Value(*static_cast<const bool*>(incoming.get_const_ptr())); in clone_if_necessary()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/language/
H A Dchaiscript_eval.hpp99 return Boxed_Value(*static_cast<const bool*>(incoming.get_const_ptr())); in clone_if_necessary()