Searched refs:kBatchSizeField (Results 1 – 2 of 2) sorted by relevance
50 const char kBatchSizeField[] = "batchSize"; variable134 } else if (fieldName == kBatchSizeField) { in parseFromBSON()199 builder.append(kBatchSizeField, *batchSize); in toBSON()
89 const char kBatchSizeField[] = "batchSize"; variable238 } else if (fieldName == kBatchSizeField) { in parseFromFindCommand()471 cmdBuilder->append(kBatchSizeField, *_batchSize); in asFindCommand()1102 batchSizeBuilder.append(kBatchSizeField, *_batchSize); in asAggregationCommand()