Home | History | Annotate | Download | only in test_lib_json

Lines Matching refs:constArray

243    const Json::Value &constArray = array1_;
244 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[index0]);
245 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[0]);