Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h84 bool IsOneDigitFloatType(std::string arg, bool allowNegativeNumber) const;
H A DCommandLine.cpp154 bool CommandLine::IsOneDigitFloatType(std::string arg, bool allowNegativeNumber) const in IsOneDigitFloatType() function in CommandLine
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp305 EXPECT_TRUE(command1.IsOneDigitFloatType("-6", true)); in TEST_F()
306 EXPECT_TRUE(command1.IsOneDigitFloatType("3", false)); in TEST_F()

Completed in 8 milliseconds