Searched refs:brhs (Results 1 – 3 of 3) sorted by relevance
30 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs) { in operator <<() argument31 brhs.Describe(os); in operator <<()
90 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs);
4120 for (BaseReflectiveHandleScope* brhs = GetTopReflectiveHandleScope(); in VisitReflectiveTargets() local4121 brhs != nullptr; in VisitReflectiveTargets()4122 brhs = brhs->GetLink()) { in VisitReflectiveTargets()4123 brhs->VisitTargets(visitor); in VisitReflectiveTargets()