Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/
H A DSystemCapability.cpp67 for (int i = 0; i < val2.GetArraySize(); i++) { in ReadCapability()
/ide/tools/previewer/util/
H A DJsonReader.cpp522 if (index < 0 || index >= GetArraySize()) { in Replace()
553 if (index < 0 || index >= GetArraySize()) { in Replace()
569 if (index < 0 || index >= GetArraySize()) { in Replace()
585 if (index < 0 || index >= GetArraySize()) { in Replace()
600 uint32_t Value::GetArraySize() const in GetArraySize() function in Json2::Value
H A DJsonReader.h110 uint32_t GetArraySize() const;
/ide/tools/previewer/cli/
H A DCommandLine.cpp1324 args["pressedCodes"].GetArraySize() < 1 || (args.IsMember("keyString") && !args["keyString"].IsString())) { in IsKeyArgsValid()
1341 for (unsigned int i = 0; i < arrayNum.GetArraySize(); i++) { in IsKeyArgsValid()
1378 for (unsigned int i = 0; i < pressedCodes.GetArraySize(); i++) { in RunAction()
1438 for (unsigned int i = 0; i < axisArrayNum.GetArraySize(); i++) { in IsArgsValid()
1458 for (unsigned int i = 0; i < pressedCodes.GetArraySize(); i++) { in RunAction()
1468 for (unsigned int i = 0; i < axisCodes.GetArraySize(); i++) { in RunAction()
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp85 int actualSize = books.GetArraySize(); in TEST()

Completed in 7 milliseconds