Searched refs:base_class (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_new_renderer.py | 233 base_class = get_base_class(base_impl) variable 234 if base_class and base_class != 'angle': 235 base_impl_stubs, base_private_impl_stubs, base_constructor = parse_impl_header(base_class)
|
/third_party/python/Lib/email/ |
D | headerregistry.py | 566 def __init__(self, base_class=BaseHeader, default_class=UnstructuredHeader, argument 579 self.base_class = base_class 592 return type('_'+cls.__name__, (cls, self.base_class), {})
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ast-model.h | 62 GObjectClass base_class; member
|
/third_party/python/Doc/library/ |
D | email.headerregistry.rst | 308 .. class:: HeaderRegistry(base_class=BaseHeader, \ 314 dynamically, using *base_class* and a specialized class retrieved from a 319 initialization. *base_class* is always the last class in the generated 352 along with *base_class*, to create the class used to instantiate headers 365 registry) and composes it with *base_class* to produce a class,
|
/third_party/python/Lib/test/test_importlib/ |
D | test_abc.py | 129 def make_abc_subclasses(base_class, name=None, inst=False, **kwargs): argument 131 name = base_class.__name__ 135 for cls in test_util.split_frozen(base_class, base, **kwargs)}
|
/third_party/skia/third_party/externals/swiftshader/ |
D | CMakeLists.txt | 416 … after data member 'member2' data member 'member' will be initialized after base class 'base_class' 425 … after data member 'member2' data member 'member' will be initialized after base class 'base_class'
|
/third_party/python/Lib/test/test_email/ |
D | test_headerregistry.py | 37 factory = headerregistry.HeaderRegistry(base_class=self.FooBase)
|