Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DJsonReader.h55 bool IsDouble() const;
H A DJsonReader.cpp174 bool Value::IsDouble() const in IsDouble() function in Json2::Value
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp181 EXPECT_TRUE(objVal["height"].IsDouble()); in TEST()
341 EXPECT_FALSE(name.IsDouble()); in TEST()
345 EXPECT_TRUE(age.IsDouble()); in TEST()
/ide/tools/previewer/cli/
H A DCommandLine.cpp232 if (args.IsNull() || !args.IsMember("rotate") || !args["rotate"].IsDouble()) { in IsActionArgValid()
340 if (args.IsNull() || !args.IsMember("Power") || !args["Power"].IsDouble()) { in IsSetArgValid()
1439 if (!axisArrayNum.GetArrayItem(i).IsDouble()) { in IsArgsValid()

Completed in 6 milliseconds