Searched refs:OtherClass (Results 1 – 3 of 3) sorted by relevance
395 class OtherClass: class in TestSupport403 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)
303 class OtherClass { class308 class Child : public OtherClass, public Base {};
238 explicit ExampleClass(OtherClass* other_ptr) : pointer_to_other_(other_ptr) {}260 // this should be a `std::unique_ptr<OtherClass>`; a261 // `std::shared_ptr<OtherClass>` can also be a better choice.262 OtherClass* pointer_to_other_;