Lines Matching refs:AsBool
2280 TEST_EQ(vec[4].AsBool(), false); // Check if value is false
2287 TEST_EQ(map["bool"].AsBool(), true);
2305 TEST_EQ(vec[4].AsBool(), false); // Is false before change
2307 TEST_EQ(vec[4].AsBool(), true); // Changed bool is now true
2321 TEST_EQ(jmap["c"].AsBool(), true); // Parsed correctly to true
2323 TEST_EQ(jmap["d"].AsBool(), false); // Parsed correctly to false