未验证 提交 38977a5f 编写于 作者: G George Wright 提交者: GitHub

Implement AXPlatformNodeBase::GetInstanceCountForTesting (#24999)

上级 1ea7dc6b
......@@ -71,6 +71,11 @@ AXPlatformNode* AXPlatformNodeBase::GetFromUniqueId(int32_t unique_id) {
return nullptr;
}
// static
size_t AXPlatformNodeBase::GetInstanceCountForTesting() {
return g_unique_id_map.size();
}
AXPlatformNodeBase::AXPlatformNodeBase() = default;
AXPlatformNodeBase::~AXPlatformNodeBase() = default;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册