Home
last modified time | relevance | path

Searched defs:object_ (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/dports/games/scummvm-tools/scummvm-tools-2.5.0/sci/
H A Dold_objects.h31 typedef struct object_ { struct
35 struct object_* parent; argument
38 FLEXARRAY_NOEXTRA(struct object_*) children; argument
55 extern object **object_map, *object_root; argument
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Down.cpp71 void zmq::own_t::launch_child (own_t *object_) in launch_child()
83 void zmq::own_t::launch_sibling (own_t *object_) in launch_sibling()
101 void zmq::own_t::process_term_req (own_t *object_) in process_term_req()
124 void zmq::own_t::process_own (own_t *object_) in process_own()
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Down.cpp70 void zmq::own_t::launch_child (own_t *object_) in launch_child()
82 void zmq::own_t::launch_sibling (own_t *object_) in launch_sibling()
100 void zmq::own_t::process_term_req (own_t *object_) in process_term_req()
123 void zmq::own_t::process_own (own_t *object_) in process_own()
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Down.cpp81 void zmq::own_t::launch_child (own_t *object_) in launch_child()
93 void zmq::own_t::term_child (own_t *object_) in term_child()
98 void zmq::own_t::process_term_req (own_t *object_) in process_term_req()
118 void zmq::own_t::process_own (own_t *object_) in process_own()
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Down.cpp81 void zmq::own_t::launch_child (own_t *object_) in launch_child()
93 void zmq::own_t::term_child (own_t *object_) in term_child()
98 void zmq::own_t::process_term_req (own_t *object_) in process_term_req()
118 void zmq::own_t::process_own (own_t *object_) in process_own()
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/sugar/block/
H A DVectorized_Math.h36 Vectorized( const VEC_TYPE& object_) : object( object_.get_ref() ){} in Vectorized()
52 Vectorized_INTSXP( const VEC_TYPE& object_) : object( object_.get_ref() ){} in Vectorized_INTSXP()
70 Vectorized_INTSXP( const VEC_TYPE& object_) : object( object_.get_ref() ){} in Vectorized_INTSXP()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/tracing/
H A Dsc_wif_trace.cpp189 wif_uint64_trace::wif_uint64_trace(const sc_dt::uint64& object_, in wif_uint64_trace()
255 wif_int64_trace::wif_int64_trace(const sc_dt::int64& object_, in wif_int64_trace()
320 wif_bool_trace::wif_bool_trace( const bool& object_, in wif_bool_trace()
814 const sc_dt::sc_fxnum_fast& object_, in wif_sc_fxnum_fast_trace()
945 const unsigned short& object_, in wif_unsigned_short_trace()
1363 wif_float_trace::wif_float_trace(const float& object_, in wif_float_trace()
1398 wif_double_trace::wif_double_trace(const double& object_, in wif_double_trace()
1444 wif_enum_trace::wif_enum_trace(const unsigned& object_, in wif_enum_trace()
1510 wif_T_trace( const T& object_, in wif_T_trace()
1743 wif_trace_file::trace( const sc_dt::sc_bv_base& object_, in trace()
[all …]
H A Dsc_vcd_trace.cpp260 vcd_T_trace( const T& object_, in vcd_T_trace()
363 vcd_bool_trace::vcd_bool_trace(const bool& object_, in vcd_bool_trace()
402 vcd_sc_bit_trace::vcd_sc_bit_trace( const sc_dt::sc_bit& object_, in vcd_sc_bit_trace()
1077 const unsigned char& object_, in vcd_unsigned_char_trace()
1138 const unsigned long& object_, in vcd_unsigned_long_trace()
1261 const short& object_, in vcd_signed_short_trace()
1379 vcd_int64_trace::vcd_int64_trace(const sc_dt::int64& object_, in vcd_int64_trace()
1504 vcd_sc_time_trace::vcd_sc_time_trace( const sc_time& object_, in vcd_sc_time_trace()
1596 vcd_float_trace::vcd_float_trace(const float& object_, in vcd_float_trace()
1632 vcd_double_trace::vcd_double_trace(const double& object_, in vcd_double_trace()
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/sugar/functions/
H A Dpow.h33 Pow( const T& object_, EXPONENT_TYPE exponent ) : object(object_), op(exponent) {} in Pow()
48 Pow( const T& object_, EXPONENT_TYPE exponent ) : object(object_), op(exponent) {} in Pow()
63 Pow( const T& object_, EXPONENT_TYPE exponent ) : object(object_), op(exponent) {} in Pow()
H A Dmean.h34 Mean(const VEC_TYPE& object_) : object(object_) {} in Mean()
59 Mean(const VEC_TYPE& object_) : object(object_) {} in Mean()
96 Mean(const VEC_TYPE& object_) : object(object_) {} in Mean()
118 Mean(const VEC_TYPE& object_) : object(object_) {} in Mean()
H A Dsum.h35 Sum( const VEC_TYPE& object_ ) : object(object_.get_ref()){} in Sum()
59 Sum( const VEC_TYPE& object_ ) : object(object_.get_ref()){} in Sum()
81 Sum( const VEC_TYPE& object_ ) : object(object_.get_ref()){} in Sum()
H A Dvar.h34 Var( const VEC_TYPE& object_ ) : object(object_){} in Var()
54 Var( const VEC_TYPE& object_ ) : object(object_){} in Var()
/dports/devel/py-rope/rope-0.18.0/rope/base/oi/
H A Drunmod.py124 def _get_persisted_code(self, object_): argument
131 def _get_persisted_class(self, object_): argument
138 def _get_persisted_builtin(self, object_): argument
176 def _object_to_persisted_form(self, object_): argument
194 def _get_persisted_module(self, object_): argument
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqaccessible_c.cpp34 QAccessibleInterfaceH QAccessible_queryAccessibleInterface(QObjectH object_) in QAccessible_queryAccessibleInterface()
49 void QAccessible_setRootObject(QObjectH object_) in QAccessible_setRootObject()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqaccessible_c.cpp34 QAccessibleInterfaceH QAccessible_queryAccessibleInterface(QObjectH object_) in QAccessible_queryAccessibleInterface()
49 void QAccessible_setRootObject(QObjectH object_) in QAccessible_setRootObject()
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/sugar/matrix/
H A Ddiag.h34 Diag_Extractor( const MAT_TYPE& object_ ) : object(object_), n(0) { in Diag_Extractor()
57 Diag_Maker( const VEC_TYPE& object_ ) : object(object_), n(object_.size()) {} in Diag_Maker()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/core/
H A Dscoped_nsobject.h29 explicit scoped_nsobject(NST* object = nil) : object_(object) {} in object_() function
91 explicit scoped_nsobject(id object = nil) : object_(object) {} in object_() function
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/
H A Dstack-folding-int-avx512.ll30 define <16 x i32> @stack_fold_valignd_maskz(<16 x i32> %a, <16 x i32> %b, i16 %mask) {
91 …%7 = lshr <64 x i16> %6, <i16 1, i16 1, i16 1, i16 1, i16 1, i16 1, i16 1, i16 1, i16 1, i16 1, i1…
/dports/devel/libxs/libxs-1.2.0/src/
H A Down.cpp71 void xs::own_t::launch_child (own_t *object_) in launch_child()
91 void xs::own_t::process_term_req (own_t *object_) in process_term_req()
/dports/devel/ice37/ice-3.7.2/objective-c/src/Ice/
H A DObjectI.h36 Ice::Object* object_; variable
/dports/devel/php-ice37/ice-3.7.2/objective-c/src/Ice/
H A DObjectI.h36 Ice::Object* object_; variable
/dports/devel/py-ice37/ice-3.7.2/objective-c/src/Ice/
H A DObjectI.h36 Ice::Object* object_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_shared_platform_3d_object.h25 GLuint object_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_shared_platform_3d_object.h25 GLuint object_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/remote_objects/
H A Dremote_object.h46 mojo::Remote<mojom::blink::RemoteObject> object_; variable

12345678910>>...30