Searched refs:IntType (Results 1 – 3 of 3) sorted by relevance
22 template <typename IntType>23 size_t encode(ByteType*& pBuf, IntType pValue);25 template <typename IntType>26 IntType decode(const ByteType* pBuf, size_t& pSize);28 template <typename IntType>29 IntType decode(const ByteType*& pBuf);35 template <typename IntType>36 size_t size(IntType pValue) { in size()95 template <typename IntType>96 size_t encode(char*& pBuf, IntType pValue) { in encode()[all …]
44 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc() local45 if (FD->getReturnType().getCanonicalType() == IntType) { in isGraphicsRootRSFunc()60 const clang::QualType &IntType = FD->getASTContext().IntTy; in validateSpecialFuncDecl() local67 if (QT != IntType) { in validateSpecialFuncDecl()77 if (FD->getReturnType().getCanonicalType() != IntType) { in validateSpecialFuncDecl()
321 using IntType = typename underlying_integral_type<Flag>::type;322 static constexpr IntType value = T::sFlagMask;324 static constexpr IntType effective_value = T::sEffectiveMask;