Searched refs:k_Flags_Method_Mask (Results 1 – 1 of 1) sorted by relevance
44 static const unsigned k_Flags_Method_Mask = 3; variable168 …igned GetMethod() const { return (unsigned)(Flags >> k_Flags_Method_Shift) & k_Flags_Method_Mask; } in GetMethod()