Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Difaceproperties.c209 BaseObject *base_object = BASE_OBJECT (object); in base_object_set_property() local
215 base_object->val1 = g_value_get_int (value); in base_object_set_property()
219 base_object->val2 = g_value_get_int (value); in base_object_set_property()
239 BaseObject *base_object = BASE_OBJECT (object); in base_object_get_property() local
245 g_value_set_int (value, base_object->val1); in base_object_get_property()
249 g_value_set_int (value, base_object->val2); in base_object_get_property()
316 base_object_init (BaseObject *base_object) in base_object_init() argument
318 base_object->val1 = 42; in base_object_init()
321 static DEFINE_TYPE_FULL (BaseObject, base_object, in DEFINE_TYPE_FULL() argument
332 BaseObject *base_object = BASE_OBJECT (object); in DEFINE_TYPE_FULL() local
[all …]
/third_party/boost/boost/graph/parallel/detail/
Dproperty_holders.hpp88 ar & boost::serialization::base_object<pair_base>(*this) in serialize()
89 & boost::serialization::base_object<property_base>(*this); in serialize()
/third_party/boost/libs/python/src/object/
Denum.cpp22 PyLongObject base_object; member
24 PyIntObject base_object;
/third_party/boost/boost/serialization/
Dbase_object.hpp88 base_object(Derived &d) in base_object() function
Dnvp.hpp29 boost::serialization::base_object<name >(*this) \
/third_party/boost/boost/wave/util/
Dsymbol_table.hpp72 boost::serialization::base_object<base_type>(*this)); in serialize()
/third_party/boost/libs/serialization/example/
Ddemo.cpp122 ar & boost::serialization::base_object<bus_stop>(*this); in serialize()
147 ar & boost::serialization::base_object<bus_stop>(*this) & name; in serialize()
Ddemo_shared_ptr.cpp60 ar & boost::serialization::base_object<A>(*this); in serialize()
Ddemo_dll_b.ipp30 #include <boost/serialization/base_object.hpp>
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp791 auto base_object = ir_context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
793 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
795 ir_context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
Dfuzzer_pass_donate_modules.cpp1116 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in MaybeAddLivesafeFunction() local
1118 assert(base_object && "The base object must exist."); in MaybeAddLivesafeFunction()
1120 base_object->type_id()); in MaybeAddLivesafeFunction()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_function.cpp791 auto base_object = ir_context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
793 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
795 ir_context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
Dfuzzer_pass_donate_modules.cpp1116 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in MaybeAddLivesafeFunction() local
1118 assert(base_object && "The base object must exist."); in MaybeAddLivesafeFunction()
1120 base_object->type_id()); in MaybeAddLivesafeFunction()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_function.cpp791 auto base_object = ir_context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
793 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
795 ir_context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
Dfuzzer_pass_donate_modules.cpp1115 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in MaybeAddLivesafeFunction() local
1117 assert(base_object && "The base object must exist."); in MaybeAddLivesafeFunction()
1119 base_object->type_id()); in MaybeAddLivesafeFunction()
/third_party/boost/libs/ptr_container/test/
Dserialization.cpp110 boost::serialization::base_object<Base>( *this ) ); in serialize()
/third_party/boost/libs/ptr_container/doc/
Dreference.rst356 2. Derived classes need to call ``base_object()`` function::
363 ar & boost::serialization::base_object<Base>( *this );
/third_party/boost/boost/graph/distributed/adjlist/
Dredistribute.hpp46 ar & boost::serialization::base_object<inherited>(*this) in serialize()
/third_party/boost/boost/numeric/ublas/
Dstorage_sparse.hpp204 …ar & serialization::make_nvp("base", boost::serialization::base_object< std::map<I, T, std::less<I… in serialize()
/third_party/node/src/
Dnode_messaging.cc188 for (BaseObjectPtr<BaseObject> base_object : host_objects) { in Deserialize()
189 if (base_object->FinalizeTransferRead(context, &deserializer).IsNothing()) in Deserialize()
DREADME.md750 subclasses of it. It is defined in [`base_object.h`][].
1024 [`base_object.h`]: base_object.h
/third_party/boost/boost/graph/distributed/
Dadjacency_list.hpp117 ar & boost::serialization::base_object<edge_base<Directed, Vertex> >(e) in serialize()
740 ar & boost::serialization::base_object<inherited_data>(*this) in serialize()
741 & boost::serialization::base_object<inherited_property>(*this); in serialize()
1054 ar & boost::serialization::base_object<inherited>(*this) & e; in serialize()
/third_party/node/
Dnode.gyp454 'src/base_object.h',
455 'src/base_object-inl.h',
/third_party/boost/boost/msm/back/
Dstate_machine.hpp1399 (serialize_state<Archive>(ar))(boost::serialization::base_object<Derived>(*this)); in serialize()
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md1599 ….com/nodejs/node/commit/5119bb1a6d)] - **src**: rename base-object -\> base_object (Daniel Beveniu…