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()
106 return m_typeName; in getTypeName()121 m_typeName = typeName; in ItemMetadata()127 private final String m_typeName; field in Item.ItemMetadata
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
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
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 ==()
159 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType()162 const std::string& getTypeName (void) const { return m_typeName; } in getTypeName()163 bool hasTypeName (void) const { return !m_typeName.empty(); } in hasTypeName()173 std::string m_typeName; member in vkt::ubo::StructType