Searched refs:constArray (Results 1 – 1 of 1) sorted by relevance
232 const Json::Value& constArray = array1_; in JSONTEST_FIXTURE() local233 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[index0]); in JSONTEST_FIXTURE()234 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[0]); in JSONTEST_FIXTURE()