Lines Matching refs:found

4873     int64_t found = 0;  in ReadToRowCache()  local
4901 found++; in ReadToRowCache()
4918 snprintf(msg, sizeof(msg), "(%" PRIu64 " of %" PRIu64 " found)\n", found, in ReadToRowCache()
4961 int64_t found = 0; in ReadRandomFast() local
4982 ++found; in ReadRandomFast()
5003 found, read, nonexist); in ReadRandomFast()
5036 int64_t found = 0; in ReadRandom() local
5078 found++; in ReadRandom()
5096 found, read); in ReadRandom()
5112 int64_t found = 0; in MultiReadRandom() local
5151 ++found; in MultiReadRandom()
5166 ++found; in MultiReadRandom()
5187 found, read); in MultiReadRandom()
5418 int64_t found = 0; in MixGraph() local
5526 found++; in MixGraph()
5598 gets, puts, seek, found, read); in MixGraph()
5630 int64_t found = 0; in SeekRandom() local
5701 found++; in SeekRandom()
5734 found, read); in SeekRandom()
6005 int64_t found = 0; in RandomWithVerify() local
6035 found++; in RandomWithVerify()
6066 gets_done, puts_done, deletes_done, readwrites_, found); in RandomWithVerify()
6076 int64_t found = 0; in ReadRandomWriteRandom() local
6103 found++; in ReadRandomWriteRandom()
6124 reads_done, writes_done, readwrites_, found); in ReadRandomWriteRandom()
6134 int64_t found = 0; in UpdateRandom() local
6147 ++found; in UpdateRandom()
6172 "( updates:%" PRIu64 " found:%" PRIu64 ")", readwrites_, found); in UpdateRandom()
6185 int64_t found = 0; in XORUpdateRandom() local
6199 ++found; in XORUpdateRandom()
6225 "( updates:%" PRIu64 " found:%" PRIu64 ")", readwrites_, found); in XORUpdateRandom()
6236 int64_t found = 0; in AppendRandom() local
6249 ++found; in AppendRandom()
6280 readwrites_, found); in AppendRandom()
6479 bool found = in GetMergeOperands() local
6481 std::cout << "Found key? " << std::to_string(found) << "\n"; in GetMergeOperands()
6502 found = in GetMergeOperands()
6505 if (found) break; in GetMergeOperands()
6507 std::cout << "Found key? " << std::to_string(found) << "\n"; in GetMergeOperands()
6684 int64_t found = 0; in TimeSeriesReadOrDelete() local
6742 found += key_found; in TimeSeriesReadOrDelete()
6752 snprintf(msg, sizeof(msg), "(%" PRIu64 " of %" PRIu64 " found)", found, in TimeSeriesReadOrDelete()