Searched refs:SetTypeName (Results 1 – 3 of 3) sorted by relevance
62 void SBTypeFormat::SetTypeName(const char *type) { in SetTypeName() function in SBTypeFormat65 ->SetTypeName(ConstString(type ? type : "")); in SetTypeName()
42 void SetTypeName(const char *);
199 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() function