Searched refs:type_new (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gobject/ |
D | gobject.stp.in | 19 * probe gobject.type_new - Called when any entity registered with the #GType system is created 24 probe gobject.type_new = process("@ABS_GLIB_RUNTIME_LIBDIR@/libgobject-2.0.so.0.@LT_CURRENT@.@LT_RE… 29 probestr = sprintf("gobject.type_new(%s, %d) -> %d", name, parent_gtype, gtype);
|
/third_party/flatbuffers/src/ |
D | idl_gen_ts.cpp | 1412 std::string type_new = "number[]|" + array_type + "Array"; in GenStruct() local 1413 if (type_old == type_new) { in GenStruct() 1414 type = type_new; in GenStruct() 1417 code += sig_begin + type_new + sig_end + ";\n"; in GenStruct() 1422 type = type_new + "|Uint8Array"; in GenStruct()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b2.rst | 28 function :c:func:`type_new` must properly report the exception when a
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 466 Objects/typeobject.c:type_new():PyId___classcell__ _Py_IDENTIFIER(__classcell__) 467 Objects/typeobject.c:type_new():PyId___mro_entries__ _Py_IDENTIFIER(__mro_entries__) 468 Objects/typeobject.c:type_new():PyId___qualname__ _Py_IDENTIFIER(__qualname__) 469 Objects/typeobject.c:type_new():PyId___slots__ _Py_IDENTIFIER(__slots__)
|
/third_party/python/Doc/howto/ |
D | descriptor.rst | 821 The implementation details are in :c:func:`type_new()` and 1547 'Emuluate type_new() in Objects/typeobject.c' 1548 # type_new() calls PyTypeReady() which calls add_methods()
|
/third_party/python/Objects/ |
D | typeobject.c | 2507 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds); 3258 if (winner->tp_new != type_new) { in type_new_get_bases() 3283 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new() function 4365 type_new, /* tp_new */
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1929 Objects/typeobject.c type_new PyId___qualname__ - 1930 Objects/typeobject.c type_new PyId___slots__ - 1931 Objects/typeobject.c type_new PyId___classcell__ - 1932 Objects/typeobject.c type_new PyId___mro_entries__ -
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 479 :attr:`ob_size` field is used for dynamic types (created by :func:`type_new`,
|