Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_test.cc41 if (parent_->path_to_root_ != "") { in MockClass()
42 path_to_root_ = parent->path_to_root_ + ","; in MockClass()
44 path_to_root_ += std::to_string(x_); in MockClass()
46 path_to_root_ = ""; // root has no path. in MockClass()
77 return path_to_root_; in PrettyClass()
193 os << " '" << path_to_root_ << "' -> '" << child->path_to_root_ << "';" << std::endl; in ToDotGraphImpl()
203 std::string path_to_root_; member
212 << ", mock_path: " << kls.path_to_root_ in operator <<()