Home
last modified time | relevance | path

Searched refs:elem_type (Results 1 – 6 of 6) sorted by relevance

/xen/tools/golang/xenlight/
A Dgengotypes.py110 typename = f.type.elem_type.typename
419 gotypename = xenlight_golang_fmt_name(ty.type.elem_type.typename)
421 ctypename = ty.type.elem_type.typename
433 is_enum = isinstance(ty.type.elem_type,idl.Enumeration)
593 gotypename = xenlight_golang_fmt_name(ty.type.elem_type.typename)
595 ctypename = ty.type.elem_type.typename
600 is_enum = isinstance(ty.type.elem_type,idl.Enumeration)
/xen/tools/libxl/
A Didl.py315 def __init__(self, elem_type, lenvar_name, **kwargs): argument
318 … Type.__init__(self, namespace=elem_type.namespace, typename=elem_type.rawname + " *", **kwargs)
323 self.elem_type = elem_type
A Dgentypes.py81 if ty.elem_type.dispose_fn is not None:
85 s += libxl_C_type_dispose(ty.elem_type, v+"[i]",
88 if ty.elem_type.dispose_fn is not None:
91 if ty.elem_type.dispose_fn is not None:
135 s += libxl_C_type_copy(ty.elem_type, v+"[i]", w+"[i]",
369 s += libxl_C_type_gen_json(ty.elem_type, v+"[i]",
464 s += libxl_C_type_do_init(ty.elem_type,
468 s += libxl_C_type_parse_json(ty.elem_type, "t", v+"[i]",
A Dgentest.py42 s += gen_rand_init(ty.elem_type, v+"[i]",
A Didl.txt193 idl.Array.elem_type contains an idl.Type which is the type of each
/xen/tools/ocaml/libs/xl/
A Dgenwrap.py82 return "%s array" % ocaml_type_of(ty.elem_type)
296 s += c_val(ty.elem_type, c+"[i]", "Field(%s, i)" % o, indent="\t\t", parent=parent) + "\n"
393 s += "\t %s\n" % ocaml_Val(ty.elem_type, "array_elem", c + "[i]", "", parent=parent)

Completed in 9 milliseconds