Home
last modified time | relevance | path

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

/leveldb-1.20/db/
H A Dfilename_test.cc47 static const char* errors[] = { in TEST() local
71 for (int i = 0; i < sizeof(errors) / sizeof(errors[0]); i++) { in TEST()
72 std::string f = errors[i]; in TEST()
H A Ddb_test.cc1582 int errors = 0; in TEST() local
1584 fprintf(stderr, "iter %d; errors %d\n", i, errors); in TEST()
1586 errors++; in TEST()
1590 ASSERT_GT(errors, 0); in TEST()
/leveldb-1.20/
H A DNEWS7 (1) Place hard limit on number of level-0 files. This fixes errors
H A DREADME.md167 and is used to report success and various kinds of errors.
/leveldb-1.20/doc/
H A Dindex.md154 assert(it->status().ok()); // Check for any errors found during the scan