Home
last modified time | relevance | path

Searched refs:IsBoolType (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h82 bool IsBoolType(std::string arg) const;
H A DCommandLine.cpp139 bool CommandLine::IsBoolType(std::string arg) const in IsBoolType() function in CommandLine
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp286 EXPECT_TRUE(command1.IsBoolType("true")); in TEST_F()
287 EXPECT_FALSE(command1.IsBoolType("XX")); in TEST_F()

Completed in 8 milliseconds