Searched refs:batch_size (Results 1 – 8 of 8) sorted by relevance
82 void set_max_commit_batch_size(int batch_size) { in set_max_commit_batch_size() argument83 max_commit_batch_size_ = batch_size; in set_max_commit_batch_size()
295 int batch_size = 25; in TEST_F() local297 for (; i < batch_size; ++i) { in TEST_F()307 for (; i < 2*batch_size; ++i) { in TEST_F()348 if (child_count < batch_size) { in TEST_F()367 ASSERT_EQ(batch_size*2, child_count) in TEST_F()
1078 size_t batch_size = 5; in TEST_F() local1088 for (i = 0; i < batch_size; ++i) { in TEST_F()1093 for (; i < 2*batch_size; ++i) { in TEST_F()1099 for (; i < 3*batch_size; ++i) { in TEST_F()
495 const size_t batch_size = 500; in GetVisitsSource() local501 end_index = end_index + batch_size < visits_size ? end_index + batch_size in GetVisitsSource()
56 self._batch_size = self._options.batch_size
2930 int batch_size = num_objects_to_move[cl]; in ReleaseToCentralCache() local2931 while (N > batch_size) { in ReleaseToCentralCache()2933 src->PopRange(batch_size, &head, &tail); in ReleaseToCentralCache()2934 central_cache[cl].InsertRange(head, tail, batch_size); in ReleaseToCentralCache()2935 N -= batch_size; in ReleaseToCentralCache()
364 optional int32 batch_size = 5; field
705 - Add a FIXME about options.singly and options.batch_size being different.