Searched refs:GetOperationKind (Results 1 – 1 of 1) sorted by relevance
7557 OperationKind GetOperationKind() const { return GetPackedField<OperationKindField>(); } in GetOperationKind() function7558 bool IsEnter() const { return GetOperationKind() == OperationKind::kEnter; } in IsEnter()