Searched refs:foundId (Results 1 – 2 of 2) sorted by relevance
118 String foundId = trunkFileResolved.getSourceLocaleID(path, status); in compare() local119 if (ROOT_OR_CODE_FALLBACK.contains(foundId)) { in compare()
217 const Json::Value* foundId = object1_.find(idKey, idKey + strlen(idKey)); in JSONTEST_FIXTURE_LOCAL() local218 JSONTEST_ASSERT(foundId != nullptr); in JSONTEST_FIXTURE_LOCAL()219 JSONTEST_ASSERT_EQUAL(Json::Value(1234), *foundId); in JSONTEST_FIXTURE_LOCAL()