Home
last modified time | relevance | path

Searched refs:IsArray (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/mock/
H A DSystemCapability.cpp62 if (val["systemCapability"].IsNull() || !val["systemCapability"].IsArray()) { in ReadCapability()
/ide/tools/previewer/util/
H A DJsonReader.h59 bool IsArray() const;
H A DJsonReader.cpp198 bool Value::IsArray() const in IsArray() function in Json2::Value
/ide/tools/previewer/cli/
H A DCommandLine.cpp1323 !args.IsMember("pressedCodes") || !args["pressedCodes"].IsArray() || in IsKeyArgsValid()
1411 if (!args.IsMember("axisValues") || !args["axisValues"].IsArray()) { in IsArgsExist()
1456 if (args.IsMember("pressedButtons") && args["pressedButtons"].IsArray()) { in RunAction()
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp171 EXPECT_TRUE(arrVal.IsArray()); in TEST()

Completed in 6 milliseconds