Home
last modified time | relevance | path

Searched refs:superclasses (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/test/
Dtest_baseexception.py43 superclasses = [] # Loop will insert base exception
64 superclasses.append((last_depth, last_exc))
66 while superclasses[-1][0] >= depth:
67 superclasses.pop()
68 self.assertTrue(issubclass(exc, superclasses[-1][1]),
70 superclasses[-1][1].__name__))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DJSONBackend.cpp158 json::Array superclasses; in run() local
160 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()
161 obj["!superclasses"] = std::move(superclasses); in run()
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dmoo.h231 …tation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses \
/third_party/gstreamer/gstreamer/docs/random/company/
Dpush-vs-pull35 abstracted into superclasses like videofilter.)
/third_party/python/Lib/test/test_importlib/
Dtest_abc.py27 superclasses = [] variable in InheritanceTests
30 self.superclasses = [getattr(self.abc, class_name)
41 assert self.subclasses or self.superclasses, self.__class__
52 for superclass in self.superclasses:
/third_party/python/Doc/library/
Dpyclbr.rst154 superclasses but which are not discoverable by :func:`readmodule_ex`
Dabc.rst351 This function assumes that *cls*'s superclasses are already updated.
Dfunctools.rst294 declared in the class *or its superclasses*. Meaning that if a
Dtyping.rst1994 to methods defined in its superclasses or subclasses).
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips.td19 // subclasses to partially override the predicates of their superclasses without
/third_party/flutter/flutter/dev/tools/localization/
Dgen_localizations.dart110 // `MaterialLocalizationZhHant`). Their superclasses are the aforementioned
115 // `MaterialLocalizationEnGb`). Their superclasses are the aforementioned
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dview.dart270 // root superclasses don't include any interesting information for this
/third_party/protobuf/src/google/protobuf/
Dport_def.inc333 // Fields inherited from superclasses *can* have non-constant offsets,
/third_party/gstreamer/gstreamer/docs/random/uraeus/
Dgstreamer_and_midi.txt188 gst-libs/gst/audio/midi/ (for the defines and superclasses).
/third_party/python/Doc/whatsnew/
D2.2.rst290 to get at a class's superclasses without having to reimplement Python's
/third_party/gettext/gettext-tools/tests/
Dmsguniq-a.inp3535 !~S\ ~S\:\ expecting\ list\ of\ superclasses\ instead\ of\ ~S=
Dmsguniq-a.out4810 msgid "~S ~S: expecting list of superclasses instead of ~S"
Dmsguniq-a.in5268 msgid "~S ~S: expecting list of superclasses instead of ~S"
/third_party/gstreamer/gstreamer/
DChangeLog126105 as having two arguments instead of just one. Allows superclasses