Lines Matching defs:info
45 std::ostream &operator<<(std::ostream &os, const UxViewCommonInfo &info)
47 os << "x=" << info.x << ", y=" << info.y << ", w=" << info.w << ", h=" << info.h << ", id=";
48 os << info.id << ", type=" << info.type << ", visible=" << info.visible;
52 std::ostream &operator<<(std::ostream &os, const UxPageInfo &info)
54 LOG(DEBUG) << "page:" << info.id;
55 for (auto &it : info.viewInfos) {