Home
last modified time | relevance | path

Searched refs:ShouldNotifyListeners (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/file/
Drandom_access_file_reader.cc61 if (ShouldNotifyListeners()) { in Read()
70 if (ShouldNotifyListeners()) { in Read()
115 if (ShouldNotifyListeners()) { in Read()
125 if (ShouldNotifyListeners()) { in Read()
243 if (ShouldNotifyListeners()) { in MultiRead()
276 if (ShouldNotifyListeners()) { in MultiRead()
Dwritable_file_writer.cc315 if (ShouldNotifyListeners()) { in WriteBuffered()
327 if (ShouldNotifyListeners()) { in WriteBuffered()
399 if (ShouldNotifyListeners()) { in WriteDirect()
405 if (ShouldNotifyListeners()) { in WriteDirect()
Drandom_access_file_reader.h51 bool ShouldNotifyListeners() const { return !listeners_.empty(); } in ShouldNotifyListeners() function
Dwritable_file_writer.h52 bool ShouldNotifyListeners() const { return !listeners_.empty(); } in ShouldNotifyListeners() function