Lines Matching defs:constArray
232 const Json::Value& constArray = array1_;233 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[index0]);234 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[0]);