Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_test.cc582 ss_ << "<<<" << StringifyTransition(transition_label) << ">>>"; in Record()
583 ss_ << "{Self}: " << *kls; in Record()
586 ss_ << "{Parent}: " << *(kls->GetSuperClass()); in Record()
588 ss_ << "================== "; in Record()
592 os << t.ss_.str(); in operator <<()
596 std::stringstream ss_; member