Home
last modified time | relevance | path

Searched refs:GetProjectModelEnumName (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/util/
H A DCommandParser.h81 std::string GetProjectModelEnumName(int enumValue) const;
H A DCommandParser.cpp805 std::string CommandParser::GetProjectModelEnumName(int enumValue) const in GetProjectModelEnumName() function in CommandParser
/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp1035 EXPECT_EQ(CommandParser::GetInstance().GetProjectModelEnumName(index), "FA"); in TEST_F()
1037 EXPECT_EQ(CommandParser::GetInstance().GetProjectModelEnumName(index), "Stage"); in TEST_F()
1039 EXPECT_EQ(CommandParser::GetInstance().GetProjectModelEnumName(index), "FA"); in TEST_F()
1041 EXPECT_EQ(CommandParser::GetInstance().GetProjectModelEnumName(index), "FA"); in TEST_F()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp473 ILOG("ProjectModel: %s", CommandParser::GetInstance().GetProjectModelEnumName(idxVal).c_str()); in SetProjectModel()

Completed in 7 milliseconds