Home
last modified time | relevance | path

Searched refs:OtherClass (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_support.py395 class OtherClass: class in TestSupport
403 self.OtherClass)
406 missing_items = support.detect_api_mismatch(self.OtherClass,
414 self.RefClass, self.OtherClass, ignore=ignore)
418 self.OtherClass, self.RefClass, ignore=ignore)
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DResultTests.cpp303 class OtherClass { class
308 class Child : public OtherClass, public Base {};
/third_party/node/doc/guides/
Dcpp-style-guide.md238 explicit ExampleClass(OtherClass* other_ptr) : pointer_to_other_(other_ptr) {}
260 // this should be a `std::unique_ptr<OtherClass>`; a
261 // `std::shared_ptr<OtherClass>` can also be a better choice.
262 OtherClass* pointer_to_other_;