Lines Matching refs:cout
48 std::cout << indent << "CallFrameId: " << std::get<int32_t>(data) << std::endl;
53 std::cout << key << ". " << value << std::endl;
60 std::cout << indent << " " << descriptor->GetName() << " = "
63 std::cout << indent << " " << descriptor->GetName() << " = "
70 std::cout << indent << key << ". ";
72 std::cout << descriptor->GetName() << " = " << descriptor->GetValue()->GetDescription() << std::endl;
100 std::cout << "CallFrame ID: " << std::get<int32_t>(root_->data) << std::endl;
107 std::cout << " Index: " << index << std::endl;
109 std::cout << " Object ID: " << objectId << ", Type: " << type << std::endl;
263 std::cout << std::endl;
264 std::cout << "UsedSize is: " << heapUsageInfo_.GetUsedSize() << std::endl;
265 std::cout << "TotalSize is: " << std::fixed << std::setprecision(0) << heapUsageInfo_.GetTotalSize() << std::endl;