Searched refs:object1_ (Results 1 – 1 of 1) sorted by relevance
76 Json::Value object1_; member85 object1_["id"] = 1234; in ValueTest()169 JSONTEST_ASSERT_PRED(checkMemberCount(object1_, 1)); in JSONTEST_FIXTURE_LOCAL()188 JSONTEST_ASSERT_PRED(checkIs(object1_, checks)); in JSONTEST_FIXTURE_LOCAL()196 JSONTEST_ASSERT(!object1_.isConvertibleTo(Json::nullValue)); in JSONTEST_FIXTURE_LOCAL()210 const Json::Value& constObject = object1_; in JSONTEST_FIXTURE_LOCAL()217 const Json::Value* foundId = object1_.find(idKey, idKey + strlen(idKey)); in JSONTEST_FIXTURE_LOCAL()223 object1_.find(unknownIdKey, unknownIdKey + strlen(unknownIdKey)); in JSONTEST_FIXTURE_LOCAL()229 object1_.find(yetAnotherIdKey, yetAnotherIdKey + strlen(yetAnotherIdKey)); in JSONTEST_FIXTURE_LOCAL()231 Json::Value* demandedYetAnotherId = object1_.demand( in JSONTEST_FIXTURE_LOCAL()[all …]