Lines Matching defs: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]);