Searched refs:GetComponentName (Results 1 – 6 of 6) sorted by relevance
21 protoType.set_componentname(type.GetComponentName()); in Serialize()
46 : Type(component_type.GetComponentName(), component_type.GetRank() + rank) in Type()64 std::string GetComponentName() const in GetComponentName() function
1757 program_.record_table.find(type.GetComponentName()) == program_.record_table.end()) { in ParseOperandType()1758 std::string ComponentName = type.GetComponentName(); in ParseOperandType()
956 type = pandasm::Type(type.GetComponentName(), type.GetRank()); in GetFullRecordName()
1829 ASSERT_EQ(item.Value().record_table.at("R").field_list[0].type.GetComponentName(), "R"); in TEST()1835 ASSERT_EQ(item.Value().function_table.at(sig_f).return_type.GetComponentName(), "R"); in TEST()1842 ASSERT_EQ(item.Value().function_table.at(sig_f).params[0].type.GetComponentName(), "i8"); in TEST()
1725 EXPECT_EQ(item.Value().record_table.at("R").field_list[0].type.GetComponentName(), "R");