Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/construct/
H A Dcore.py380 def __init__(self, name, lengthfunc): argument
382 self.lengthfunc = lengthfunc
385 return _read_stream(stream, self.lengthfunc(context))
387 _write_stream(stream, self.lengthfunc(context), obj)
389 return self.lengthfunc(context)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/construct/
H A Dcore.py380 def __init__(self, name, lengthfunc): argument
382 self.lengthfunc = lengthfunc
385 return _read_stream(stream, self.lengthfunc(context))
387 _write_stream(stream, self.lengthfunc(context), obj)
389 return self.lengthfunc(context)
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/construct/
H A Dcore.py380 def __init__(self, name, lengthfunc): argument
382 self.lengthfunc = lengthfunc
385 return _read_stream(stream, self.lengthfunc(context))
387 _write_stream(stream, self.lengthfunc(context), obj)
389 return self.lengthfunc(context)
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_define.h463 StringPropertyLengthFunc lengthfunc,
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_define.c3325 StringPropertyLengthFunc lengthfunc, in RNA_def_property_string_funcs_runtime() argument
3333 if (lengthfunc) { in RNA_def_property_string_funcs_runtime()
3334 sprop->length_ex = lengthfunc; in RNA_def_property_string_funcs_runtime()