Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.cpp402 uint32_t val = args["Barometer"].AsUInt(); in IsSetArgValid()
421 uint32_t val = args["Barometer"].AsUInt(); in RunSet()
1158 uint32_t temp = args["StepCount"].AsUInt(); in IsSetArgValid()
1567 val["width"].AsUInt() < 0 || val["height"].AsUInt() < 0) { in IsObjectValid()
1578 topRectObj["width"].AsUInt(), topRectObj["height"].AsUInt()); in RunSet()
1581 bottomRectObj["width"].AsUInt(), bottomRectObj["height"].AsUInt()); in RunSet()
1584 leftRectObj["width"].AsUInt(), leftRectOb in RunSet()
[all...]
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp61 EXPECT_EQ(student["code1"].AsUInt(), g_code1); in TEST()
91 EXPECT_EQ(books.GetArrayItem(index++).AsUInt(), g_code1); in TEST()
133 EXPECT_EQ(objVal["code1"].AsUInt(), g_newCode1); in TEST()
156 EXPECT_EQ(arrVal.GetArrayItem(index++).AsUInt(), g_newCode1); in TEST()
/ide/tools/previewer/util/
H A DJsonReader.h71 uint32_t AsUInt() const;
H A DJsonReader.cpp265 uint32_t Value::AsUInt() const in AsUInt() function in Json2::Value

Completed in 6 milliseconds