Searched refs:m_typeName (Results 1 – 8 of 8) sorted by relevance
139 const char* getTypeName (void) const { return m_typeName.c_str(); } in getTypeName()171 std::string m_typeName; member in rsg::VariableType180 , m_typeName () in VariableType()189 , m_typeName () in VariableType()199 , m_typeName () in VariableType()209 , m_typeName (typeName) in VariableType()
42 m_typeName = other.m_typeName; in operator =()257 DE_ASSERT(m_typeName != ""); in tokenizeShortType()258 str << Token(m_typeName.c_str()); in tokenizeShortType()
147 StructType (const char* typeName) : m_typeName(typeName) {} in StructType()150 …const char* getTypeName (void) const { return m_typeName.empty() ? DE_NULL : m_typeName.c_str… in getTypeName()160 std::string m_typeName; member in deqp::gls::ub::StructType
178 StructType(const char* typeName) : m_typeName(typeName) in StructType()187 return m_typeName.empty() ? DE_NULL : m_typeName.c_str(); in getTypeName()210 std::string m_typeName; member in deqp::ub::StructType
161 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType()164 const std::string& getTypeName (void) const { return m_typeName; } in getTypeName()165 bool hasTypeName (void) const { return !m_typeName.empty(); } in hasTypeName()175 std::string m_typeName; member in vkt::ubo::StructType
156 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType()159 const std::string& getTypeName (void) const { return m_typeName; } in getTypeName()160 bool hasTypeName (void) const { return !m_typeName.empty(); } in hasTypeName()170 std::string m_typeName; member in vkt::TransformFeedback::StructType
146 StructType (const char* typeName) : m_typeName(typeName) {} in StructType()149 bool hasTypeName (void) const { return !m_typeName.empty(); } in hasTypeName()150 const char* getTypeName (void) const { return hasTypeName() ? m_typeName.c_str() : DE_NULL; } in getTypeName()166 std::string m_typeName; member in glu::StructType
163 return (m_typeName == other.m_typeName) && (m_members == other.m_members); in operator ==()