Searched refs:NOOP (Results 1 – 13 of 13) sorted by relevance
25 private static final Updatable NOOP = new Updatable() { field in Updatables36 return NOOP; in getNoOp()
22 NOOP,
27 object NOOP : SnapshotStore { in retrieve() object
30 private var store: SnapshotStore = SnapshotStore.NOOP
30 private var store: SnapshotStore = SnapshotStore.NOOP in <lambda>()
31 private var snapshotStore: SnapshotStore = SnapshotStore.NOOP in <lambda>()
33 private var snapshotStore: SnapshotStore = SnapshotStore.NOOP
36 private var store: SnapshotStore = SnapshotStore.NOOP in <lambda>()
30 private var snapshotStore: SnapshotStore = SnapshotStore.NOOP in <lambda>()
184 private val NOOP = Runnable {} in <lambda>() constant193 val waiterFunc: Runnable = NOOP // "() -> Unit" would forbid calling with a void func from Java216 waiterFunc: Runnable = NOOP
39 private var store: SnapshotStore = SnapshotStore.NOOP in <lambda>()
68 public static final String NOOP = "NOOP"; field in ImapConstants