Home | History | Annotate | Download | only in mirror

Lines Matching refs:IsInSamePackage

404   bool IsInSamePackage(const Class* that) const
407 static bool IsInSamePackage(const StringPiece& descriptor1, const StringPiece& descriptor2);
411 return that->IsPublic() || this->IsInSamePackage(that);
438 return this->IsInSamePackage(access_to);