5#ifndef UI_ACCESSIBILITY_PLATFORM_AX_UNIQUE_ID_H_
6#define UI_ACCESSIBILITY_PLATFORM_AX_UNIQUE_ID_H_
30 int32_t
Get()
const {
return id_; }
31 operator int32_t()
const {
return id_; }
41 int32_t GetNextAXUniqueId(
const int32_t max_id);
43 bool IsAssigned(int32_t)
const;
bool operator==(const AXEventIntent &a, const AXEventIntent &b)
bool operator!=(const AXEventIntent &a, const AXEventIntent &b)
#define BASE_DISALLOW_COPY_AND_ASSIGN(TypeName)