Searched refs:BatchScanOpcode (Results 1 – 4 of 4) sorted by relevance
5691 enum BatchScanOpcode : 8 {5699 batch_scan_opcode : BatchScanOpcode,5705 batch_scan_opcode : BatchScanOpcode,
6474 enum BatchScanOpcode : 8 {6482 batch_scan_opcode : BatchScanOpcode,6488 batch_scan_opcode : BatchScanOpcode,
5440 enum BatchScanOpcode : 8 {5449 batch_scan_opcode : BatchScanOpcode,5455 batch_scan_opcode : BatchScanOpcode,
363 enum class BatchScanOpcode : uint8_t {ENABLE = 0x1,SET_STORAGE_PARAMETERS = 0x2,SET_SCAN_PARAMETERS… enum894 …BatchScanOpcode& param) {std::stringstream builder;switch (param) {case BatchScanOpcode::ENABLE: … in BatchScanOpcodeText()15990 BatchScanOpcode GetBatchScanOpcode() const {ASSERT(was_validated_);auto to_bound = begin();auto bat… in CreateOptional()16012 BatchScanOpcode GetBatchScanOpcode() const {ASSERT(was_validated_);auto to_bound = begin();auto bat… in CreateOptional()16040 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::ENABLE) retu… in CreateOptional()16058 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::ENABLE) retu… in CreateOptional()16078 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::SET_STORAGE_… in CreateOptional()16098 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::SET_STORAGE_… in CreateOptional()16122 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::SET_SCAN_PAR… in CreateOptional()16146 …d fields */;if (it > end()) return false;if (GetBatchScanOpcode() != BatchScanOpcode::SET_SCAN_PAR… in CreateOptional()[all …]