Searched refs:IsRecordType (Results 1 – 5 of 5) sorted by relevance
53 bool StructuredData::IsRecordType(const ObjectSP object_sp) { in IsRecordType() function in StructuredData220 bool should_indent = IsRecordType(item_sp); in GetDescription()266 bool should_indent = IsRecordType(iter->second); in GetDescription()
225 bool IsRecordType() const;
579 static bool IsRecordType(const ObjectSP object_sp); in AddIntegerItem()
3011 if (!target_record_type.IsRecordType() || !start_record_type.IsRecordType()) in CastDerivedToBaseType()3081 if (!target_record_type.IsRecordType() || !start_record_type.IsRecordType()) in CastBaseToDerivedType()
411 bool CompilerType::IsRecordType() const { in IsRecordType() function in CompilerType