Home
last modified time | relevance | path

Searched refs:reftype (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Doc/tools/extensions/
Dc_annotations.py115 reftype='ref', refexplicit="False")
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h545 guint32 reftype; member
1155 AtomTREF * atom_tref_new (guint32 reftype);
Datoms.c1353 atom_tref_init (AtomTREF * tref, guint32 reftype) in atom_tref_init() argument
1356 tref->reftype = reftype; in atom_tref_init()
1364 tref->reftype = 0; in atom_tref_clear()
1369 atom_tref_new (guint32 reftype) in atom_tref_new() argument
1374 atom_tref_init (tref, reftype); in atom_tref_new()
2797 prop_copy_fourcc (tref->reftype, buffer, size, offset); in atom_tref_copy_data()
/third_party/python/Python/
Dcompile.c2036 int reftype = get_ref_type(c, name); in compiler_make_closure() local
2037 if (reftype == -1) { in compiler_make_closure()
2041 if (reftype == CELL) { in compiler_make_closure()
2052 reftype, in compiler_make_closure()