Searched refs:path_to_root_ (Results 1 – 1 of 1) sorted by relevance
41 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_; member212 << ", mock_path: " << kls.path_to_root_ in operator <<()