Home
last modified time | relevance | path

Searched refs:totype (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DxmlWriter.py34 self.totype = tobytes
38 self.totype = tostr
39 self.indentwhite = self.totype(indentwhite)
41 self.newlinestr = self.totype(os.linesep)
43 self.newlinestr = self.totype(newlinestr)
86 s = self.totype(data, encoding="utf_8")
/external/python/cffi/cffi/
Dmodel.py264 def __init__(self, totype, quals=0): argument
265 self.totype = totype
268 if totype.is_array_type:
270 self.c_name_with_marker = totype.c_name_with_marker.replace('&', extra)
273 BItem = self.totype.get_cached_btype(ffi, finishlist, can_delay=True)
278 def ConstPointerType(totype): argument
279 return PointerType(totype, Q_CONST)
287 def __init__(self, totype, name, quals=0): argument
288 PointerType.__init__(self, totype, quals)
Drecompiler.py637 self._struct_ctx(tp.totype, tp.totype.name, approxname=tp.name,
1341 self.cffi_types[index] = CffiOp(OP_POINTER, self._typesdict[tp.totype])
/external/python/cffi/testing/cffi0/
Dtest_parsing.py219 type_bar = ffi._parser.parse_type("bar_p").totype
/external/clang/docs/
DLanguageExtensions.rst1011 * ``__is_trivially_assignable(totype, fromtype)``: Determines whether a value
1012 of type ``totype`` can be assigned to from a value of type ``fromtype`` such