Searched refs:TokenType (Results 1 – 3 of 3) sorted by relevance
52 enum TokenType : int32_t { enum
75 int32_t tokenType_ { TokenType::TOKEN_INVALID };
121 if (tokenType == TokenType::TOKEN_NATIVE) { in AddSocketPairInfo()