Searched refs:GetStringClassDescriptor (Results 1 – 5 of 5) sorted by relevance
61 HWTEST(LineNumberProgramItem, GetStringClassDescriptor, testing::ext::TestSize.Level0)63 ASSERT_STREQ(GetStringClassDescriptor(SourceLang::ECMASCRIPT), "Lpanda/JSString;");64 ASSERT_STREQ(GetStringClassDescriptor(SourceLang::PANDA_ASSEMBLY), "Lpanda/String;");
119 auto string_type = Type::FromDescriptor(panda::panda_file::GetStringClassDescriptor(lang)); in IsStringType()
652 … Type::FromDescriptor(panda::panda_file::GetStringClassDescriptor(program.lang)), 1)) != in MakeLiteralItems()
58 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang) in GetStringClassDescriptor() function
90 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang);