Searched refs:GetSyntheticTypeName (Results 1 – 6 of 6) sorted by relevance
238 ConstString ScriptedSyntheticChildren::FrontEnd::GetSyntheticTypeName() { in GetSyntheticTypeName() function in ScriptedSyntheticChildren::FrontEnd242 return m_interpreter->GetSyntheticTypeName(m_wrapper_sp); in GetSyntheticTypeName()
81 virtual ConstString GetSyntheticTypeName() { return ConstString(); } in GetSyntheticTypeName() function455 ConstString GetSyntheticTypeName() override;
83 if (ConstString synth_name = m_synth_filter_up->GetSyntheticTypeName()) in GetDisplayTypeName()
393 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName() function
145 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) override;
2149 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( in GetSyntheticTypeName() function in ScriptInterpreterPythonImpl