/third_party/glib/gobject/tests/ |
D | ifaceproperties.c | 209 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/ |
D | property_holders.hpp | 88 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/ |
D | enum.cpp | 22 PyLongObject base_object; member 24 PyIntObject base_object;
|
/third_party/boost/boost/serialization/ |
D | base_object.hpp | 88 base_object(Derived &d) in base_object() function
|
D | nvp.hpp | 29 boost::serialization::base_object<name >(*this) \
|
/third_party/boost/boost/wave/util/ |
D | symbol_table.hpp | 72 boost::serialization::base_object<base_type>(*this)); in serialize()
|
/third_party/boost/libs/serialization/example/ |
D | demo.cpp | 122 ar & boost::serialization::base_object<bus_stop>(*this); in serialize() 147 ar & boost::serialization::base_object<bus_stop>(*this) & name; in serialize()
|
D | demo_shared_ptr.cpp | 60 ar & boost::serialization::base_object<A>(*this); in serialize()
|
D | demo_dll_b.ipp | 30 #include <boost/serialization/base_object.hpp>
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_function.cpp | 791 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()
|
D | fuzzer_pass_donate_modules.cpp | 1116 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/ |
D | transformation_add_function.cpp | 791 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()
|
D | fuzzer_pass_donate_modules.cpp | 1116 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/ |
D | transformation_add_function.cpp | 791 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()
|
D | fuzzer_pass_donate_modules.cpp | 1115 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/ |
D | serialization.cpp | 110 boost::serialization::base_object<Base>( *this ) ); in serialize()
|
/third_party/boost/libs/ptr_container/doc/ |
D | reference.rst | 356 2. Derived classes need to call ``base_object()`` function:: 363 ar & boost::serialization::base_object<Base>( *this );
|
/third_party/boost/boost/graph/distributed/adjlist/ |
D | redistribute.hpp | 46 ar & boost::serialization::base_object<inherited>(*this) in serialize()
|
/third_party/boost/boost/numeric/ublas/ |
D | storage_sparse.hpp | 204 …ar & serialization::make_nvp("base", boost::serialization::base_object< std::map<I, T, std::less<I… in serialize()
|
/third_party/node/src/ |
D | node_messaging.cc | 188 for (BaseObjectPtr<BaseObject> base_object : host_objects) { in Deserialize() 189 if (base_object->FinalizeTransferRead(context, &deserializer).IsNothing()) in Deserialize()
|
D | README.md | 750 subclasses of it. It is defined in [`base_object.h`][]. 1024 [`base_object.h`]: base_object.h
|
/third_party/boost/boost/graph/distributed/ |
D | adjacency_list.hpp | 117 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/ |
D | node.gyp | 454 'src/base_object.h', 455 'src/base_object-inl.h',
|
/third_party/boost/boost/msm/back/ |
D | state_machine.hpp | 1399 (serialize_state<Archive>(ar))(boost::serialization::base_object<Derived>(*this)); in serialize()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V9.md | 1599 ….com/nodejs/node/commit/5119bb1a6d)] - **src**: rename base-object -\> base_object (Daniel Beveniu…
|