Lines Matching refs:tokenCount
48891 , tokenCount( tokenCount_ )
48915 , tokenCount( static_cast<uint32_t>( tokens_.size() ) )
48954 tokenCount = tokenCount_;
48969 tokenCount = static_cast<uint32_t>( tokens_.size() );
49023 return std::tie( sType, pNext, flags, pipelineBindPoint, tokenCount, pTokens, streamCount, pStreamStrides );
49036 ( tokenCount == rhs.tokenCount ) && ( pTokens == rhs.pTokens ) && ( streamCount == rhs.streamCount ) && ( pStreamStrides == rhs.pStreamStrides );
49051 uint32_t tokenCount = {};