Home
last modified time | relevance | path

Searched refs:constArray (Results 1 – 1 of 1) sorted by relevance

/external/jsoncpp/src/test_lib_json/
Dmain.cpp232 const Json::Value& constArray = array1_; in JSONTEST_FIXTURE() local
233 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[index0]); in JSONTEST_FIXTURE()
234 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[0]); in JSONTEST_FIXTURE()