Home
last modified time | relevance | path

Searched refs:class_object (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/src/php/ext/grpc/
Dphp7_wrapper.h67 #define WRAPPED_OBJECT_FROM_OBJ(class_object, obj) \ argument
68 class_object##_from_obj(obj);
70 #define PHP_GRPC_FREE_WRAPPED_FUNC_START(class_object) \ argument
71 static void free_##class_object(zend_object *object) { \
72 class_object *p = WRAPPED_OBJECT_FROM_OBJ(class_object, object)
77 #define PHP_GRPC_ALLOC_CLASS_OBJECT(class_object) \ argument
78 class_object *intern; \
79 intern = ecalloc(1, sizeof(class_object) + \
82 #define PHP_GRPC_FREE_CLASS_OBJECT(class_object, handler) \ argument
140 #define PHP_GRPC_INIT_HANDLER(class_object, handler_name) \ argument
[all …]
/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py267 def _ModifyClass(class_object, testcases, naming_type): argument
268 assert not getattr(class_object, '_id_suffix', None), (
270 ' which already has parameterized methods.' % (class_object,))
271 class_object._id_suffix = id_suffix = {}
274 for name, obj in class_object.__dict__.copy().items():
277 delattr(class_object, name)
283 setattr(class_object, name, meth)
/third_party/boost/libs/python/src/
Dwrapper.cpp13 , PyTypeObject* class_object in get_override()
29 && class_object->tp_dict != 0 in get_override()
33 class_object->tp_dict, const_cast<char*>(name)); in get_override()
/third_party/boost/boost/python/detail/
Dwrapper_base.hpp48 char const* name, PyTypeObject* class_object) const;
/third_party/boost/libs/python/doc/reference/
Dextract.qbk3 …e used to "downcast" an [link object_wrappers.boost_python_object_hpp.class_object `object`] to so…
6 …ype from an instance of [link object_wrappers.boost_python_object_hpp.class_object object]. Two us…
Dlong.qbk6 …s publicly derived from [link object_wrappers.boost_python_object_hpp.class_object `object`], the …
Dtuple.qbk6 …s publicly derived from [link object_wrappers.boost_python_object_hpp.class_object `object`], the …
Dcalling.qbk3 …tion from C++, given an [link object_wrappers.boost_python_object_hpp.class_object `object`] insta…
5 …And of course, a method of an [link object_wrappers.boost_python_object_hpp.class_object `object`]…
7 If you don't have an [link object_wrappers.boost_python_object_hpp.class_object `object`] instance,…
Dlist.qbk6 …s publicly derived from [link object_wrappers.boost_python_object_hpp.class_object `object`], the …
Ddict.qbk6 …s publicly derived from [link object_wrappers.boost_python_object_hpp.class_object `object`], the …
Ddef.qbk22 * If `Fn` is [derived from] [link object_wrappers.boost_python_object_hpp.class_object object], it …
Dstr.qbk6 …s publicly derived from [link object_wrappers.boost_python_object_hpp.class_object `object`], the …
Dslice.qbk6 …s publicly derived from [link object_wrappers.boost_python_object_hpp.class_object `object`], the …
Dconcepts.qbk118 Models of the ObjectWrapper concept have [link object_wrappers.boost_python_object_hpp.class_object
Dclass.qbk157 … must be [derived from] [link object_wrappers.boost_python_object_hpp.class_object object], and a1…
/third_party/boost/libs/python/doc/
Dtutorial.qbk1406 …/boost_python_object_hpp.html#object_wrappers.boost_python_object_hpp.class_object object] class t…