Searched defs:mErrorQueue (Results 1 – 2 of 2) sorted by relevance
90 private ConcurrentLinkedQueue<AssertionError> mErrorQueue = new ConcurrentLinkedQueue<>(); field in NotificationLoggerTest
276 std::queue<ComponentError> mErrorQueue; variable