Searched defs:mBatches (Results 1 – 5 of 5) sorted by relevance
183 std::map<DeviceId, std::queue<InputMessage>> mBatches; variable
130 std::vector<Batch> mBatches; variable
76 List<Batch*> mBatches; variable
106 private final LongSparseArray<ArrayList<NetworkEvent>> mBatches = field in NetworkLoggingHandler
80 private final Map<String, EventBatch> mBatches = new ArrayMap<>(); field in GroupCoalescer